[GitHub] [spark] c21 commented on a change in pull request #31958: [SPARK-34862][SQL] Support nested column in ORC vectorized reader

2021-03-31 Thread GitBox
c21 commented on a change in pull request #31958: URL: https://github.com/apache/spark/pull/31958#discussion_r605187408 ## File path: sql/core/src/main/java/org/apache/spark/sql/execution/datasources/orc/OrcArrayColumnVector.java ## @@ -0,0 +1,114 @@ +/* + * Licensed to the

[GitHub] [spark] c21 commented on a change in pull request #31958: [SPARK-34862][SQL] Support nested column in ORC vectorized reader

2021-03-31 Thread GitBox
c21 commented on a change in pull request #31958: URL: https://github.com/apache/spark/pull/31958#discussion_r604794610 ## File path: project/MimaExcludes.scala ## @@ -40,7 +40,22 @@ object MimaExcludes {

[GitHub] [spark] c21 commented on a change in pull request #31958: [SPARK-34862][SQL] Support nested column in ORC vectorized reader

2021-03-31 Thread GitBox
c21 commented on a change in pull request #31958: URL: https://github.com/apache/spark/pull/31958#discussion_r604767011 ## File path: sql/core/src/main/java/org/apache/spark/sql/execution/datasources/orc/OrcMapColumnVector.java ## @@ -0,0 +1,118 @@ +/* + * Licensed to the

[GitHub] [spark] c21 commented on a change in pull request #31958: [SPARK-34862][SQL] Support nested column in ORC vectorized reader

2021-03-31 Thread GitBox
c21 commented on a change in pull request #31958: URL: https://github.com/apache/spark/pull/31958#discussion_r604642748 ## File path: project/MimaExcludes.scala ## @@ -40,7 +40,22 @@ object MimaExcludes {

[GitHub] [spark] c21 commented on a change in pull request #31958: [SPARK-34862][SQL] Support nested column in ORC vectorized reader

2021-03-28 Thread GitBox
c21 commented on a change in pull request #31958: URL: https://github.com/apache/spark/pull/31958#discussion_r603014404 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ## @@ -838,6 +838,13 @@ object SQLConf { .intConf