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

Some SQL statements cannot be run in the cloud #1804

Closed
alili opened this issue Jun 20, 2023 · 1 comment
Closed

Some SQL statements cannot be run in the cloud #1804

alili opened this issue Jun 20, 2023 · 1 comment
Assignees
Labels
C-bug Category Bugs

Comments

@alili
Copy link

alili commented Jun 20, 2023

What type of bug is this?

Incorrect result

What subsystems are affected?

Other

What happened?

Query engine output error: Failed to execute query: select key_name,COUNT(*) as times from keymaster WHERE key_name like '%+%' Group by key_name order by times DESC limit 10, source: Failed to execute logical plan, source: Failure during query execution, source: Fail to create physical plan: External error: Failed to encode Substrait logical plan, source: Failed to encode DataFusion plan, source: This feature is not implemented: Unsupported expression: keymaster.key_name LIKE Utf8("%+%")

I could run this code in standalone, but there was an error in the cloud version

What operating system did you use?

cloud

Relevant log output and stack trace

Query engine output error: Failed to execute query: select key_name,COUNT(*) as times from keymaster WHERE key_name like '%+%' Group by key_name order by times DESC limit 10, source: Failed to execute logical plan, source: Failure during query execution, source: Fail to create physical plan: External error: Failed to encode Substrait logical plan, source: Failed to encode DataFusion plan, source: This feature is not implemented: Unsupported expression: keymaster.key_name LIKE Utf8("%+%")

How can we reproduce the bug?

In QA environment

@alili alili added the C-bug Category Bugs label Jun 20, 2023
@killme2008
Copy link
Contributor

Fixed by #1806

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

No branches or pull requests

3 participants