-
Notifications
You must be signed in to change notification settings - Fork 163
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
chore: Add safety check to CometBuffer #1050
base: main
Are you sure you want to change the base?
Conversation
5ccbb7d
to
7c4a8a0
Compare
This cannot pass all tests due to an issue (#1059) at Spark side. |
I'm considering to add a workaround in Comet as waiting for Spark change might take longer time (and for 3.4/3.5 such change might not easily to backport). |
7b0f5ad
to
6141158
Compare
6141158
to
e3fdff6
Compare
* Copied from Spark `ColumnarToRowExec`. Comet needs the fix for SPARK-50235 but cannot wait for | ||
* the fix to be released in Spark versions. We copy the implementation here to apply the fix. | ||
*/ | ||
case class CometColumnarToRowExec(child: SparkPlan) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could potentially move this to the shim layer and only use when using versions of Spark that do not have the fix
Which issue does this PR close?
Closes #1035.
Rationale for this change
What changes are included in this PR?
How are these changes tested?