GitHub user DoingDone9 opened a pull request:
https://github.com/apache/spark/pull/3206
[SPARK-4339][SQL] SPARK-4339 Make fixedPoint Configurable in Analyzer.
fixedPoint limits the max number of iterations,it should be Configurable.
But it is a contant in Analyzer.scala,like that "val fixedPoint =
FixedPoint(100)".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DoingDone9/spark catalyst_issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3206.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 #3206
----
commit 255107175bf2e51e7f10b77210c3fc93e1b20079
Author: DoingDone9 <[email protected]>
Date: 2014-11-06T01:45:39Z
Merge pull request #1 from apache/master
merge lastest spark
commit 1b392f68830dc22c6c382036419725569aad4b38
Author: DoingDone9 <[email protected]>
Date: 2014-11-11T08:34:41Z
Merge pull request #2 from apache/master
merge lastest spark
commit a3cb24f8b1f84ae36d097536a9783e71cca6f1ac
Author: DoingDone9 <[email protected]>
Date: 2014-11-11T08:50:16Z
Make fixedPoint Configurable
Make fixedPoint Configurable.
----
---
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]