[GitHub] spark pull request #20406: [SPARK-23230][SQL]Error by creating a data table ...

2018-02-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20406#discussion_r167456217 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveSerDeSuite.scala --- @@ -100,6 +100,25 @@ class HiveSerDeSuite extends

[GitHub] spark pull request #20406: [SPARK-23230][SQL]Error by creating a data table ...

2018-02-11 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/20406#discussion_r167440884 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveSerDeSuite.scala --- @@ -100,6 +100,25 @@ class HiveSerDeSuite extends

[GitHub] spark pull request #20406: [SPARK-23230][SQL]Error by creating a data table ...

2018-01-26 Thread cxzl25
GitHub user cxzl25 opened a pull request: https://github.com/apache/spark/pull/20406 [SPARK-23230][SQL]Error by creating a data table when using hive.default.fileformat=orc When hive.default.fileformat is other kinds of file types, create textfile table cause a serda error. We