Repository: spark
Updated Branches:
refs/heads/branch-1.0 8bb93909f -> 0f56aadc8
[SPARK-1368][SQL] Optimized HiveTableScan
JIRA issue: [SPARK-1368](https://issues.apache.org/jira/browse/SPARK-1368)
This PR introduces two major updates:
- Replaced FP style code with `while` loop and reusable
Repository: spark
Updated Branches:
refs/heads/master 60b89fe6b -> 8f7141fbc
[SPARK-1368][SQL] Optimized HiveTableScan
JIRA issue: [SPARK-1368](https://issues.apache.org/jira/browse/SPARK-1368)
This PR introduces two major updates:
- Replaced FP style code with `while` loop and reusable `Gen