Automattic / Automattic/php-thrift-sql

Invalid method name: 'query'

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.