[jira] [Resolved] (DRILL-3739) NPE on select from Hive for HBase table

2015-12-30 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-3739. Resolution: Fixed Fix Version/s: (was: 1.4.0) 1.5.0 Fixed

[jira] [Resolved] (DRILL-2419) UDF that returns string representation of expression type

2015-12-02 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2419. Resolution: Fixed Fix Version/s: (was: Future) 1.3.0 Fixed

Moving directory based pruning to fire earlier

2015-11-23 Thread Mehant Baid
As part of DRILL-3996 Jinfeng mentioned that he plans to move the directory based pruning rule earlier than column based pruning. I want to expand on that a little, provide the motivation and gather thoughts/ feedback. Currently both the

Re: Moving directory based pruning to fire earlier

2015-11-23 Thread Mehant Baid
ahead of column partitioning? 2015-11-23 10:33 GMT-08:00 Mehant Baid <baid.meh...@gmail.com>: As part of DRILL-3996 <https://issues.apache.org/jira/browse/DRILL-3996> Jinfeng mentioned that he plans to move the directory based pruning rule earlier than column based pruning. I wa

[jira] [Created] (DRILL-4025) Don't invoke getFileStatus() when metadata cache is available

2015-11-03 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-4025: -- Summary: Don't invoke getFileStatus() when metadata cache is available Key: DRILL-4025 URL: https://issues.apache.org/jira/browse/DRILL-4025 Project: Apache Drill

[jira] [Created] (DRILL-3941) Add timing instrumentation around Partition Pruning

2015-10-15 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3941: -- Summary: Add timing instrumentation around Partition Pruning Key: DRILL-3941 URL: https://issues.apache.org/jira/browse/DRILL-3941 Project: Apache Drill Issue

Re: [VOTE] Release Apache Drill 1.2.0 RC3

2015-10-14 Thread Mehant Baid
+1. Built from source and ran unit tests on mac. Ran a few sample queries in embedded and distributed mode. Ran some basic sanity tests for drop table. Verified checksums (md5, sha1) Thanks Mehant On 10/14/15 1:08 PM, Venki Korukanti wrote: +1. Built from source Installed on 3 node cluster

[jira] [Created] (DRILL-3817) Refresh metadata does not work when used with sub schema

2015-09-21 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3817: -- Summary: Refresh metadata does not work when used with sub schema Key: DRILL-3817 URL: https://issues.apache.org/jira/browse/DRILL-3817 Project: Apache Drill

Re: Refresh Table Metadata : Cache file owner

2015-09-21 Thread mehant baid
Is impersonation enabled when you perform the refresh? On Monday, September 21, 2015, rahul challapalli wrote: > Hi, > > With the newly checked-in refresh metadata cache feature, I see that the > cache file is always created as the user who started the drillbit

[jira] [Resolved] (DRILL-3535) Drop table support

2015-09-14 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-3535. Resolution: Fixed Fixed in 2a191847154203871454b229d8ef322766aa9ee4 > Drop table supp

[jira] [Resolved] (DRILL-3045) Drill is not partition pruning due to internal off-heap memory limit for planning phase

2015-09-14 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-3045. Resolution: Fixed Fixed in dfa47da669dc2455389151c4e4071d405030c7a9 > Drill is not partit

Re: Review Request 37896: DRILL-3719: Adding negative sign in front of EXTRACT triggers Assertion Error

2015-08-28 Thread Mehant Baid
/TestExampleQueries.java (line 1107) https://reviews.apache.org/r/37896/#comment152618 shouldn't the test case expression be: -Extract(day from birth_date) and not include the multiplication explicitly? - Mehant Baid On Aug. 28, 2015, 5:40 p.m., Sean Hsuan-Yi Chu wrote

[jira] [Created] (DRILL-3690) Partitioning pruning produces wrong results when there are nested expressions in the filter

2015-08-22 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3690: -- Summary: Partitioning pruning produces wrong results when there are nested expressions in the filter Key: DRILL-3690 URL: https://issues.apache.org/jira/browse/DRILL-3690

Hangout starting in 5 minutes!

2015-08-18 Thread Mehant Baid
Come join the Drill community hangout as we discuss what has been happening lately and what is in the pipeline. All are welcome, if you know about Drill, want to know more or just want to listen in. Link:https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc Thanks

Meeting minutes from today's hangout (08/18)

2015-08-18 Thread Mehant Baid
Meeting minutes from today's hangout (08/18) Attendees: Jacques, Andrew, Aman, Parth, Hsuan, Daniel, Kris, Hakim and Mehant - JDBC storage plugin: * Basic queries work, join pushdown, filter pushdown works. * Jacques to add more tests to this * Needs an initial review and more

Re: [DISCUSS] Drop table support

2015-08-06 Thread Mehant Baid
be other processes adding and deleting files and Drill doesn't even have control over them. Overall, I think the first phase of DROP implementation might be ok not to have these locking/concurrency checks. Thoughts? -Neeraja On Wed, Aug 5, 2015 at 11:54 AM, Mehant Baid baid.meh...@gmail.com

Re: [DISCUSS] Drop table support

2015-08-05 Thread Mehant Baid
I agree, it is definitely restrictive. We can lift the restriction for being able to drop a table (when security is off) only if the Drill user owns it. I think the check for homogenous files should give us enough confidence that we are not deleting a non Drill directory. Thanks Mehant On

Re: [DISCUSS] Drop table support

2015-08-05 Thread Mehant Baid
, is there a good way to determine if a file can be read by drill? And will there be a perf hit if there are large number of files? Regards Ramana On Wed, Aug 5, 2015 at 11:03 AM, Mehant Baid baid.meh...@gmail.com wrote: I agree, it is definitely restrictive. We can lift the restriction for being

Re: Review Request 36875: DRILL-3554: Union over TIME and TIMESTAMP values throws SchemaChangeException

2015-08-03 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36875/#review93962 --- Ship it! Ship It! - Mehant Baid On Aug. 2, 2015, 11:46 p.m

[jira] [Created] (DRILL-3593) Reorganize classes that are exposed to storage plugins

2015-08-02 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3593: -- Summary: Reorganize classes that are exposed to storage plugins Key: DRILL-3593 URL: https://issues.apache.org/jira/browse/DRILL-3593 Project: Apache Drill

[jira] [Resolved] (DRILL-3500) Provide additional information while registering storage plugin optimizer rules

2015-08-02 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-3500. Resolution: Fixed Fixed in f8197cfe1bc3671aa6878ef9d1869b2fe8e57331 Provide additional

[DISCUSS] Drop table support

2015-07-30 Thread mehant baid
Based on the discussion in the hangout I wanted to start a thread around Drop table support. Couple of high level points about what is planned to be supported 1. In the first iteration Drop table will only support dropping tables in the file system and not dropping tables in Hive/ Hbase or

Re: Review Request 36630: DRILL-3503: Make PruneScanRule pluggable

2015-07-30 Thread Mehant Baid
/diff/ Testing --- Thanks, Mehant Baid

Re: [DISCUSS] Drop table support

2015-07-30 Thread Mehant Baid
Answers inline. On 7/30/15 4:56 PM, Neeraja Rentachintala wrote: Few questions/comments inline. On Thu, Jul 30, 2015 at 2:53 PM, mehant baid baid.meh...@gmail.com wrote: Based on the discussion in the hangout I wanted to start a thread around Drop table support. Couple of high level

Re: Review Request 36809: DRILL-3121: Hive partition pruning

2015-07-30 Thread Mehant Baid
://reviews.apache.org/r/36809/#review93660 --- On July 31, 2015, 3:32 a.m., Mehant Baid wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36809

Re: Review Request 36809: DRILL-3121: Hive partition pruning

2015-07-30 Thread Mehant Baid
://reviews.apache.org/r/36809/diff/ Testing --- Pending unit tests. Thanks, Mehant Baid

[DISCUSS] Insert into Table support

2015-07-27 Thread Mehant Baid
I wanted to start a conversation around supporting the Insert into Table feature. As of 1.2 we initially want to support inserting into a table with Parquet files. Support for Json, CSV and other sources will follow as future enhancements. Aman, Jinfeng, Neeraja and I had an initial

Re: Review Request 36630: DRILL-3503: Make PruneScanRule pluggable

2015-07-25 Thread Mehant Baid
--- Thanks, Mehant Baid

[jira] [Created] (DRILL-3534) Insert into table support

2015-07-21 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3534: -- Summary: Insert into table support Key: DRILL-3534 URL: https://issues.apache.org/jira/browse/DRILL-3534 Project: Apache Drill Issue Type: New Feature

[jira] [Created] (DRILL-3535) Drop table support

2015-07-21 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3535: -- Summary: Drop table support Key: DRILL-3535 URL: https://issues.apache.org/jira/browse/DRILL-3535 Project: Apache Drill Issue Type: New Feature

Review Request 36630: DRILL-3503: Make PruneScanRule pluggable

2015-07-20 Thread Mehant Baid
/java-exec/src/main/java/org/apache/drill/exec/planner/logical/partition/PruneScanRule.java 5b5e4bc Diff: https://reviews.apache.org/r/36630/diff/ Testing --- Thanks, Mehant Baid

[jira] [Created] (DRILL-3503) Make PruneScanRule have a pluggable partitioning mechanism

2015-07-16 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3503: -- Summary: Make PruneScanRule have a pluggable partitioning mechanism Key: DRILL-3503 URL: https://issues.apache.org/jira/browse/DRILL-3503 Project: Apache Drill

[jira] [Created] (DRILL-3500) Provide additional information while registering storage plugin optimizer rules

2015-07-15 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3500: -- Summary: Provide additional information while registering storage plugin optimizer rules Key: DRILL-3500 URL: https://issues.apache.org/jira/browse/DRILL-3500 Project

[jira] [Created] (DRILL-3460) Implement function validation in Drill

2015-07-06 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3460: -- Summary: Implement function validation in Drill Key: DRILL-3460 URL: https://issues.apache.org/jira/browse/DRILL-3460 Project: Apache Drill Issue Type

[jira] [Resolved] (DRILL-3056) Numeric literal in an IN list is casted to decimal even when decimal type is disabled

2015-07-06 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-3056. Resolution: Fixed Even though the record type indicates Decimal type when the IN list is converted

[jira] [Created] (DRILL-3459) Umbrella JIRA for missing cast and convert_from/convert_to functions

2015-07-06 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3459: -- Summary: Umbrella JIRA for missing cast and convert_from/convert_to functions Key: DRILL-3459 URL: https://issues.apache.org/jira/browse/DRILL-3459 Project: Apache Drill

[jira] [Created] (DRILL-3464) Index out of bounds exception while performing concat()

2015-07-06 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3464: -- Summary: Index out of bounds exception while performing concat() Key: DRILL-3464 URL: https://issues.apache.org/jira/browse/DRILL-3464 Project: Apache Drill

Re: Some questions on UDFs

2015-07-04 Thread mehant baid
For a detailed example on using ComplexWriter interface you can take a look at the Mappify https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/Mappify.java (kvgen) function. The function itself is very simple however it makes use of the

Re: [VOTE] Release Apache Drill 1.1.0 (rc0)

2015-07-02 Thread Mehant Baid
+1 (binding) * Downloaded src tar-ball, was able to build and run unit tests successfully. * Brought up DrillBit in embedded and distributed mode. * Ran some TPC-H queries via Sqlline and the web UI. * Checked the UI for profiles Looks good. Thanks Mehant On 7/2/15 5:36 PM, Sudheesh Katkam

Re: Time for a 1.1 vote soon?

2015-07-01 Thread Mehant Baid
There might be a couple of patches that are ready to be merged (not for 1.1). I am planning to create a branch for 1.1 and bump up the master version, if no one has any objections. Thanks Mehant On 7/1/15 9:36 AM, Abhishek Girish wrote: I did a fresh clone of Drill master and did a mvn clean

[jira] [Created] (DRILL-3429) DrillAvgVarianceConvertlet may produce wrong results while rewriting stddev, variance

2015-06-30 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3429: -- Summary: DrillAvgVarianceConvertlet may produce wrong results while rewriting stddev, variance Key: DRILL-3429 URL: https://issues.apache.org/jira/browse/DRILL-3429

Re: Review Request 35484: DRILL-2851: set an upper-bound on # of bytes to re-allocate to prevent overflows

2015-06-18 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35484/#review88389 --- Ship it! Ship It! - Mehant Baid On June 17, 2015, 6:54 p.m

[jira] [Resolved] (DRILL-3305) DrillOptiq should raise appropriate error message while dealing with unknown RexNode

2015-06-18 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-3305. Resolution: Fixed Fixed in fb25973b406d856f0edc9332aadd8e7152b27fa8 DrillOptiq should raise

[jira] [Resolved] (DRILL-2403) TimePrintMillis.toString() misses leading zeros in post-decimal-point part

2015-06-18 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2403. Resolution: Fixed Fixed in c2a2377bdc2acaf714c19c0cb509f62c8aeffd19 TimePrintMillis.toString

[jira] [Created] (DRILL-3305) DrillOptiq should raise appropriate error message while dealing with unknown RexNode

2015-06-17 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3305: -- Summary: DrillOptiq should raise appropriate error message while dealing with unknown RexNode Key: DRILL-3305 URL: https://issues.apache.org/jira/browse/DRILL-3305

Re: Review Request 35475: DRILL-3263: read tinyint and smallint columns from Hive as integer

2015-06-16 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35475/#review88173 --- Ship it! Ship It! - Mehant Baid On June 15, 2015, 9:58 p.m

[jira] [Resolved] (DRILL-3245) Error message needs to be fixed.

2015-06-04 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-3245. Resolution: Fixed Fix Version/s: 1.1.0 Fixed in 287f52db0bd0125e0ad1b3408f22775224ee9494

Re: Review Request 35030: DRILL-1760: implement count(nested-type)

2015-06-04 Thread Mehant Baid
. - Mehant Baid On June 3, 2015, 10:27 p.m., Hanifi Gunes wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35030/ --- (Updated

Re: Review Request 34838: DRILL-3155: Part 1

2015-06-02 Thread Mehant Baid
PRE-CREATION Diff: https://reviews.apache.org/r/34838/diff/ Testing --- Thanks, Mehant Baid

Re: Review Request 34839: DRILL-3155: Part 2

2015-06-02 Thread Mehant Baid
exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/BaseRepeatedValueVector.java PRE-CREATION exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/RepeatedMapVector.java a97847b Diff: https://reviews.apache.org/r/34839/diff/ Testing --- Thanks, Mehant Baid

Re: Review Request 34839: DRILL-3155: Part 2

2015-06-01 Thread Mehant Baid
/exec/vector/complex/BaseRepeatedValueVector.java PRE-CREATION exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/RepeatedMapVector.java a97847b Diff: https://reviews.apache.org/r/34839/diff/ Testing --- Thanks, Mehant Baid

Review Request 34838: DRILL-3155: Part 1

2015-05-30 Thread Mehant Baid
/RepeatedVariableWidthVectorLike.java PRE-CREATION Diff: https://reviews.apache.org/r/34838/diff/ Testing --- Thanks, Mehant Baid

Review Request 34839: DRILL-3155: Part 2

2015-05-30 Thread Mehant Baid
/BaseRepeatedValueVector.java PRE-CREATION exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/RepeatedMapVector.java a97847b Diff: https://reviews.apache.org/r/34839/diff/ Testing --- Thanks, Mehant Baid

Re: Review Request 34499: DRILL-3032: repeated vectors should handle late type instantiate its children upon construction

2015-05-22 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34499/#review85012 --- Ship it! Ship It! - Mehant Baid On May 22, 2015, 9:19 p.m

Re: Review Request 34499: DRILL-3032: repeated vectors should handle late type instantiate its children upon construction

2015-05-21 Thread Mehant Baid
/apache/drill/exec/vector/complex/RepeatedListVector.java https://reviews.apache.org/r/34499/#comment136195 store children's size in a local variable instead of making multiple calls. - Mehant Baid On May 20, 2015, 9:39 p.m., Hanifi Gunes wrote

[jira] [Created] (DRILL-3155) Variable width vectors leak memory

2015-05-20 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3155: -- Summary: Variable width vectors leak memory Key: DRILL-3155 URL: https://issues.apache.org/jira/browse/DRILL-3155 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-3086) Out of memory error is not propagated from HashJoinBatch

2015-05-14 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3086: -- Summary: Out of memory error is not propagated from HashJoinBatch Key: DRILL-3086 URL: https://issues.apache.org/jira/browse/DRILL-3086 Project: Apache Drill

[jira] [Created] (DRILL-3093) Leaking RawBatchBuffer

2015-05-14 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3093: -- Summary: Leaking RawBatchBuffer Key: DRILL-3093 URL: https://issues.apache.org/jira/browse/DRILL-3093 Project: Apache Drill Issue Type: Bug Reporter

[jira] [Created] (DRILL-3082) Safety asserts for Streaming Aggregate

2015-05-13 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3082: -- Summary: Safety asserts for Streaming Aggregate Key: DRILL-3082 URL: https://issues.apache.org/jira/browse/DRILL-3082 Project: Apache Drill Issue Type: Bug

[jira] [Resolved] (DRILL-1980) Create table with a Cast to interval day results in a file which cannot be read

2015-05-12 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-1980. Resolution: Pending Closed Fixed in d10769f478900ff1868d206086874bdd67a45e7d Create table

Re: Review Request 34028: DRILL-3020: Copy cause exception's message to thrown SQLException's message.

2015-05-12 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34028/#review83400 --- Ship it! Ship It! - Mehant Baid On May 11, 2015, 6:06 p.m

Re: Review Request 34024: DRILL-3010: Convert bad command error messages into UserExceptions in SqlHandlers

2015-05-11 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34024/#review83207 --- Ship it! Ship It! - Mehant Baid On May 10, 2015, 4:23 p.m

Re: Review Request 34064: DRILL-1980

2015-05-11 Thread Mehant Baid
/TestParquetWriter.java 958cf1a Diff: https://reviews.apache.org/r/34064/diff/ Testing (updated) --- Added unit tests Thanks, Mehant Baid

Re: Review Request 34022: DRILL-2870: Fix return type of aggregate functions to be nullable (part 2)

2015-05-09 Thread Mehant Baid
/#review83166 --- On May 9, 2015, 11:34 p.m., Mehant Baid wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34022

Review Request 34021: DRILL-2870: Return type of aggregate functions (part 1)

2015-05-09 Thread Mehant Baid
-CREATION exec/java-exec/src/main/codegen/data/DecimalAggrTypes1.tdd 5ac299c exec/java-exec/src/main/codegen/templates/CountAggregateFunctions.java PRE-CREATION Diff: https://reviews.apache.org/r/34021/diff/ Testing --- All unit tests and functional tests pass Thanks, Mehant Baid

[jira] [Created] (DRILL-3006) CTAS with interval data type creates invalid parquet file

2015-05-09 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3006: -- Summary: CTAS with interval data type creates invalid parquet file Key: DRILL-3006 URL: https://issues.apache.org/jira/browse/DRILL-3006 Project: Apache Drill

Re: Review Request 33897: DRILL-2602: Throw an error on schema change during streaming aggregation

2015-05-08 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33897/#review83024 --- Ship it! Ship It! - Mehant Baid On May 8, 2015, 4:55 p.m

Re: Review Request 33833: DRILL-2848: Part 2: Provide option to disable decimal type

2015-05-06 Thread Mehant Baid
/diff/ Testing --- Added negative tests. Modified existing unit tests to use the newly added parameter. Thanks, Mehant Baid

[jira] [Created] (DRILL-2963) Exists with empty left batch causes IllegalStateException

2015-05-05 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-2963: -- Summary: Exists with empty left batch causes IllegalStateException Key: DRILL-2963 URL: https://issues.apache.org/jira/browse/DRILL-2963 Project: Apache Drill

Re: Review Request 33662: DRILL-2902: Add support for context functions: user (synonyms session_user and system_user) and current_schema

2015-05-05 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33662/#review82541 --- Ship it! Ship It! - Mehant Baid On May 4, 2015, 10:09 p.m

Re: Review Request 33662: DRILL-2902: Add support for context functions: user (synonyms session_user and system_user) and current_schema

2015-05-05 Thread Mehant Baid
/ContextFunctions.java https://reviews.apache.org/r/33662/#comment133277 Should we check if the allocated buffer has enough space? - Mehant Baid On May 4, 2015, 10:09 p.m., Venki Korukanti wrote: --- This is an automatically generated

Review Request 33834: DRILL-2848: Part 1: ParquetToDrillTypeConverter hygiene patch

2015-05-04 Thread Mehant Baid
/drill/exec/store/parquet/columnreaders/ParquetToDrillTypeConverter.java 7c3eeb8 Diff: https://reviews.apache.org/r/33834/diff/ Testing --- Thanks, Mehant Baid

Review Request 33833: DRILL-2848: Part 2: Provide option to disable decimal type

2015-05-04 Thread Mehant Baid
the newly added parameter. Thanks, Mehant Baid

Test timeout failures

2015-04-29 Thread Mehant Baid
Hey guys, I was testing the 0.9 release artifacts and was experiencing time out failures with the fork count set to '1c' (8). However I can consistently get clean runs by reducing the fork count to 2 (0.25c). I was wondering if this was an issue experienced by others or its just a problem

[jira] [Created] (DRILL-2906) CTAS with store.format = 'json' returns incorrect results

2015-04-29 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-2906: -- Summary: CTAS with store.format = 'json' returns incorrect results Key: DRILL-2906 URL: https://issues.apache.org/jira/browse/DRILL-2906 Project: Apache Drill

[jira] [Resolved] (DRILL-2753) Implicit cast fails when comparing a double column and a varchar literal

2015-04-27 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2753. Resolution: Fixed Fxied in e33ffa2197306ba833f0d5ea867969781cd733cc Implicit cast fails when

[jira] [Resolved] (DRILL-2411) Scalar SUM/AVG over empty result set returns no rows instead of NULL

2015-04-27 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2411. Resolution: Fixed Fixed as part of DRILL-2277 in 3689522d4a7035a966f19695a678c6881fdaeba6 Scalar

[jira] [Created] (DRILL-2848) Disable decimal data type by default

2015-04-22 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-2848: -- Summary: Disable decimal data type by default Key: DRILL-2848 URL: https://issues.apache.org/jira/browse/DRILL-2848 Project: Apache Drill Issue Type: Bug

[jira] [Resolved] (DRILL-2511) Assert with full outer join when one of the join predicates is of a required type (nullabe parquet)

2015-04-20 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2511. Resolution: Fixed This should be fixed as part of DRILL-2707 Assert with full outer join when one

Review Request 33343: DRILL-2823: Implicit cast for comparisions in join conditions

2015-04-19 Thread Mehant Baid
://reviews.apache.org/r/33343/diff/ Testing --- Added unit tests plus ran existing tests with different data types in join conditions. Thanks, Mehant Baid

Re: Review Request 33343: DRILL-2823: Implicit cast for comparisions in join conditions

2015-04-19 Thread Mehant Baid
--- On April 20, 2015, 4:55 a.m., Mehant Baid wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33343

Re: Review Request 33343: DRILL-2823: Implicit cast for comparisions in join conditions

2015-04-19 Thread Mehant Baid
conditions. Thanks, Mehant Baid

[jira] [Created] (DRILL-2823) Merge join should use implicit cast

2015-04-18 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-2823: -- Summary: Merge join should use implicit cast Key: DRILL-2823 URL: https://issues.apache.org/jira/browse/DRILL-2823 Project: Apache Drill Issue Type: Bug

[jira] [Resolved] (DRILL-2073) Filter on a field in a nested repeated type throws an exception

2015-04-18 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2073. Resolution: Fixed Works as expected on latest master. Filter on a field in a nested repeated type

[jira] [Created] (DRILL-2824) Function resolution should be deterministic

2015-04-18 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-2824: -- Summary: Function resolution should be deterministic Key: DRILL-2824 URL: https://issues.apache.org/jira/browse/DRILL-2824 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-2781) Protobuf changes for nested loop join

2015-04-14 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-2781: -- Summary: Protobuf changes for nested loop join Key: DRILL-2781 URL: https://issues.apache.org/jira/browse/DRILL-2781 Project: Apache Drill Issue Type: Bug

Re: Review Request 33052: DRILL-2611: value vectors should report valid value count

2015-04-14 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33052/#review80041 --- Ship it! Ship It! - Mehant Baid On April 13, 2015, 11:01 p.m

Re: Review Request 33035: DRILL-2719: ValueVector#getBuffers(clear) must consistently clear vectors retain buffers

2015-04-14 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33035/#review80039 --- Ship it! Ship It! - Mehant Baid On April 13, 2015, 10:07 p.m

[jira] [Resolved] (DRILL-2781) Protobuf changes for nested loop join

2015-04-14 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2781. Resolution: Fixed fixed in 5441e72c0d97e8ccd7c196f5a9f6f23fdc8d2b32 Protobuf changes for nested

[jira] [Created] (DRILL-2771) Right outer join with a map projection throws exception

2015-04-13 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-2771: -- Summary: Right outer join with a map projection throws exception Key: DRILL-2771 URL: https://issues.apache.org/jira/browse/DRILL-2771 Project: Apache Drill

[jira] [Resolved] (DRILL-2707) Projecting a required varchar column after a Full Outer Join results in an IOOBException

2015-04-13 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2707. Resolution: Fixed Fixed in 3b5a87e89e55c14bb792ae2d0e7429e34cb035a9 Projecting a required varchar

[jira] [Resolved] (DRILL-2771) Right outer join with a map projection throws exception

2015-04-13 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2771. Resolution: Fixed Fixed in 3b5a87e89e55c14bb792ae2d0e7429e34cb035a9 Right outer join with a map

Re: Review Request 33030: DRILL-2685: Unique-ify local Hive metastore directory per test JVM

2015-04-10 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33030/#review79754 --- Ship it! Ship It! - Mehant Baid On April 10, 2015, 1:40 a.m

Re: Review Request 32945: DRILL-2715: Implement nested loop join operator

2015-04-09 Thread Mehant Baid
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32945/#review79455 --- On April 9, 2015, 9:03 p.m., Mehant Baid wrote: --- This is an automatically generated e

Re: Review Request 32945: DRILL-2715: Implement nested loop join operator

2015-04-09 Thread Mehant Baid
? Good catch. - Mehant --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32945/#review79434 --- On April 9, 2015, 9:03 p.m., Mehant Baid wrote

[jira] [Created] (DRILL-2715) Implement nested loop join operator

2015-04-07 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-2715: -- Summary: Implement nested loop join operator Key: DRILL-2715 URL: https://issues.apache.org/jira/browse/DRILL-2715 Project: Apache Drill Issue Type: New Feature

Review Request 32945: DRILL-2715: Implement nested loop join operator

2015-04-07 Thread Mehant Baid
/mehant/drill/blob/notin_1/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/join/TestNestedLoopJoin.java is a working branch that contains a bunch of tests (planning execution) added for nested loop join. Thanks, Mehant Baid

[jira] [Resolved] (DRILL-2511) Assert with full outer join when one of the join predicates is of a required type (nullabe parquet)

2015-04-03 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2511. Resolution: Cannot Reproduce Assignee: Victoria Markman (was: Mehant Baid) The files

Re: Review Request 31160: DRILL-2244: Implicit cast for join conditions

2015-04-03 Thread Mehant Baid
f1005ab Diff: https://reviews.apache.org/r/31160/diff/ Testing --- Added unit tests with hash join and merge join Thanks, Mehant Baid

[jira] [Resolved] (DRILL-2546) Implicit Cast : Joining 2 tables on columns which are float and double should succeed when the values are equal

2015-04-03 Thread Mehant Baid (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehant Baid resolved DRILL-2546. Resolution: Invalid Certain floating point values cannot be represented accurately in binary, hence

  1   2   >