-
- Downloads
[SPARK-4272] [SQL] Add more unwrapper functions for primitive type in TableReader
Currently, the data "unwrap" only support couple of primitive types, not all, it will not cause exception, but may get some performance in table scanning for the type like binary, date, timestamp, decimal etc. Author: Cheng Hao <hao.cheng@intel.com> Closes #3136 from chenghao-intel/table_reader and squashes the following commits: fffb729 [Cheng Hao] fix bug for retrieving the timestamp object e9c97a4 [Cheng Hao] Add more unwrapper functions for primitive type in TableReader
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveInspectors.scala 0 additions, 4 deletions...main/scala/org/apache/spark/sql/hive/HiveInspectors.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala 15 additions, 0 deletions...rc/main/scala/org/apache/spark/sql/hive/TableReader.scala
Loading
Please register or sign in to comment