-
Notifications
You must be signed in to change notification settings - Fork 559
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
java.sql.SQLException: java.io.IOException: Failed to read boolean value, expect 0 (false) or 1 (true) but we got: 67 #2102
Comments
Good day, @sunqiaozz ! |
Hi,brother
I tried to read ClickHouse's JDBC source code and found that it was currentRow = rowCursor.next() in the next() method of the ClickHouseResultSet class; An error occurred in the code
Then I tried using the latest JDBC driver and it still didn't work
|
brother,Do you have time? |
@sunqiaozz could you provide a snippet of your program as was asked above? |
@sunqiaozz |
When I upgraded from 0.7.2 to 0.8.0, alter table user delete where reg_time=2024-01-25 was called to delete the data and the return went from 1 to 0 |
brother,I mean I executed a normal query using jdbc, and then the rs.next() method, and this error occurred during my data read
|
brother,Do you need sql? |
brother,Does version 0.8 also have this problem |
|
@livk-cloud thank you for the info. |
@sunqiaozz Thanks! |
When you read clickhouse data using jdbc, the next() function of the ResultSet reports an error when you are halfway through reading ClickHouse data,java.sql.SQLException: java.io.IOException: Failed to read boolean value, expect 0 (false) or 1 (true) but we got: 67
The text was updated successfully, but these errors were encountered: