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

(DO NOT MERGE) Simplify generated SQL. #154

Closed
wants to merge 1 commit into from
Closed

Conversation

RobinL
Copy link
Member

@RobinL RobinL commented Dec 14, 2020

This considerably simplifies the generated SQL but causes the SQLite tests to fail.

Needs a significant refactoring of tests -> all Spark based before it can be merged

Need to be careful to test this against Spark 2.4x

@RobinL
Copy link
Member Author

RobinL commented Dec 23, 2020

Need to be careful:
#48

Note the first one breaks, the second one works on spark 2.4

spark.sql("select cast(5.9380419956766985e-25 as double)").show()
spark.sql("select cast(5.938041995676e-25 as double)").show()

@RobinL
Copy link
Member Author

RobinL commented Oct 26, 2021

Closed by #201

@RobinL RobinL closed this Oct 26, 2021
@RobinL RobinL deleted the simplify_sql branch February 20, 2022 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant