GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/11714
[SPARK-13891] [SQL] [TEST] Issue Exceptions when Hitting the Max Iteration
Limit in Optimizer and Analyzer
#### What changes were proposed in this pull request?
This PR is to issue an exception in the unit tests of Spark SQL when
hitting the max iteration limit. Then, we can catch the infinite loop bugs in
Analyzer and Optimizer.
Will submit separate PRs to fix the root cause that trigger these
exceptions. Thanks!
cc @marmbrus
#### How was this patch tested?
Note: this PR will trigger a lot of failures due to the uncaught issues.
For example, one of the issues has been found in
https://github.com/apache/spark/pull/11682
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gatorsmile/spark maxIterationException
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11714.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 #11714
----
commit 797aabb275af8e7d1208341bcd78bcc41a1d2191
Author: gatorsmile <[email protected]>
Date: 2016-03-15T05:34:33Z
When doing the test, issue an exception if hitting the max iteration.
----
---
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]