Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can support the Apache IoTDB driver better ? #2601

Open
sunquan819 opened this issue May 10, 2024 · 1 comment
Open

Can support the Apache IoTDB driver better ? #2601

sunquan819 opened this issue May 10, 2024 · 1 comment

Comments

@sunquan819
Copy link

After installing the Apache IoTDB driver using Dbeaver, most SQL can be executed,
BUT after installing the Apache IoTDB driver using CloudBeaver, most SQL cannot be executed
Some errors like the following:
SQL Error [700] [Error occurred while parsing SQL to physical plan: line 1:61 token recognition error at: '']: 700: Error occurred while parsing SQL to physical plan: line 1:61 token recognition error at: ''
SQL Error [700] [Error occurred while parsing SQL to physical plan: line 1:61 token recognition error at: '']: 700: Error occurred while parsing SQL to physical plan: line 1:61 token recognition error at: ''

Error details:
Org. jkiss. dbeaver. model. SQL DBSQLException: SQL Error [700] [Error occurred while parsing SQL to physical plan: line 1:61 token recognition error at: '']: 700: Error occurred while parsing SQL to physical plan: line 1:61 token recognition error at: ''
At org.jkiss.beaver.model. impl.jdbc. exec JDBCStatementImpl. executeStatement (JDBCStatementImpl. java: 133)
At org.jkiss.beaver.model. impl.jdbc. structure JDBCTable. readData (JDBCTable. Java: 192)
At io. cloudbeaver. service. SQL WebSQLProcessor. lambda $2 (WebSQLProcessor. java: 293)
At org.jkiss.beaver.modeL.exec DBExecUtils. tryExecuteRecover (DBExecUtils. java: 194)
At io. cloudbeaver. service. SQL WebSQLProcessor. readDataFromContainer (WebSQLProcessor. java: 290)
At io. cloudbeaver. service. SQL. impl WebServiceSQL $2. run (WebServiceSQL. Java: 439)
At io. cloudbeaver. model. session WebSession $1. run (WebSession. java: 742)
At org. jkiss. beaver. model. runtime AbstractJob. run (AbstractJob. java: 115)
At org. eclipse. core. internal. Jacobs Worker. run (Worker. java: 63)
Caused by: org. apache. iotdb. jdbc IoTDBSQLException: 700: Error occurred while parsing SQL to physical plan: line 1:61 token recognition error at: ''
At org. apache. iotdb. jdbc IoTDBStatement. executeSQL (IoTDBStatement. java: 265)
At org. apache. iotdb. jdbc IoTDBStatement. execute (IoTDBStatement. java: 219)
At org.jkiss.beaver.model. impl.jdbc. exec JDBCStatementImpl. execute (JDBCStatementImpl. java: 330)
At org.jkiss.beaver.model. impl.jdbc. exec JDBCStatementImpl. executeStatement (JDBCStatementImpl. java: 131)
... 8 more

@sunquan819 sunquan819 added feature request Let's add something new wait for review labels May 10, 2024
@LonwoLonwo
Copy link
Member

LonwoLonwo commented May 13, 2024

Hello @sunquan819

Could you please provide footage of your SQL execution? Which tabs do you use? Do you highlight the query text or not? Are you using the same driver in both products?
These details will be beneficial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants