php-thrift-sql icon indicating copy to clipboard operation
php-thrift-sql copied to clipboard

Invalid method name: 'query'

Open chenfeizhou opened this issue 5 years ago • 0 comments

用Impala连接查询报错 ` $impala = new \ThriftSQL\Impala('....**, 21055, '1234');

$impalaTables = $impala->connect()->query('show tables');

print_f($impalaTables); ` 报错信息: Thrift \ Exception \ TApplicationException (1) Invalid method name: 'query'

I look forward to your help!

chenfeizhou avatar Sep 18 '20 08:09 chenfeizhou