[jira] [Commented] (DRILL-6949) Query fails with "UNSUPPORTED_OPERATION ERROR: Hash-Join can not partition the inner data any further" when Semi join is enabled

2019-11-05 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968050#comment-16968050 ] Boaz Ben-Zvi commented on DRILL-6949: - Tried adding this code (in onMatch() in HashJoinPrule.java) to

[jira] [Commented] (DRILL-6938) SQL get the wrong result after hashjoin and hashagg disabled

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967220#comment-16967220 ] Boaz Ben-Zvi commented on DRILL-6938: - [~dony.dong] - can this case be closed ?  Looks like it only

[jira] [Commented] (DRILL-6949) Query fails with "UNSUPPORTED_OPERATION ERROR: Hash-Join can not partition the inner data any further" when Semi join is enabled

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967217#comment-16967217 ] Boaz Ben-Zvi commented on DRILL-6949: - DRILL-6845 has a PR (1606) that tries to solve this problem at

[jira] [Commented] (DRILL-6845) Eliminate duplicates for Semi Hash Join

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967216#comment-16967216 ] Boaz Ben-Zvi commented on DRILL-6845: - The same problem can also be addressed during plan time with

[jira] [Commented] (DRILL-4667) Improve memory footprint of broadcast joins

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967215#comment-16967215 ] Boaz Ben-Zvi commented on DRILL-4667: - Need to implement some kind of a *shared memory* for multiple

[jira] [Updated] (DRILL-4667) Improve memory footprint of broadcast joins

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-4667: Fix Version/s: 1.18.0 > Improve memory footprint of broadcast joins >

[jira] [Updated] (DRILL-7141) Hash-Join (and Agg) should always spill to disk the least used partition

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7141: Fix Version/s: 1.18.0 > Hash-Join (and Agg) should always spill to disk the least used partition >

[jira] [Commented] (DRILL-7141) Hash-Join (and Agg) should always spill to disk the least used partition

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967208#comment-16967208 ] Boaz Ben-Zvi commented on DRILL-7141: - This enhancement requires the use of good statistics (on the

[jira] [Updated] (DRILL-6836) Eliminate StreamingAggr for COUNT DISTINCT

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6836: Fix Version/s: Future > Eliminate StreamingAggr for COUNT DISTINCT >

[jira] [Updated] (DRILL-6799) Enhance the Hash-Join Operator to perform Anti-Semi-Join

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6799: Fix Version/s: Future > Enhance the Hash-Join Operator to perform Anti-Semi-Join >

[jira] [Commented] (DRILL-7136) Num_buckets for HashAgg in profile may be inaccurate

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967202#comment-16967202 ] Boaz Ben-Zvi commented on DRILL-7136: - When a Hash-Aggr partition is spilled, its hash-table is reset

[jira] [Updated] (DRILL-6758) Hash Join should not return the join columns when they are not needed downstream

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6758: Fix Version/s: 1.18.0 > Hash Join should not return the join columns when they are not needed >

[jira] [Commented] (DRILL-6767) Simplify transfer of information from the planner to the operators

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967173#comment-16967173 ] Boaz Ben-Zvi commented on DRILL-6767: - Postpone the work as it does not give an immediate benefit

[jira] [Updated] (DRILL-6767) Simplify transfer of information from the planner to the operators

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6767: Fix Version/s: Future > Simplify transfer of information from the planner to the operators >

[jira] [Commented] (DRILL-6949) Query fails with "UNSUPPORTED_OPERATION ERROR: Hash-Join can not partition the inner data any further" when Semi join is enabled

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967171#comment-16967171 ] Boaz Ben-Zvi commented on DRILL-6949: - [~gparai] - note potential use of statistics ; e.g., if number

[jira] [Commented] (DRILL-6949) Query fails with "UNSUPPORTED_OPERATION ERROR: Hash-Join can not partition the inner data any further" when Semi join is enabled

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967156#comment-16967156 ] Boaz Ben-Zvi commented on DRILL-6949: - The two profiles clearly show that this is a fundamental

[jira] [Updated] (DRILL-6949) Query fails with "UNSUPPORTED_OPERATION ERROR: Hash-Join can not partition the inner data any further" when Semi join is enabled

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6949: Fix Version/s: Future > Query fails with "UNSUPPORTED_OPERATION ERROR: Hash-Join can not partition

[jira] [Commented] (DRILL-7244) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-11-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16967118#comment-16967118 ] Boaz Ben-Zvi commented on DRILL-7244: - I just retried the original example (see DRILL-7240) with

[jira] [Commented] (DRILL-7405) Build fails due to inaccessible apache-drill on S3 storage

2019-10-16 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953226#comment-16953226 ] Boaz Ben-Zvi commented on DRILL-7405: - Seems to be working now, but that file should be placed on

[jira] [Created] (DRILL-7405) Build fails due to inaccessible apache-drill on S3 storage

2019-10-15 Thread Boaz Ben-Zvi (Jira)
Boaz Ben-Zvi created DRILL-7405: --- Summary: Build fails due to inaccessible apache-drill on S3 storage Key: DRILL-7405 URL: https://issues.apache.org/jira/browse/DRILL-7405 Project: Apache Drill

[jira] [Resolved] (DRILL-7170) IllegalStateException: Record count not set for this vector container

2019-10-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi resolved DRILL-7170. - Reviewer: Sorabh Hamirwasia Resolution: Fixed > IllegalStateException: Record count not

[jira] [Assigned] (DRILL-7170) IllegalStateException: Record count not set for this vector container

2019-10-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi reassigned DRILL-7170: --- Assignee: Boaz Ben-Zvi > IllegalStateException: Record count not set for this vector

[jira] [Commented] (DRILL-7170) IllegalStateException: Record count not set for this vector container

2019-10-04 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16944813#comment-16944813 ] Boaz Ben-Zvi commented on DRILL-7170: - Fixed the error (PR #1859 - commit ID

[jira] [Commented] (DRILL-7170) IllegalStateException: Record count not set for this vector container

2019-09-09 Thread Boaz Ben-Zvi (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926184#comment-16926184 ] Boaz Ben-Zvi commented on DRILL-7170: -     This failure happens at the end of the build phase for the

[jira] [Commented] (DRILL-7169) Rename drill-root ArtifactID to apache-drill

2019-05-10 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16837599#comment-16837599 ] Boaz Ben-Zvi commented on DRILL-7169: - I removed the "ready to commit" label until we have more

[jira] [Updated] (DRILL-7169) Rename drill-root ArtifactID to apache-drill

2019-05-10 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7169: Labels: (was: ready-to-commit) > Rename drill-root ArtifactID to apache-drill >

[jira] [Updated] (DRILL-7244) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7244: Description: See DRILL-7240 , where a temporary workaround was created, skipping pruning (and

[jira] [Updated] (DRILL-7244) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7244: Description: See -DRILL-7+240+-, where a temporary workaround was created, skipping pruning (and

[jira] [Updated] (DRILL-7244) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7244: Issue Type: Sub-task (was: Bug) Parent: DRILL-7028 > Run-time rowgroup pruning match()

[jira] [Created] (DRILL-7244) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-07 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7244: --- Summary: Run-time rowgroup pruning match() fails on casting a Long to an Integer Key: DRILL-7244 URL: https://issues.apache.org/jira/browse/DRILL-7244 Project: Apache

[jira] [Updated] (DRILL-7240) Temp fix: Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7240: Summary: Temp fix: Run-time rowgroup pruning match() fails on casting a Long to an Integer (was:

[jira] [Updated] (DRILL-7240) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7240: Labels: ready-to-commit (was: ) > Run-time rowgroup pruning match() fails on casting a Long to an

[jira] [Commented] (DRILL-7240) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-03 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832964#comment-16832964 ] Boaz Ben-Zvi commented on DRILL-7240: - Example recreating this bug - take this json file {noformat}

[jira] [Updated] (DRILL-7240) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-03 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7240: Description: After a Parquet table is refreshed with selected "interesting" columns, a query

[jira] [Updated] (DRILL-7240) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-03 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7240: Issue Type: Sub-task (was: Bug) Parent: DRILL-7028 > Run-time rowgroup pruning match()

[jira] [Created] (DRILL-7240) Run-time rowgroup pruning match() fails on casting a Long to an Integer

2019-05-03 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7240: --- Summary: Run-time rowgroup pruning match() fails on casting a Long to an Integer Key: DRILL-7240 URL: https://issues.apache.org/jira/browse/DRILL-7240 Project: Apache

[jira] [Assigned] (DRILL-7223) Make the timeout in TimedCallable a configurable boot time parameter

2019-04-29 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi reassigned DRILL-7223: --- Assignee: Boaz Ben-Zvi > Make the timeout in TimedCallable a configurable boot time

[jira] [Updated] (DRILL-7062) Run-time row group pruning

2019-04-22 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7062: Labels: ready-to-commit (was: ) > Run-time row group pruning > -- > >

[jira] [Created] (DRILL-7173) Analyze table may fail when prefer_plain_java is set to true on codegen for resetValues

2019-04-11 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7173: --- Summary: Analyze table may fail when prefer_plain_java is set to true on codegen for resetValues Key: DRILL-7173 URL: https://issues.apache.org/jira/browse/DRILL-7173

[jira] [Commented] (DRILL-7091) Query with EXISTS and correlated subquery fails with NPE in HashJoinMemoryCalculatorImpl$BuildSidePartitioningImpl

2019-03-11 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16790186#comment-16790186 ] Boaz Ben-Zvi commented on DRILL-7091: - The problem may be unrelated to the Hash-Join. Looks like the

[jira] [Created] (DRILL-7069) Poor performance of transformBinaryInMetadataCache

2019-02-28 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7069: --- Summary: Poor performance of transformBinaryInMetadataCache Key: DRILL-7069 URL: https://issues.apache.org/jira/browse/DRILL-7069 Project: Apache Drill Issue

[jira] [Updated] (DRILL-6799) Enhance the Hash-Join Operator to perform Anti-Semi-Join

2019-02-25 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6799: Fix Version/s: (was: 1.16.0) 1.17.0 > Enhance the Hash-Join Operator to

[jira] [Updated] (DRILL-6767) Simplify transfer of information from the planner to the operators

2019-02-25 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6767: Fix Version/s: (was: 1.16.0) 1.17.0 > Simplify transfer of information from

[jira] [Updated] (DRILL-6949) Query fails with "UNSUPPORTED_OPERATION ERROR: Hash-Join can not partition the inner data any further" when Semi join is enabled

2019-02-25 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6949: Fix Version/s: (was: 1.16.0) 1.17.0 > Query fails with

[jira] [Updated] (DRILL-6938) SQL get the wrong result after hashjoin and hashagg disabled

2019-02-25 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6938: Fix Version/s: (was: 1.16.0) 1.17.0 > SQL get the wrong result after

[jira] [Updated] (DRILL-6836) Eliminate StreamingAggr for COUNT DISTINCT

2019-02-25 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6836: Fix Version/s: (was: 1.16.0) 1.17.0 > Eliminate StreamingAggr for COUNT

[jira] [Updated] (DRILL-4667) Improve memory footprint of broadcast joins

2019-02-25 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-4667: Fix Version/s: (was: 1.16.0) 1.17.0 > Improve memory footprint of broadcast

[jira] [Commented] (DRILL-7025) Running Drill unit tests from within IntelliJ IDEA fails with FileNotFoundException: Source './src/test/resources/tpchmulti' does not exist

2019-02-20 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773371#comment-16773371 ] Boaz Ben-Zvi commented on DRILL-7025: - _TestExampleQueries_  works for me as well with no special

[jira] [Commented] (DRILL-7043) Enhance Merge-Join to support Full Outer Join

2019-02-19 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772590#comment-16772590 ] Boaz Ben-Zvi commented on DRILL-7043: - This enhancement is becoming more useful as our storage begins

[jira] [Comment Edited] (DRILL-7043) Enhance Merge-Join to support Full Outer Join

2019-02-19 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772590#comment-16772590 ] Boaz Ben-Zvi edited comment on DRILL-7043 at 2/20/19 3:32 AM: -- This

[jira] [Commented] (DRILL-7043) Enhance Merge-Join to support Full Outer Join

2019-02-19 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772589#comment-16772589 ] Boaz Ben-Zvi commented on DRILL-7043: - Possible relevant other Jiras: DRILL-1059 (No FOJ with HJ

[jira] [Created] (DRILL-7043) Enhance Merge-Join to support Full Outer Join

2019-02-19 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7043: --- Summary: Enhance Merge-Join to support Full Outer Join Key: DRILL-7043 URL: https://issues.apache.org/jira/browse/DRILL-7043 Project: Apache Drill Issue Type:

[jira] [Closed] (DRILL-2010) merge join returns wrong number of rows with large dataset

2019-02-19 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi closed DRILL-2010. --- Resolution: Cannot Reproduce Fix Version/s: 1.15.0 Retested the same test - work for me.

[jira] [Assigned] (DRILL-2010) merge join returns wrong number of rows with large dataset

2019-02-19 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi reassigned DRILL-2010: --- Assignee: Boaz Ben-Zvi > merge join returns wrong number of rows with large dataset >

[jira] [Resolved] (DRILL-6914) Query with RuntimeFilter and SemiJoin fails with IllegalStateException: Memory was leaked by query

2019-02-08 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi resolved DRILL-6914. - Resolution: Fixed The interaction between the Hash-Join spill and the runtime filter was fixed

[jira] [Updated] (DRILL-7034) Window function over a malformed CSV file crashes the JVM

2019-02-08 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7034: Attachment: janino8470007454663483217.java > Window function over a malformed CSV file crashes the

[jira] [Commented] (DRILL-7034) Window function over a malformed CSV file crashes the JVM

2019-02-08 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763977#comment-16763977 ] Boaz Ben-Zvi commented on DRILL-7034: - Attached the generated code for the window function; note the

[jira] [Commented] (DRILL-7034) Window function over a malformed CSV file crashes the JVM

2019-02-08 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763973#comment-16763973 ] Boaz Ben-Zvi commented on DRILL-7034: - Maybe related to DRILL-4845 : "Malformed CSV throws

[jira] [Commented] (DRILL-7034) Window function over a malformed CSV file crashes the JVM

2019-02-08 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763972#comment-16763972 ] Boaz Ben-Zvi commented on DRILL-7034: - Attached the error log. Looks like the window generated code

[jira] [Updated] (DRILL-7034) Window function over a malformed CSV file crashes the JVM

2019-02-08 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7034: Attachment: hs_err_pid23450.log > Window function over a malformed CSV file crashes the JVM >

[jira] [Created] (DRILL-7034) Window function over a malformed CSV file crashes the JVM

2019-02-08 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7034: --- Summary: Window function over a malformed CSV file crashes the JVM Key: DRILL-7034 URL: https://issues.apache.org/jira/browse/DRILL-7034 Project: Apache Drill

[jira] [Closed] (DRILL-7023) Query fails with IndexOutOfBoundsException after upgrade from drill 1.13.0 to drill 1.14.0

2019-02-01 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi closed DRILL-7023. --- Resolution: Fixed Assignee: Boaz Ben-Zvi Fix Version/s: 1.15.0 Fixed in PR#1344.  

[jira] [Commented] (DRILL-7023) Query fails with IndexOutOfBoundsException after upgrade from drill 1.13.0 to drill 1.14.0

2019-02-01 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758830#comment-16758830 ] Boaz Ben-Zvi commented on DRILL-7023: - Apache 1.15.0 should not see this failure, as it was fixed in

[jira] [Created] (DRILL-7015) Improve documentation for PARTITION BY

2019-01-29 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7015: --- Summary: Improve documentation for PARTITION BY Key: DRILL-7015 URL: https://issues.apache.org/jira/browse/DRILL-7015 Project: Apache Drill Issue Type:

[jira] [Updated] (DRILL-7013) Hash-Join and Hash-Aggr to handle incoming with selection vectors

2019-01-28 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7013: Description:   The Hash-Join and Hash-Aggr operators copy each incoming row separately. When the

[jira] [Created] (DRILL-7013) Hash-Join and Hash-Aggr to handle incoming with selection vectors

2019-01-28 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7013: --- Summary: Hash-Join and Hash-Aggr to handle incoming with selection vectors Key: DRILL-7013 URL: https://issues.apache.org/jira/browse/DRILL-7013 Project: Apache Drill

[jira] [Updated] (DRILL-7012) Make SelectionVectorRemover project only the needed columns

2019-01-28 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7012: Description:    A SelectionVectorRemover is often used after a filter, to copy into a newly

[jira] [Updated] (DRILL-7012) Make SelectionVectorRemover project only the needed columns

2019-01-28 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7012: Description:    A SelectionVectorRemover is often used after a filter, to copy into a newly

[jira] [Created] (DRILL-7012) Make SelectionVectorRemover project only the needed columns

2019-01-28 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-7012: --- Summary: Make SelectionVectorRemover project only the needed columns Key: DRILL-7012 URL: https://issues.apache.org/jira/browse/DRILL-7012 Project: Apache Drill

[jira] [Commented] (DRILL-6914) Query with RuntimeFilter and SemiJoin fails with IllegalStateException: Memory was leaked by query

2019-01-09 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738957#comment-16738957 ] Boaz Ben-Zvi commented on DRILL-6914: - This memory leak can be reproduced on SF1 (on the Mac) by

[jira] [Commented] (DRILL-6914) Query with RuntimeFilter and SemiJoin fails with IllegalStateException: Memory was leaked by query

2019-01-03 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16733484#comment-16733484 ] Boaz Ben-Zvi commented on DRILL-6914: - The `enable_semijoin` option is true by default, so setting it

[jira] [Commented] (DRILL-6938) SQL get the wrong result after hashjoin and hashagg disabled

2019-01-02 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16732555#comment-16732555 ] Boaz Ben-Zvi commented on DRILL-6938: - Maybe this is something with 1.13.0 ; [~dony.dong] can you

[jira] [Commented] (DRILL-6914) Query with RuntimeFilter and SemiJoin fails with IllegalStateException: Memory was leaked by query

2019-01-02 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16732543#comment-16732543 ] Boaz Ben-Zvi commented on DRILL-6914: - The error does not show on SF1. `planner.enable_semijoin` is

[jira] [Commented] (DRILL-6938) SQL get the wrong result after hashjoin and hashagg disabled

2018-12-31 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16731501#comment-16731501 ] Boaz Ben-Zvi commented on DRILL-6938: - I tried to reproduce, but could not see this failure. I

[jira] [Updated] (DRILL-6880) Hash-Join: Many null keys on the build side form a long linked chain in the Hash Table

2018-12-28 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6880: Description: When building the Hash Table for the Hash-Join, each new key is matched with an

[jira] [Commented] (DRILL-6825) Applying different hash function according to data types and data size

2018-12-20 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16726299#comment-16726299 ] Boaz Ben-Zvi commented on DRILL-6825: - [~weijie] - When iterating, each data type vector may use a

[jira] [Created] (DRILL-6915) Unit test mysql-test-data.sql in contrib/jdbc-storage-plugin fails on newer MacOS

2018-12-19 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6915: --- Summary: Unit test mysql-test-data.sql in contrib/jdbc-storage-plugin fails on newer MacOS Key: DRILL-6915 URL: https://issues.apache.org/jira/browse/DRILL-6915

[jira] [Commented] (DRILL-6912) NPE when other drillbit is already running

2018-12-18 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16724639#comment-16724639 ] Boaz Ben-Zvi commented on DRILL-6912: - [~amansinha100] - the difference is the environment variable

[jira] [Commented] (DRILL-6912) NPE when other drillbit is already running

2018-12-18 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16724580#comment-16724580 ] Boaz Ben-Zvi commented on DRILL-6912: - Just tested with 1.15.0 RC0 and there was no NPE : {code:java}

[jira] [Updated] (DRILL-6881) Hash-Table insert and probe: Compare hash values before keys

2018-12-12 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6881: Fix Version/s: (was: 1.16.0) > Hash-Table insert and probe: Compare hash values before keys >

[jira] [Updated] (DRILL-6888) Nested classes in HashAggTemplate break the plain Java for debugging codegen

2018-12-10 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6888: Labels: ready-to-commit (was: ) > Nested classes in HashAggTemplate break the plain Java for

[jira] [Commented] (DRILL-6888) Nested classes in HashAggTemplate break the plain Java for debugging codegen

2018-12-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16713534#comment-16713534 ] Boaz Ben-Zvi commented on DRILL-6888: - [^janino6744306210553474372.java]  And after extracting the

[jira] [Updated] (DRILL-6888) Nested classes in HashAggTemplate break the plain Java for debugging codegen

2018-12-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6888: Attachment: janino6744306210553474372.java > Nested classes in HashAggTemplate break the plain

[jira] [Commented] (DRILL-6888) Nested classes in HashAggTemplate break the plain Java for debugging codegen

2018-12-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16713519#comment-16713519 ] Boaz Ben-Zvi commented on DRILL-6888: - [^janino5306141716524056052.java]Attaching the generated code

[jira] [Updated] (DRILL-6888) Nested classes in HashAggTemplate break the plain Java for debugging codegen

2018-12-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6888: Attachment: janino5306141716524056052.java > Nested classes in HashAggTemplate break the plain

[jira] [Created] (DRILL-6888) Nested classes in HashAggTemplate break the plain Java for debugging codegen

2018-12-07 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6888: --- Summary: Nested classes in HashAggTemplate break the plain Java for debugging codegen Key: DRILL-6888 URL: https://issues.apache.org/jira/browse/DRILL-6888 Project:

[jira] [Commented] (DRILL-6707) Query with 10-way merge join fails with IllegalArgumentException

2018-12-07 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16713405#comment-16713405 ] Boaz Ben-Zvi commented on DRILL-6707: -     Here is a thesis on how this bug occurred:  After the

[jira] [Created] (DRILL-6881) Hash-Table insert and probe: Compare hash values before keys

2018-12-04 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6881: --- Summary: Hash-Table insert and probe: Compare hash values before keys Key: DRILL-6881 URL: https://issues.apache.org/jira/browse/DRILL-6881 Project: Apache Drill

[jira] [Assigned] (DRILL-6880) Hash-Join: Many null keys on the build side form a long linked chain in the Hash Table

2018-12-04 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi reassigned DRILL-6880: --- Assignee: Boaz Ben-Zvi > Hash-Join: Many null keys on the build side form a long linked

[jira] [Commented] (DRILL-6880) Hash-Join: Many null keys on the build side form a long linked chain in the Hash Table

2018-12-04 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16709594#comment-16709594 ] Boaz Ben-Zvi commented on DRILL-6880: - Another "side issue" is the execution time of the generated

[jira] [Created] (DRILL-6880) Hash-Join: Many null keys on the build side form a long linked chain in the Hash Table

2018-12-04 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6880: --- Summary: Hash-Join: Many null keys on the build side form a long linked chain in the Hash Table Key: DRILL-6880 URL: https://issues.apache.org/jira/browse/DRILL-6880

[jira] [Updated] (DRILL-6767) Simplify transfer of information from the planner to the operators

2018-11-26 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6767: Description: Currently little specific information known to the planner is passed to the

[jira] [Commented] (DRILL-6828) Hit UnrecognizedPropertyException when run tpch queries

2018-11-26 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16699600#comment-16699600 ] Boaz Ben-Zvi commented on DRILL-6828: - Can this error be reproduced ?  The code change looks correct,

[jira] [Commented] (DRILL-6864) Root POM: Update the git-commit-id plugin

2018-11-21 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16695379#comment-16695379 ] Boaz Ben-Zvi commented on DRILL-6864: - Also the newer versions (since 2.2.3) allow for an *mvn*

[jira] [Created] (DRILL-6864) Root POM: Update the git-commit-id plugin

2018-11-20 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6864: --- Summary: Root POM: Update the git-commit-id plugin Key: DRILL-6864 URL: https://issues.apache.org/jira/browse/DRILL-6864 Project: Apache Drill Issue Type:

[jira] [Commented] (DRILL-6863) Drop table is not working on amazon S3

2018-11-20 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16693882#comment-16693882 ] Boaz Ben-Zvi commented on DRILL-6863: - Could this be the same issue as DRILL-4896  ("After a failed

[jira] [Updated] (DRILL-6861) Hash-Join: Spilled partitions are skipped following an empty probe side

2018-11-19 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-6861: Description:      Following DRILL-6755 (_Avoid building a hash table when the probe side is

[jira] [Created] (DRILL-6861) Hash-Join: Spilled partitions are skipped following an empty probe side

2018-11-19 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6861: --- Summary: Hash-Join: Spilled partitions are skipped following an empty probe side Key: DRILL-6861 URL: https://issues.apache.org/jira/browse/DRILL-6861 Project: Apache

[jira] [Commented] (DRILL-6859) BETWEEN dates with a slightly malformed DATE string returns false

2018-11-15 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688859#comment-16688859 ] Boaz Ben-Zvi commented on DRILL-6859: - [~arina] - can you take a look ?   > BETWEEN dates with a

[jira] [Created] (DRILL-6860) SqlLine: EXPLAIN produces very long header lines

2018-11-15 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6860: --- Summary: SqlLine: EXPLAIN produces very long header lines Key: DRILL-6860 URL: https://issues.apache.org/jira/browse/DRILL-6860 Project: Apache Drill Issue

  1   2   3   4   >