-
Notifications
You must be signed in to change notification settings - Fork 454
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
[VL] ANSI MODE #4740
Comments
@yonger001 We did a quick investigation ANIS support in Spark and find the support would be into two parts:
The first part covers Arithmetic and Cast mostly, which contains many functions. The second part is mostly for data write, which maybe a bit easier. For both of these parts, it may need to discuss with Velox community to align with their ANSI impl as it's also used in Presto. Please also note Gluten is in the process of migrating to Apache project. We are hoping to have more support from the community. Thanks, |
We are also interested in ANSI SQL support. We are migrating our Spark workloads from HQL into ANSI SQL and would like to evaluate Gluten to achieve better performance and efficiency. |
related Velox discussion: facebookincubator/velox#3869 |
Description
Any plan to add the support of ANSI mode for Velox backend???
The text was updated successfully, but these errors were encountered: