GitHub user cloud-fan opened a pull request:
https://github.com/apache/spark/pull/16244
[SQL][minor] simplify a test to fix the maven tests
## What changes were proposed in this pull request?
After https://github.com/apache/spark/pull/15620 , all of the Maven-based
2.0 Jenkins jobs time out consistently. As I pointed out in
https://github.com/apache/spark/pull/15620#discussion_r91829129 , it seems that
the regression test is an overkill and may hit constants pool size limitation,
which is a known issue and hasn't been fixed yet.
Since #15620 only fix the code size limitation problem, we can simplify the
test to avoid hitting constants pool size limitation.
## How was this patch tested?
test only change
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloud-fan/spark minor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16244.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16244
----
commit 2983832c39d1cd0fcb71ddd76d3feaa7a810cd11
Author: Wenchen Fan <[email protected]>
Date: 2016-12-10T05:14:00Z
simplify a test
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]