[GitHub] drill issue #1190: DRILL-5937: ExecConstants: changed comment, timeout defau...

2018-03-28 Thread pushpendra-jaiswal-90
Github user pushpendra-jaiswal-90 commented on the issue: https://github.com/apache/drill/pull/1190 @vrozov @vdiravka Could you please review this? ---

[GitHub] drill issue #258: DRILL-4091: Support for additional gis operations in gis c...

2018-03-28 Thread lherrmann974
Github user lherrmann974 commented on the issue: https://github.com/apache/drill/pull/258 Pinging again. If I may help, please let me know what I can do. ---

[GitHub] drill issue #1190: DRILL-5937: ExecConstants: changed comment, timeout defau...

2018-03-28 Thread vdiravka
Github user vdiravka commented on the issue: https://github.com/apache/drill/pull/1190 @pushpendra-jaiswal-90 You already have +1 from Drill committer :) Your changes will be merged to master branch soon. ---

Issue in accessing ORC transactional table through apache drill

2018-03-28 Thread Smruti Ranjan
Dear Team, Issue while accessing ORC transactional hive table through apache drill and below are the stack versions. Apache drill 1.10.0 Hive 1.2.1 [HDP 2.6.0 versions] Below is the error coming while accessing data from the mentioned table through apache drill. Query Failed: An Error

[GitHub] drill pull request #1161: DRILL-6230: Extend row set readers to handle hyper...

2018-03-28 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/1161#discussion_r177564887 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/model/ReaderIndex.java --- @@ -28,26 +28,30 @@ public abstract class

[GitHub] drill pull request #1161: DRILL-6230: Extend row set readers to handle hyper...

2018-03-28 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/1161#discussion_r177175974 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/rowSet/HyperRowSetImpl.java --- @@ -45,8 +50,67 @@ public RowSetReader buildReader(HyperRowSet

[jira] [Created] (DRILL-6298) Add debug log for merge join batch sizing

2018-03-28 Thread Padma Penumarthy (JIRA)
Padma Penumarthy created DRILL-6298: --- Summary: Add debug log for merge join batch sizing Key: DRILL-6298 URL: https://issues.apache.org/jira/browse/DRILL-6298 Project: Apache Drill Issue

[GitHub] drill pull request #1181: DRILL-6284: Add operator metrics for batch sizing ...

2018-03-28 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1181#discussion_r177825111 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/flatten/FlattenRecordBatch.java --- @@ -99,6 +100,22 @@ private void clear()

[jira] [Created] (DRILL-6297) Define the Schema Change support functionality

2018-03-28 Thread salim achouche (JIRA)
salim achouche created DRILL-6297: - Summary: Define the Schema Change support functionality Key: DRILL-6297 URL: https://issues.apache.org/jira/browse/DRILL-6297 Project: Apache Drill Issue

Re: Issue in accessing ORC transactional table through apache drill

2018-03-28 Thread Gautam Parai
>From the error it seems like Drill barfs when trying to convert "112_" >to a number which would be expected? I am not familiar with Hive ORC but maybe >you could (temporarily) remove the offending row and try it? Gautam From: Smruti Ranjan

[GitHub] drill pull request #1192: DRILL-6299: Fixed a filter pushed down issue when ...

2018-03-28 Thread sachouche
GitHub user sachouche opened a pull request: https://github.com/apache/drill/pull/1192 DRILL-6299: Fixed a filter pushed down issue when a column doesn't ha… This bug happens when the isNull predicate is applied on a column without statistics. @arina-ielchiieva can you please

Re: Issue in accessing ORC transactional table through apache drill

2018-03-28 Thread Prasad Nagaraj Subramanya
Hi Smruti, Hive orc transactional support is available from Drill 1.13.0 onwards. Please update to the latest release version. Thanks, Prasad On Wed, Mar 28, 2018 at 10:22 AM, Gautam Parai wrote: > From the error it seems like Drill barfs when trying to convert >

[jira] [Created] (DRILL-6299) Parquet query returns unexpected results

2018-03-28 Thread salim achouche (JIRA)
salim achouche created DRILL-6299: - Summary: Parquet query returns unexpected results Key: DRILL-6299 URL: https://issues.apache.org/jira/browse/DRILL-6299 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-6296) Add operator metrics for batch sizing for merge join

2018-03-28 Thread Padma Penumarthy (JIRA)
Padma Penumarthy created DRILL-6296: --- Summary: Add operator metrics for batch sizing for merge join Key: DRILL-6296 URL: https://issues.apache.org/jira/browse/DRILL-6296 Project: Apache Drill

[GitHub] drill pull request #1166: DRILL-6016 - Fix for Error reading INT96 created b...

2018-03-28 Thread rajrahul
Github user rajrahul commented on a diff in the pull request: https://github.com/apache/drill/pull/1166#discussion_r177950795 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java --- @@ -797,6 +797,24 @@ public void

[GitHub] drill issue #1181: DRILL-6284: Add operator metrics for batch sizing for fla...

2018-03-28 Thread ppadma
Github user ppadma commented on the issue: https://github.com/apache/drill/pull/1181 @paul-rogers thanks for the review. Please take a look at updated changes. ---

Re: Issue in accessing ORC transactional table through apache drill

2018-03-28 Thread Vitalii Diravka
Hi Smruti, I suggest you to move onto latest Drill and Hive versions, it is resolved there. Regarding your issue, Drill 1.10 uses Hive 1.2.1 client version, so it could be compatible with Hive server/metastore 1.2.1 version, but it wasn't verified. 112_ is a delta_name for the bucket.

[GitHub] drill pull request #1161: DRILL-6230: Extend row set readers to handle hyper...

2018-03-28 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/1161#discussion_r177182331 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/rowSet/test/TestHyperVectorReaders.java --- @@ -0,0 +1,365 @@ +/* + * Licensed to the

[GitHub] drill issue #1144: DRILL-6202: Deprecate usage of IndexOutOfBoundsException ...

2018-03-28 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/1144 Is there a reason to delegate `get/setBytes` to `AbstractByteBuf`? If not, this PR will be a preparation step to use `PlatformDependent` directly bypassing Netty bounds checking. ---

[GitHub] drill pull request #1181: DRILL-6284: Add operator metrics for batch sizing ...

2018-03-28 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/1181#discussion_r177810092 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/flatten/FlattenRecordBatch.java --- @@ -99,6 +100,22 @@ private void clear() {

[GitHub] drill issue #258: DRILL-4091: Support for additional gis operations in gis c...

2018-03-28 Thread cgivre
Github user cgivre commented on the issue: https://github.com/apache/drill/pull/258 HI @brendanstennett I still am able to review if you'd like. ---

[jira] [Created] (DRILL-6295) {{PartitionerDecorator}} may close {{partitioners}} while {{CustomRunnable}} are active during query cancellation

2018-03-28 Thread Vlad Rozov (JIRA)
Vlad Rozov created DRILL-6295: - Summary: {{PartitionerDecorator}} may close {{partitioners}} while {{CustomRunnable}} are active during query cancellation Key: DRILL-6295 URL:

[GitHub] drill issue #258: DRILL-4091: Support for additional gis operations in gis c...

2018-03-28 Thread brendanstennett
Github user brendanstennett commented on the issue: https://github.com/apache/drill/pull/258 Hey guys, we have some cycles to have a look at this now. @ChrisSandison is going to take a look who has made a few contributions to this project before. ---