Automattic / Automattic/php-thrift-sql
Invalid method name: 'query'
Open
- Dominant language
- PHP
- Stars
- 112
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
用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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.