You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 : )
The text was updated successfully, but these errors were encountered:
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.
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?
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 : )
The text was updated successfully, but these errors were encountered: