-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-2342] Evaluation helper's output type doesn't conform to input ty... #1283
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Can one of the admins verify this patch? |
Contributor
|
test this please |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
asfgit
pushed a commit
that referenced
this pull request
Jul 3, 2014
… ty... The function cast doesn't conform to the intention of "Those expressions are supposed to be in the same data type, and also the return type." comment Author: Yijie Shen <[email protected]> Closes #1283 from yijieshen/master and squashes the following commits: c7aaa4b [Yijie Shen] [SPARK-2342] Evaluation helper's output type doesn't conform to input type (cherry picked from commit a9b52e5) Signed-off-by: Michael Armbrust <[email protected]>
Contributor
|
Thanks, I merged this into master and 1.0! |
xiliu82
pushed a commit
to xiliu82/spark
that referenced
this pull request
Sep 4, 2014
… ty... The function cast doesn't conform to the intention of "Those expressions are supposed to be in the same data type, and also the return type." comment Author: Yijie Shen <[email protected]> Closes apache#1283 from yijieshen/master and squashes the following commits: c7aaa4b [Yijie Shen] [SPARK-2342] Evaluation helper's output type doesn't conform to input type
wangyum
pushed a commit
that referenced
this pull request
May 26, 2023
* [CARMEL-6674]: Project fail to be collapsed * fix checkstyle * fix
szehon-ho
pushed a commit
to szehon-ho/spark
that referenced
this pull request
Sep 24, 2024
https://github.pie.apple.com/IPR/apache-incubator-iceberg/compare/IPR:apache-incubator-iceberg:ece9b3117...IPR:apache-incubator-iceberg:85968ae4b Release notes: - [Make OAuth audience and resource configurable (apache#9839)](https://github.pie.apple.com/IPR/apache-incubator-iceberg/commit/b204803e560be2dfe58c46a47f262a2be920745a) - [Internal: [SPJ] Add bucket to reducible function (](https://github.pie.apple.com/IPR/apache-incubator-iceberg/commit/2d64f72b5728a49e9907d4769497ce5f2b177756)[#1285](https://github.pie.apple.com/IPR/apache-incubator-iceberg/pull/1285)[)](https://github.pie.apple.com/IPR/apache-incubator-iceberg/commit/2d64f72b5728a49e9907d4769497ce5f2b177756) - Core, Spark: Calling rewrite_position_delete_files fails on tables with more than 1k columns (apache#10020) ([apache#1283](https://github.pie.apple.com/IPR/apache-incubator-iceberg/pull/1283)) - [[Internal] Update revapi version (](https://github.pie.apple.com/IPR/apache-incubator-iceberg/commit/ece9b311752f4f27700ac804f7503658e5de9fab)[#1282](https://github.pie.apple.com/IPR/apache-incubator-iceberg/pull/1282)[)](https://github.pie.apple.com/IPR/apache-incubator-iceberg/commit/ece9b311752f4f27700ac804f7503658e5de9fab)
ashevchuk123
pushed a commit
to mapr/spark
that referenced
this pull request
Oct 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The function cast doesn't conform to the intention of "Those expressions are supposed to be in the same data type, and also the return type." comment