TiBigData icon indicating copy to clipboard operation
TiBigData copied to clipboard

Presto query error: getConnectorPlanOptimizers()

Open 7A6A78 opened this issue 3 years ago • 3 comments

Hi there,

I was testing TiBigData recently and successfully compiled. But when I used Presto to query, the following error was reported: io.tidb.bigdata.prestodb.tidb.optimization.TiDBPlanOptimizerProvider.getConnectorPlanOptimizers()Ljava/util/Set;

Is there anyone konws what happend and how to resolve ?

Thanks : )

7A6A78 avatar Apr 29 '21 10:04 7A6A78

Looks like it is a binary incompatibility issue. Please paste the full error stack, thanks.

sunxiaoguang avatar Apr 29 '21 11:04 sunxiaoguang

Looks like it is a binary incompatibility issue. Please paste the full error stack, thanks.

There is nothing wrong with presto server.log, tidb plugin installed successfully. However, when I query on presto-cli using hive catalog, that info came out, I could not see any error stack.

7A6A78 avatar Apr 30 '21 09:04 7A6A78

I guess you used a version of PrestoSQL which has incompatible binary interface. This project is built with PrestoSQL 350. What is the version that you are using right now?

sunxiaoguang avatar May 02 '21 03:05 sunxiaoguang