-
Notifications
You must be signed in to change notification settings - Fork 319
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
Incorrect SQL like SELECT 100ss
or select 100s
can be run
#1208
Closed
Labels
bug
Something isn't working
Comments
confirmed. OpenMLDB/hybridse/src/node/expr_node.cc Line 883 in 7712aee
|
|
aceforeverd
added a commit
to 4paradigm/zetasql
that referenced
this issue
Feb 17, 2022
SELECT 100ss
or select 100s
can be run
Left TODO:
|
aceforeverd
added a commit
to aceforeverd/fedb
that referenced
this issue
Feb 21, 2022
also improve code cov for `ConstNode::ShadowCopy`
aceforeverd
added a commit
that referenced
this issue
Feb 23, 2022
close #1208 reason: ConstNode 's ShadowCopy not cover for time interval. The patch fix ShadowCopy method for time interval. After patch the original infer attr flow for select 10s or select 10s + 1 work as expected. Other changes: - rm default parameter for PhysicalOpNode::SchemaToString, not recommended for virtual method
aceforeverd
added a commit
to aceforeverd/fedb
that referenced
this issue
Feb 28, 2022
it fixed 4paradigm#1208 for `select 100ss`
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now we can run SQL like
SELECT 100ss
in CLI which may output unexcepted result. Here is the execution and result.The text was updated successfully, but these errors were encountered: