[KYUUBI #6574] Skip eagerly execute command in PlanOnly mode of Spark Engine#6575
[KYUUBI #6574] Skip eagerly execute command in PlanOnly mode of Spark Engine#6575wForget wants to merge 4 commits intoapache:masterfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6575 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 677 677
Lines 41806 41806
Branches 5711 5711
======================================
Misses 41806 41806 ☔ View full report in Codecov by Sentry. |
|
I know we have dropped support Spark3.1, but this pr would make it fail to compile with Spark3.1 and previous. I just post this issue and I'm fine if it is acceptable for the community. |
Some incompatibilities with spark 3.1 have been introduced since #6273 |
|
branch-1.9 still works for Spark 3.1, if this is only target to master, it is fine to break 3.1 |
|
Thanks, merged to master |
🔍 Description
Issue References 🔗
This pull request fixes #6574
Describe Your Solution 🔧
Skip eagerly execute command in physical and execution plan only mode
Types of changes 🔖
Test Plan 🧪
Related Unit Tests
added unit test
Checklist 📝
Be nice. Be informative.