-
- Downloads
[SPARK-12288] [SQL] Support UnsafeRow in Coalesce/Except/Intersect.
Support UnsafeRow for the Coalesce/Except/Intersect. Could you review if my code changes are ok? davies Thank you! Author: gatorsmile <gatorsmile@gmail.com> Closes #10285 from gatorsmile/unsafeSupportCIE.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/basicOperators.scala 11 additions, 1 deletion...scala/org/apache/spark/sql/execution/basicOperators.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/RowFormatConvertersSuite.scala 35 additions, 0 deletions...apache/spark/sql/execution/RowFormatConvertersSuite.scala
Please register or sign in to comment