-
Notifications
You must be signed in to change notification settings - Fork 341
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
LIMIT OFFSET returns empty result set #5469
Comments
The exprs of fetch and limit exchange after greptimedb/src/query/src/optimizer/type_conversion.rs Lines 89 to 106 in 59b3137
It is related to datafusion. |
upstream fix: apache/datafusion#14496 I'm going to implement a workaround. Usually the limit node doesn't require the type conversion. |
I created a nightly build: |
What type of bug is this?
Incorrect result
What subsystems are affected?
Standalone mode
Minimal reproduce step
Builds and starts the database in standalone mode
Executes the following SQL
What did you expect to see?
The database should return the same results.
What did you see instead?
The second statement returns an empty result.
What operating system did you use?
Unrelated
What version of GreptimeDB did you use?
main adb5c37
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: