[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-29 Thread krisgeus
Github user krisgeus commented on a diff in the pull request: https://github.com/apache/spark/pull/21893#discussion_r205988632 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala --- @@ -857,6 +857,32 @@ class SparkSqlAstBuilder(conf: SQLConf)

[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-29 Thread krisgeus
Github user krisgeus commented on a diff in the pull request: https://github.com/apache/spark/pull/21893#discussion_r205988606 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/MultiFormatTableSuite.scala --- @@ -0,0 +1,512 @@ +/* + * Licensed to the

[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-29 Thread krisgeus
Github user krisgeus commented on a diff in the pull request: https://github.com/apache/spark/pull/21893#discussion_r205988600 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala --- @@ -857,6 +857,32 @@ class SparkSqlAstBuilder(conf: SQLConf)

[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-29 Thread krisgeus
Github user krisgeus commented on a diff in the pull request: https://github.com/apache/spark/pull/21893#discussion_r205988604 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala --- @@ -415,6 +415,51 @@ case class AlterTableSerDePropertiesCommand(

[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-28 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/21893#discussion_r205945617 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala --- @@ -857,6 +857,32 @@ class SparkSqlAstBuilder(conf: SQLConf)

[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-28 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/21893#discussion_r205945564 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/MultiFormatTableSuite.scala --- @@ -0,0 +1,512 @@ +/* + * Licensed to

[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-28 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/21893#discussion_r205945559 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala --- @@ -415,6 +415,51 @@ case class

[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-28 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/21893#discussion_r205945523 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala --- @@ -857,6 +857,32 @@ class SparkSqlAstBuilder(conf: SQLConf)

[GitHub] spark pull request #21893: Support selecting from partitioned tabels with pa...

2018-07-27 Thread krisgeus
GitHub user krisgeus opened a pull request: https://github.com/apache/spark/pull/21893 Support selecting from partitioned tabels with partitions having different data formats ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix)