[jira] [Created] (DRILL-5732) Unable to allocate sv2 for 9039 records, and not enough batchGroups to spill.

2017-08-18 Thread Robert Hou (JIRA)
Robert Hou created DRILL-5732: - Summary: Unable to allocate sv2 for 9039 records, and not enough batchGroups to spill. Key: DRILL-5732 URL: https://issues.apache.org/jira/browse/DRILL-5732 Project: Apache

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134035974 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/expr/fn/impl/TestStringFunctions.java --- @@ -157,6 +157,967 @@ public void testRegexpReplac

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134035511 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/StringFunctions.java --- @@ -57,22 +57,120 @@ private StringFunctions() {}

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134034498 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/RegexpUtil.java --- @@ -76,12 +113,24 @@ public static String sqlToRegexLike(

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134035089 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/RegexpUtil.java --- @@ -96,20 +145,46 @@ public static String sqlToRegexLike(

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134032668 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/RegexpUtil.java --- @@ -76,12 +113,24 @@ public static String sqlToRegexLike(

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134032943 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/RegexpUtil.java --- @@ -96,20 +145,46 @@ public static String sqlToRegexLike(

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134034748 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/RegexpUtil.java --- @@ -96,20 +145,46 @@ public static String sqlToRegexLike(

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134035728 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/StringFunctions.java --- @@ -85,23 +183,118 @@ public void eval() { @O

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134035411 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/StringFunctions.java --- @@ -57,22 +57,120 @@ private StringFunctions() {}

[GitHub] drill pull request #907: DRILL-5697: Improve performance of filter operator ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/907#discussion_r134032343 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/RegexpUtil.java --- @@ -47,18 +47,55 @@ "[:alnum:]", "\\p{Alnum}"

[GitHub] drill issue #905: DRILL-1162: Fix OOM for hash join operator when the right ...

2017-08-18 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/905 @jinfengni, I think you are more familiar with this part of the code, can you take a look? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[jira] [Created] (DRILL-5731) regionsToScan is computed multiple times for MapR DB Json and Binary tables

2017-08-18 Thread Padma Penumarthy (JIRA)
Padma Penumarthy created DRILL-5731: --- Summary: regionsToScan is computed multiple times for MapR DB Json and Binary tables Key: DRILL-5731 URL: https://issues.apache.org/jira/browse/DRILL-5731 Proje

[GitHub] drill pull request #916: DRILL-5377: Five-digit year dates are displayed inc...

2017-08-18 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/916 DRILL-5377: Five-digit year dates are displayed incorrectly via jdbc You can merge this pull request into a Git repository by running: $ git pull https://github.com/vdiravka/drill DRILL-5377

[GitHub] drill pull request #915: DRILL-1051: Casting timestamp as date gives wrong r...

2017-08-18 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/915 DRILL-1051: Casting timestamp as date gives wrong result for dates ea… …rlier than 1883 - Fix DateAccessor's, TimestampAccessor's and TimeAccessor's converting joda time to java.sql Yo

[GitHub] drill pull request #805: Drill-4139: Exception while trying to prune partiti...

2017-08-18 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/805#discussion_r133927602 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -548,23 +567,57 @@ public void populatePruningVect

[GitHub] drill pull request #805: Drill-4139: Exception while trying to prune partiti...

2017-08-18 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/805#discussion_r126637301 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -444,123 +478,235 @@ public MajorType getTypeForCo

[GitHub] drill pull request #805: Drill-4139: Exception while trying to prune partiti...

2017-08-18 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/805#discussion_r133933369 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java --- @@ -181,6 +186,101 @@ else if (parquetTableMetada

[GitHub] drill pull request #805: Drill-4139: Exception while trying to prune partiti...

2017-08-18 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/805#discussion_r126640837 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -444,123 +478,235 @@ public MajorType getTypeForCo