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

Server query with <column> = <column> for string column throws number format exception #10600

Open
elonazoulay opened this issue Apr 13, 2023 · 2 comments

Comments

@elonazoulay
Copy link
Contributor

The following query fails with a NumberFormatException for string columns:

select * from table where <string_column> = <string_column>

The message is logged in the server but silently fails, returning an empty result set.
Here is the log message, not the "string_0" is one of the values:

2023/04/13 10:00:16.013 ERROR [BaseCombineOperator] [pool-5-thread-10] Caught exception while processing query: QueryContext{_tableName='alltypes_REALTIME', _subquery=null, _se> java.lang.NumberFormatException: For input string: "string_0"
@Jackie-Jiang
Copy link
Contributor

This issue should be solved with #10444. Can you verify if it works?

@elonazoulay
Copy link
Contributor Author

Awesome! Will do:)

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

No branches or pull requests

2 participants