[GitHub] spark pull request #23154: [SPARK-26195][SQL] Correct exception messages in ...

2018-11-27 Thread lcqzte10192193
Github user lcqzte10192193 commented on a diff in the pull request: https://github.com/apache/spark/pull/23154#discussion_r236923346 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/datasources/parquet/VectorizedRleValuesReader.java --- @@ -510,42 +510,42 @@ public

[GitHub] spark pull request #23154: [SPARK-26195][SQL] Correct exception messages in ...

2018-11-27 Thread lcqzte10192193
Github user lcqzte10192193 commented on a diff in the pull request: https://github.com/apache/spark/pull/23154#discussion_r236923308 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala --- @@ -204,10 +204,10 @@ case class

[GitHub] spark issue #23154: [SPARK-26195][SQL] Correct exception messages in some cl...

2018-11-27 Thread lcqzte10192193
Github user lcqzte10192193 commented on the issue: https://github.com/apache/spark/pull/23154 > Good catch. I believe other files (e.g. `VectorizedRleValuesReader.java`, `Expression.scala`, and `generators.scala` also have the similar problem. Can this PR address them? ·

[GitHub] spark pull request #23154: [SQL] Correct two exception message in Unresolved...

2018-11-27 Thread lcqzte10192193
GitHub user lcqzte10192193 opened a pull request: https://github.com/apache/spark/pull/23154 [SQL] Correct two exception message in UnresolvedGenerator class ## What changes were proposed in this pull request? UnresolvedGenerator don't support doGenCode and terminate

[GitHub] spark pull request #23140: SPARK-25774 truncate table with partition and pat...

2018-11-25 Thread lcqzte10192193
GitHub user lcqzte10192193 opened a pull request: https://github.com/apache/spark/pull/23140 SPARK-25774 truncate table with partition and path ## What changes were proposed in this pull request? when we run SPARK SQL TRUNCATE TABLE command on a managed table in Hive