-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-17738] [TEST] Fix flaky test in ColumnTypeSuite #15395
Conversation
Test build #66531 has finished for PR 15395 at commit
|
JVM crash? |
@davies I appreciate your efforts. I should have noticed this. |
Test build #3317 has finished for PR 15395 at commit
|
@zsxwing Should I merge this one to make the jenkins happy? |
retest this please. This one has not yet passed. |
@zsxwing All tests passed in previous try: https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3317/consoleFull, I kicked another. |
Test build #3320 has finished for PR 15395 at commit
|
LGTM. Merging to master and 2.0. |
## What changes were proposed in this pull request? The default buffer size is not big enough for randomly generated MapType. ## How was this patch tested? Ran the tests in 100 times, it never fail (it fail 8 times before the patch). Author: Davies Liu <davies@databricks.com> Closes #15395 from davies/flaky_map. (cherry picked from commit d5ec4a3) Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
## What changes were proposed in this pull request? The default buffer size is not big enough for randomly generated MapType. ## How was this patch tested? Ran the tests in 100 times, it never fail (it fail 8 times before the patch). Author: Davies Liu <davies@databricks.com> Closes apache#15395 from davies/flaky_map.
What changes were proposed in this pull request?
The default buffer size is not big enough for randomly generated MapType.
How was this patch tested?
Ran the tests in 100 times, it never fail (it fail 8 times before the patch).