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

feat: Enable remaining Spark 3.5.1 tests #676

Merged
merged 8 commits into from
Jul 18, 2024

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Jul 16, 2024

Which issue does this PR close?

Closes #617

Rationale for this change

What changes are included in this PR?

How are these changes tested?

@@ -289,7 +289,7 @@ object CometConf extends ShimCometConf {
"why a query stage cannot be executed natively. Set this to false to " +
"reduce the amount of logging.")
.booleanConf
.createWithDefault(true)
.createWithDefault(false)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logging was too verbose so I changed this back to be off by default

@andygrove andygrove changed the title WIP: Enable remaining Spark 3.5.1 tests feat: Enable remaining Spark 3.5.1 tests Jul 18, 2024
@andygrove andygrove marked this pull request as ready for review July 18, 2024 00:44
dev/diffs/3.5.1.diff Outdated Show resolved Hide resolved
@andygrove andygrove merged commit b558063 into apache:main Jul 18, 2024
74 checks passed
@andygrove andygrove deleted the spark-3.5.1-full-support branch July 18, 2024 04:55
himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
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.

Enable all ignored Spark SQL tests for Spark 3.5.1
3 participants