GH-34367: [Java] Fix build error from sequential merges#34368
GH-34367: [Java] Fix build error from sequential merges#34368lidavidm merged 1 commit intoapache:mainfrom
Conversation
|
|
|
@github-actions crossbow submit java |
|
Revision: 60b82be Submitted crossbow builds: ursacomputing/crossbow @ actions-a0bd129461 |
|
Benchmark runs are scheduled for baseline = 589a847 and contender = 25db9c1. 25db9c1 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…#34368) ### Rationale for this change I broke main by merging two PRs in quick succession that unfortunately didn't work together. ### What changes are included in this PR? Fix the build error. ### Are these changes tested? N/A ### Are there any user-facing changes? No, test code only * Closes: apache#34367 Authored-by: David Li <[email protected]> Signed-off-by: David Li <[email protected]>
Rationale for this change
I broke main by merging two PRs in quick succession that unfortunately didn't work together.
What changes are included in this PR?
Fix the build error.
Are these changes tested?
N/A
Are there any user-facing changes?
No, test code only