Fix for SPARK-1758: failing test org.apache.spark.JavaAPISuite.wholeText...#691
Closed
nishkamravi2 wants to merge 1 commit into
Closed
Fix for SPARK-1758: failing test org.apache.spark.JavaAPISuite.wholeText...#691nishkamravi2 wants to merge 1 commit into
nishkamravi2 wants to merge 1 commit into
Conversation
…extFiles The prefix "file:" is missing in the string inserted as key in HashMap.
|
Can one of the admins verify this patch? |
Contributor
|
Why make pull requests for brach-1.0 and master both? I think #692 should be the only one. |
Contributor
|
Yeah, you can close this one. When we merge the other one we can specify an additional branch to merge it in. |
Contributor
Author
|
I'm closing this one and leaving 692 open. Thanks. |
RolatZhang
pushed a commit
to RolatZhang/spark
that referenced
this pull request
Dec 8, 2023
…pache#701) * minor fix ut * AL-8998 Fix resizing for ArrayBuffer in scala-2.12 (apache#691) * AL-8998 Fix resizing for ArrayBuffer in scala-2.12 * KE-42864 Fix vulnerability, upgrade tomcat-embed-core.version version to 9.0.81 (apache#699) --------- Co-authored-by: jiawei.li <1019037687@qq.com> Co-authored-by: Zhimin Wu <596361258@qq.com>
RolatZhang
pushed a commit
to RolatZhang/spark
that referenced
this pull request
Dec 11, 2023
* AL-8998 Fix resizing for ArrayBuffer in scala-2.12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
...Files
The prefix "file:" is missing in the string inserted as key in HashMap.