Commit 9b48f33
[SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
### What changes were proposed in this pull request?
This patch fixes the build failure in `branch-3.0` due to cherry-picking SPARK-31045 to branch-3.0, as `.version()` is not available in `branch-3.0` yet.
### Why are the changes needed?
The build is failing in `branch-3.0`.
### Does this PR introduce any user-facing change?
No.
### How was this patch tested?
Jenkins build will verify.
Closes #27826 from HeartSaVioR/SPARK-31045-branch-3.0-FOLLOWUP.
Authored-by: Jungtaek Lim (HeartSaVioR) <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 7c09c9f commit 9b48f33
File tree
1 file changed
+0
-1
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/internal
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | 385 | | |
387 | 386 | | |
388 | 387 | | |
| |||
0 commit comments