spark git commit: [SPARK-4272] [SQL] Add more unwrapper functions for primitive type in TableReader

2014-11-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 14c54f187 - 60ab80f50 [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

spark git commit: [SPARK-4272] [SQL] Add more unwrapper functions for primitive type in TableReader

2014-11-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 d530c3952 - ff1a08256 [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