[GitHub] spark issue #20580: [SPARK-23388][SQL] Support for Parquet Binary DecimalTyp...

2018-02-12 Thread a10y
Github user a10y commented on the issue: https://github.com/apache/spark/pull/20580 If you did add a test it should probably generate the Parquet file programmatically rather than checking it in. Some examples in https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org

[GitHub] spark issue #20580: [SPARK-23388][SQL] Support for Parquet Binary DecimalTyp...

2018-02-12 Thread a10y
Github user a10y commented on the issue: https://github.com/apache/spark/pull/20580 As far as we can tell this is an accidental breaking change, as dropping support for this in vectorized Parquet reader was never called out. We have Parquet datasets with binary columns with logical

[GitHub] spark issue #18424: [SPARK-17091] Add rule to convert IN predicate to equiva...

2017-12-01 Thread a10y
Github user a10y commented on the issue: https://github.com/apache/spark/pull/18424 @ptkool are you still tracking this at all? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark pull request #18931: [SPARK-21717][SQL] Decouple consume functions of ...

2017-10-11 Thread a10y
Github user a10y commented on a diff in the pull request: https://github.com/apache/spark/pull/18931#discussion_r144025706 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/WholeStageCodegenExec.scala --- @@ -175,6 +175,25 @@ trait CodegenSupport extends SparkPlan

[GitHub] spark pull request #19082: [SPARK-21870][SQL] Split aggregation code into sm...

2017-10-10 Thread a10y
Github user a10y commented on a diff in the pull request: https://github.com/apache/spark/pull/19082#discussion_r143836700 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala --- @@ -244,6 +246,89 @@ case class HashAggregateExec

[GitHub] spark pull request #19082: [SPARK-21870][SQL] Split aggregation code into sm...

2017-10-10 Thread a10y
Github user a10y commented on a diff in the pull request: https://github.com/apache/spark/pull/19082#discussion_r143836110 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala --- @@ -244,6 +246,89 @@ case class HashAggregateExec

[GitHub] spark pull request #18945: Add option to convert nullable int columns to flo...

2017-09-20 Thread a10y
Github user a10y commented on a diff in the pull request: https://github.com/apache/spark/pull/18945#discussion_r140142458 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1761,12 +1761,37 @@ def toPandas(self): raise ImportError("%s\n%s" % (e.me

[GitHub] spark pull request #18945: Add option to convert nullable int columns to flo...

2017-09-20 Thread a10y
Github user a10y commented on a diff in the pull request: https://github.com/apache/spark/pull/18945#discussion_r140141889 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1761,12 +1761,37 @@ def toPandas(self): raise ImportError("%s\n%s" % (e.me

[GitHub] spark pull request #18945: Add option to convert nullable int columns to flo...

2017-09-18 Thread a10y
Github user a10y commented on a diff in the pull request: https://github.com/apache/spark/pull/18945#discussion_r139450187 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1810,17 +1810,20 @@ def _to_scala_map(sc, jm): return sc._jvm.PythonUtils.toScalaMap(jm

[GitHub] spark pull request #18424: [SPARK-17091] Add rule to convert IN predicate to...

2017-07-16 Thread a10y
Github user a10y commented on a diff in the pull request: https://github.com/apache/spark/pull/18424#discussion_r127611976 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala --- @@ -238,6 +238,14 @@ private[parquet] object

[GitHub] spark issue #18424: [SPARK-21218] Add rule to convert IN predicate to equiva...

2017-06-26 Thread a10y
Github user a10y commented on the issue: https://github.com/apache/spark/pull/18424 Indeed it appears to be. The resolution from my previous PR was that per @HyukjinKwon's benchmarks, performing the disjunction in Spark was slightly more performant than pushing it down to Parquet

[GitHub] spark pull request #14671: [SPARK-17091][SQL] ParquetFilters rewrite IN to O...

2017-02-17 Thread a10y
Github user a10y closed the pull request at: https://github.com/apache/spark/pull/14671 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature