[GitHub] spark pull request #19139: [MINOR][DOC] Add ORC in `Partition Discovery` sec...

2017-09-05 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/19139#discussion_r137101509 --- Diff: docs/sql-programming-guide.md --- @@ -733,7 +733,7 @@ SELECT * FROM parquetTable Table partitioning is a common optimization

[GitHub] spark pull request #19139: [MINOR][DOC] Add ORC in `Partition Discovery` sec...

2017-09-05 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19139#discussion_r137101003 --- Diff: docs/sql-programming-guide.md --- @@ -733,7 +733,7 @@ SELECT * FROM parquetTable Table partitioning is a common optimization

[GitHub] spark pull request #19139: [MINOR][DOC] Add ORC in `Partition Discovery` sec...

2017-09-05 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/19139 [MINOR][DOC] Add ORC in `Partition Discovery` section. ## What changes were proposed in this pull request? Like Parquet, ORC data source supports `Partition Discovery`. We had better