-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TPC-H Query 22 #175
Labels
datafusion
Changes in the datafusion crate
Milestone
Comments
Comment from Mike Seddon(MikeSeddonAU) @ 2021-02-08T21:23:39.672+0000: I have added this in the Postgres string functions but if I put a link here the comment gets removed. It will need to be changed to the Postgres syntax: substr('alphabet', 3, 2) Comment from Mike Seddon(MikeSeddonAU) @ 2021-02-08T21:24:31.632+0000: See ARROW-11298 which has the implementation ready for review. |
22 tasks
Latest failure:
|
Working on this branch:
vs postgres:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11543
Fails with parser error for the syntax SUBSTRING(col FROM 1)
The text was updated successfully, but these errors were encountered: