[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-22 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r977992658 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -435,6 +439,14 @@ private[hive] class HiveClientImpl( getRawTableOption(d

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-22 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r977816317 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -66,6 +66,10 @@ import org.apache.spark.sql.internal.SQLConf import org.apach

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-20 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r975541056 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1026,7 +1026,14 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-20 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r975541056 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1026,7 +1026,14 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-20 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r975119000 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1026,7 +1026,14 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-09 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966850639 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1095,7 +1095,11 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-09 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966850639 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1095,7 +1095,11 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-09 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966809657 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1095,7 +1095,11 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-09 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966809657 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1095,7 +1095,11 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-09 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966809657 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1095,7 +1095,11 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-09 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966809657 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1095,7 +1095,11 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-09 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966793263 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1095,7 +1095,11 @@ private[hive] object HiveClientImpl extends Logging {

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-08 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966208868 ## sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala: ## @@ -2694,6 +2694,23 @@ abstract class SQLQuerySuiteBase extends QueryTest with

[GitHub] [spark] peter-toth commented on a diff in pull request #36027: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-08 Thread GitBox
peter-toth commented on code in PR #36027: URL: https://github.com/apache/spark/pull/36027#discussion_r966199347 ## sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala: ## @@ -1095,7 +1095,11 @@ private[hive] object HiveClientImpl extends Logging {