GitHub user davies opened a pull request:
https://github.com/apache/spark/pull/11097
[SPARK-13215] [SQL] remove fallback in codegen
Since we remove the configuration for codegen, we are heavily reply on
codegen (also TungstenAggregate require the generated MutableProjection to
update UnsafeRow), should remove the fallback, which could make user confusing,
see the discussion in SPARK-13116.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davies/spark remove_fallback
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11097.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 #11097
----
commit 4e9ce002c9956bbe9716bf23b8475f3665fa18ed
Author: Davies Liu <[email protected]>
Date: 2016-02-05T21:11:03Z
remove fallback in codegen
----
---
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]