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

[VL] ANSI MODE #4740

Open
yonger001 opened this issue Feb 22, 2024 · 4 comments
Open

[VL] ANSI MODE #4740

yonger001 opened this issue Feb 22, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@yonger001
Copy link

Description

Any plan to add the support of ANSI mode for Velox backend???

@yonger001 yonger001 added the enhancement New feature or request label Feb 22, 2024
@yonger001 yonger001 changed the title ANSI MODE [VL] ANSI MODE Feb 22, 2024
@PHILO-HE
Copy link
Contributor

@zhouyuan, @weiting-chen

@zhouyuan
Copy link
Contributor

@yonger001
Hi, is this a real requirement from Spark production env? As far as I know ANSI is not very commonly used in Spark production env due to historical reasons.

We did a quick investigation ANIS support in Spark and find the support would be into two parts:

  • spark.sql.ansi.enabled
  • spark.sql.storeAssignmentPolicy

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,
-yuan

@mbasmanova
Copy link

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.

@zhouyuan
Copy link
Contributor

zhouyuan commented Mar 4, 2024

related Velox discussion: facebookincubator/velox#3869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants