[jira] [Commented] (DRILL-6900) maven-release-plugin failure on the release:perform stage

2018-12-13 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16720437#comment-16720437 ] Parth Chandra commented on DRILL-6900: --

[jira] [Commented] (DRILL-6745) Introduce the xxHash algorithm as another hash64 option

2018-09-20 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16622501#comment-16622501 ] Parth Chandra commented on DRILL-6745: -- We used to have an xxHash implementation: 

[jira] [Commented] (DRILL-6552) Drill Metadata management "Drill MetaStore"

2018-08-16 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16583061#comment-16583061 ] Parth Chandra commented on DRILL-6552: -- Good point about #4 : Improvements to Drill execution and

[jira] [Commented] (DRILL-6552) Drill Metadata management "Drill MetaStore"

2018-08-15 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581724#comment-16581724 ] Parth Chandra commented on DRILL-6552: -- Some thoughts I had jotted down on this topic a while ago.

[jira] [Commented] (DRILL-6385) Support JPPD (Join Predicate Push Down)

2018-08-08 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16574066#comment-16574066 ] Parth Chandra commented on DRILL-6385: -- Re the scan batch issue: #1 seems to be the most elegant

[jira] [Assigned] (DRILL-6657) Unnest reports one batch less than the actual number of batches

2018-07-31 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra reassigned DRILL-6657: Assignee: Parth Chandra > Unnest reports one batch less than the actual number of batches

[jira] [Created] (DRILL-6657) Unnest reports one batch less than the actual number of batches

2018-07-31 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6657: Summary: Unnest reports one batch less than the actual number of batches Key: DRILL-6657 URL: https://issues.apache.org/jira/browse/DRILL-6657 Project: Apache Drill

[jira] [Updated] (DRILL-6631) Wrong result from LateralUnnest query with aggregation and order by

2018-07-30 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-6631: - Labels: ready-to-commit (was: ) > Wrong result from LateralUnnest query with aggregation and

[jira] [Commented] (DRILL-6631) Wrong result from LateralUnnest query with aggregation and order by

2018-07-24 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554664#comment-16554664 ] Parth Chandra commented on DRILL-6631: -- The issue is caused by incorrect handling of empty batches

[jira] [Created] (DRILL-6631) Wrong result from LateralUnnest query with aggregation and order by

2018-07-24 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6631: Summary: Wrong result from LateralUnnest query with aggregation and order by Key: DRILL-6631 URL: https://issues.apache.org/jira/browse/DRILL-6631 Project: Apache

[jira] [Created] (DRILL-6596) Variable length vectors use unnecessary emptyByteArray to fill empties

2018-07-11 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6596: Summary: Variable length vectors use unnecessary emptyByteArray to fill empties Key: DRILL-6596 URL: https://issues.apache.org/jira/browse/DRILL-6596 Project: Apache

[jira] [Created] (DRILL-6592) Unnest perf improvements - record batch sizer is called too frequently

2018-07-11 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6592: Summary: Unnest perf improvements - record batch sizer is called too frequently Key: DRILL-6592 URL: https://issues.apache.org/jira/browse/DRILL-6592 Project: Apache

[jira] [Created] (DRILL-6576) Unnest reports incoming record counts incorrectly

2018-07-02 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6576: Summary: Unnest reports incoming record counts incorrectly Key: DRILL-6576 URL: https://issues.apache.org/jira/browse/DRILL-6576 Project: Apache Drill Issue

[jira] [Created] (DRILL-6516) Support for EMIT outcome in streaming agg

2018-06-18 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6516: Summary: Support for EMIT outcome in streaming agg Key: DRILL-6516 URL: https://issues.apache.org/jira/browse/DRILL-6516 Project: Apache Drill Issue Type:

[jira] [Resolved] (DRILL-5584) When Compiling Apache Drill C++ Client, versioning information are not present in the binary

2018-06-04 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5584. -- Resolution: Fixed Fix Version/s: 1.14.0 > When Compiling Apache Drill C++ Client,

[jira] [Commented] (DRILL-6343) bit vector copyFromSafe is not doing realloc

2018-06-01 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16498396#comment-16498396 ] Parth Chandra commented on DRILL-6343: -- That's correct. The BitVector used for the nullable bit was

[jira] [Created] (DRILL-6440) Fix ignored unit tests in unnest

2018-05-22 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6440: Summary: Fix ignored unit tests in unnest Key: DRILL-6440 URL: https://issues.apache.org/jira/browse/DRILL-6440 Project: Apache Drill Issue Type:

[jira] [Resolved] (DRILL-5968) C++ Client should set service_host to the connected host if service_host is empty

2018-04-30 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5968. -- Resolution: Fixed > C++ Client should set service_host to the connected host if service_host is

[jira] [Reopened] (DRILL-6328) Consolidate developer docs in docs/ folder of drill repo.

2018-04-23 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra reopened DRILL-6328: -- Closed by mistake. Reopening since it is not merged in yet. > Consolidate developer docs in docs/

[jira] [Updated] (DRILL-6324) Unnest - Initial Implementation

2018-04-20 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-6324: - Labels: ready-to-commit (was: ) > Unnest - Initial Implementation >

[jira] [Created] (DRILL-6327) Update unary operators to handle IterOutcome.EMIT

2018-04-12 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6327: Summary: Update unary operators to handle IterOutcome.EMIT Key: DRILL-6327 URL: https://issues.apache.org/jira/browse/DRILL-6327 Project: Apache Drill Issue

[jira] [Created] (DRILL-6324) Unnest - Initial Implementation

2018-04-10 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6324: Summary: Unnest - Initial Implementation Key: DRILL-6324 URL: https://issues.apache.org/jira/browse/DRILL-6324 Project: Apache Drill Issue Type: Task

[jira] [Created] (DRILL-6323) Lateral Join - Initial implementation

2018-04-10 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6323: Summary: Lateral Join - Initial implementation Key: DRILL-6323 URL: https://issues.apache.org/jira/browse/DRILL-6323 Project: Apache Drill Issue Type: Task

[jira] [Created] (DRILL-6322) Lateral Join: Common changes - Add new iterOutcome, Operator types, MockRecordBatch for testing

2018-04-10 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6322: Summary: Lateral Join: Common changes - Add new iterOutcome, Operator types, MockRecordBatch for testing Key: DRILL-6322 URL: https://issues.apache.org/jira/browse/DRILL-6322

[jira] [Created] (DRILL-6321) Lateral Join: Planning changes - enable submitting physical plan

2018-04-10 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6321: Summary: Lateral Join: Planning changes - enable submitting physical plan Key: DRILL-6321 URL: https://issues.apache.org/jira/browse/DRILL-6321 Project: Apache Drill

[jira] [Commented] (DRILL-6223) Drill fails on Schema changes

2018-04-02 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422069#comment-16422069 ] Parth Chandra commented on DRILL-6223: -- {quote}Sorry to say, I still disagree with this statement:

[jira] [Commented] (DRILL-6223) Drill fails on Schema changes

2018-04-02 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422042#comment-16422042 ] Parth Chandra commented on DRILL-6223: -- {quote}To your point about compensation logic in the context

[jira] [Updated] (DRILL-6016) Error reading INT96 created by Apache Spark

2018-03-21 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-6016: - Labels: ready-to-commit (was: ) > Error reading INT96 created by Apache Spark >

[jira] [Commented] (DRILL-6223) Drill fails on Schema changes

2018-03-18 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403951#comment-16403951 ] Parth Chandra commented on DRILL-6223: -- Once again, without having looked at the actual PR:  If you

[jira] [Commented] (DRILL-6223) Drill fails on Schema changes

2018-03-16 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402223#comment-16402223 ] Parth Chandra commented on DRILL-6223: -- Schema change for Parquet files is not supported by the

[jira] [Commented] (DRILL-4547) Javadoc fails with Java8

2018-03-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395116#comment-16395116 ] Parth Chandra commented on DRILL-4547: -- Disabling doclint for release 1.13, which will allow the

[jira] [Commented] (DRILL-6225) Add support for boost 1.63+ with openSSL 1.1.0 support

2018-03-09 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392693#comment-16392693 ] Parth Chandra commented on DRILL-6225: -- Not disagreeing with supporting OpenSSL 1.1, but keep in mind

[jira] [Created] (DRILL-6218) Update release profile to not generate MD5 checksum

2018-03-07 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6218: Summary: Update release profile to not generate MD5 checksum Key: DRILL-6218 URL: https://issues.apache.org/jira/browse/DRILL-6218 Project: Apache Drill

[jira] [Commented] (DRILL-6188) Fix C++ client build on Centos 7 and OSX

2018-02-28 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16380121#comment-16380121 ] Parth Chandra commented on DRILL-6188: -- [~arina], [~amansinha100], this was reported by Patrick who

[jira] [Created] (DRILL-6188) Fix C++ client build on Centos 7 and OSX

2018-02-27 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-6188: Summary: Fix C++ client build on Centos 7 and OSX Key: DRILL-6188 URL: https://issues.apache.org/jira/browse/DRILL-6188 Project: Apache Drill Issue Type:

[jira] [Commented] (DRILL-6185) Error is displaying while accessing query profiles via the Web-UI

2018-02-26 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16378137#comment-16378137 ] Parth Chandra commented on DRILL-6185: -- [~kkhatua] are you looking into this? > Error is displaying

[jira] [Updated] (DRILL-6003) Unit test TestDynamicUDFSupport.testLazyInitWhenDynamicUdfSupportIsDisabled fails with FUNCTION ERROR: Failure reading Function class.

2018-02-08 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-6003: - Labels: (was: ready-to-commit) > Unit test

[jira] [Commented] (DRILL-6003) Unit test TestDynamicUDFSupport.testLazyInitWhenDynamicUdfSupportIsDisabled fails with FUNCTION ERROR: Failure reading Function class.

2018-02-08 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16357918#comment-16357918 ] Parth Chandra commented on DRILL-6003: -- Removing the ready-to-commit label. The issue seems to be

[jira] [Updated] (DRILL-4606) Create DrillClient.Builder class

2018-01-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-4606: - Labels: (was: ready-to-commit) > Create DrillClient.Builder class >

[jira] [Commented] (DRILL-5999) Add support for LATERAL join

2018-01-11 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16323309#comment-16323309 ] Parth Chandra commented on DRILL-5999: -- Created a branch (on my repo) for this work: [DRILL-5999 WIP

[jira] [Commented] (DRILL-5919) Add non-numeric support for JSON processing

2018-01-11 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16322969#comment-16322969 ] Parth Chandra commented on DRILL-5919: -- Does this fix require DRILL-6018? > Add non-numeric support

[jira] [Commented] (DRILL-5922) Intermittent Memory Leaks in the ROOT allocator

2018-01-05 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16314277#comment-16314277 ] Parth Chandra commented on DRILL-5922: -- Is this ready to commit? Seems that the discussion is still

[jira] [Commented] (DRILL-5964) Do not allow queries to access paths outside the current workspace root

2017-11-22 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16263734#comment-16263734 ] Parth Chandra commented on DRILL-5964: -- Added check to prevent users from accessing a path outside

[jira] [Updated] (DRILL-5964) Do not allow queries to access paths outside the current workspace root

2017-11-22 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5964: - Labels: doc-impacting (was: ) > Do not allow queries to access paths outside the current

[jira] [Created] (DRILL-5971) Fix INT64, INT32 logical types in complex parquet reader

2017-11-15 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5971: Summary: Fix INT64, INT32 logical types in complex parquet reader Key: DRILL-5971 URL: https://issues.apache.org/jira/browse/DRILL-5971 Project: Apache Drill

[jira] [Created] (DRILL-5968) C++ Client should set service_host to the connected host if service_host is empty

2017-11-14 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5968: Summary: C++ Client should set service_host to the connected host if service_host is empty Key: DRILL-5968 URL: https://issues.apache.org/jira/browse/DRILL-5968

[jira] [Created] (DRILL-5964) Do not allow queries to access paths outside the current workspace root

2017-11-14 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5964: Summary: Do not allow queries to access paths outside the current workspace root Key: DRILL-5964 URL: https://issues.apache.org/jira/browse/DRILL-5964 Project:

[jira] [Resolved] (DRILL-5873) Drill C++ Client should throw proper/complete error message for the ODBC driver to consume

2017-10-24 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5873. -- Resolution: Fixed > Drill C++ Client should throw proper/complete error message for the ODBC >

[jira] [Updated] (DRILL-5890) Tests Leak Many Open File Descriptors

2017-10-24 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5890: - Labels: (was: read) > Tests Leak Many Open File Descriptors >

[jira] [Updated] (DRILL-5890) Tests Leak Many Open File Descriptors

2017-10-24 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5890: - Labels: read (was: ) > Tests Leak Many Open File Descriptors >

[jira] [Updated] (DRILL-5873) Drill C++ Client should throw proper/complete error message for the ODBC driver to consume

2017-10-20 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5873: - Labels: ready-to-commit (was: ) > Drill C++ Client should throw proper/complete error message

[jira] [Created] (DRILL-5888) jdbc-all-jar unit tests broken because of dependency on hadoop.security

2017-10-17 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5888: Summary: jdbc-all-jar unit tests broken because of dependency on hadoop.security Key: DRILL-5888 URL: https://issues.apache.org/jira/browse/DRILL-5888 Project:

[jira] [Resolved] (DRILL-5877) Fix Travis build

2017-10-16 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5877. -- Resolution: Fixed > Fix Travis build > - > > Key: DRILL-5877 >

[jira] [Created] (DRILL-5877) Fix Travis build

2017-10-16 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5877: Summary: Fix Travis build Key: DRILL-5877 URL: https://issues.apache.org/jira/browse/DRILL-5877 Project: Apache Drill Issue Type: Bug Reporter:

[jira] [Created] (DRILL-5876) Remove netty-tcnative inclusion in java-exec/pom.xml

2017-10-13 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5876: Summary: Remove netty-tcnative inclusion in java-exec/pom.xml Key: DRILL-5876 URL: https://issues.apache.org/jira/browse/DRILL-5876 Project: Apache Drill

[jira] [Resolved] (DRILL-2496) Add SSL support to C++ client

2017-10-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-2496. -- Resolution: Fixed Done in DRILL-5431 > Add SSL support to C++ client >

[jira] [Created] (DRILL-5865) build broken with commit fe79a63

2017-10-11 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5865: Summary: build broken with commit fe79a63 Key: DRILL-5865 URL: https://issues.apache.org/jira/browse/DRILL-5865 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-5818) Querying from system options is broken

2017-09-25 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5818: Summary: Querying from system options is broken Key: DRILL-5818 URL: https://issues.apache.org/jira/browse/DRILL-5818 Project: Apache Drill Issue Type: Bug

[jira] [Assigned] (DRILL-5431) Support SSL

2017-09-22 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra reassigned DRILL-5431: Assignee: Parth Chandra (was: Sudheesh Katkam) > Support SSL > --- > >

[jira] [Assigned] (DRILL-2496) Add SSL support to C++ client

2017-09-22 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra reassigned DRILL-2496: Assignee: Parth Chandra > Add SSL support to C++ client > - >

[jira] [Updated] (DRILL-5795) Filter pushdown for parquet handles multi rowgroup file

2017-09-22 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5795: - Labels: doc-impacting ready-to-commit (was: doc-impacting) > Filter pushdown for parquet handles

[jira] [Commented] (DRILL-5431) Support SSL

2017-09-20 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16173681#comment-16173681 ] Parth Chandra commented on DRILL-5431: -- Submitted PR: https://github.com/apache/drill/pull/950 >

[jira] [Commented] (DRILL-5431) Support SSL

2017-09-19 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16172013#comment-16172013 ] Parth Chandra commented on DRILL-5431: -- [~laurentgo] I did put in the support to read from the

[jira] [Commented] (DRILL-5431) Support SSL

2017-08-29 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16145577#comment-16145577 ] Parth Chandra commented on DRILL-5431: -- Initial implementation:

[jira] [Updated] (DRILL-5712) Update the pom files with dependency exclusions for commons-codec

2017-08-18 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5712: - Labels: (was: ready-to-commit) > Update the pom files with dependency exclusions for

[jira] [Created] (DRILL-5727) Update release profile to generate SHA-512 checksum.

2017-08-17 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5727: Summary: Update release profile to generate SHA-512 checksum. Key: DRILL-5727 URL: https://issues.apache.org/jira/browse/DRILL-5727 Project: Apache Drill

[jira] [Commented] (DRILL-5431) Support SSL

2017-08-11 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16123633#comment-16123633 ] Parth Chandra commented on DRILL-5431: -- [~cshi] Please take a look at the design doc. > Support SSL

[jira] [Commented] (DRILL-5431) Support SSL

2017-08-10 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16122483#comment-16122483 ] Parth Chandra commented on DRILL-5431: -- Design doc:

[jira] [Commented] (DRILL-5659) C++ Client (master) behavior is unstable resulting incorrect result or exception in API calls

2017-07-13 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16085868#comment-16085868 ] Parth Chandra commented on DRILL-5659: -- [~shamirwasia], [~robertw], [~laurentgo] can you folks please

[jira] [Commented] (DRILL-5659) C++ Client (master) behavior is unstable resulting incorrect result or exception in API calls

2017-07-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16084984#comment-16084984 ] Parth Chandra commented on DRILL-5659: -- So, it looks like this: The original code for reading

[jira] [Commented] (DRILL-5659) C++ Client (master) behavior is unstable resulting incorrect result or exception in API calls

2017-07-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16084480#comment-16084480 ] Parth Chandra commented on DRILL-5659: -- Definitely caused by the commit (

[jira] [Commented] (DRILL-5659) C++ Client (master) behavior is unstable resulting incorrect result or exception in API calls

2017-07-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16084384#comment-16084384 ] Parth Chandra commented on DRILL-5659: -- I can also reproduce it reading from the tpch lineitem table,

[jira] [Updated] (DRILL-5568) Include hadoop-common jars inside drill-jdbc-all.jar

2017-06-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5568: - Labels: (was: ready-to-commit) > Include hadoop-common jars inside drill-jdbc-all.jar >

[jira] [Resolved] (DRILL-5545) Add findbugs to build

2017-06-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5545. -- Resolution: Fixed > Add findbugs to build > -- > > Key:

[jira] [Resolved] (DRILL-5541) C++ Client Crashes During Simple "Man in the Middle" Attack Test with Exploitable Write AV

2017-06-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5541. -- Resolution: Fixed > C++ Client Crashes During Simple "Man in the Middle" Attack Test with >

[jira] [Resolved] (DRILL-5560) Create configuration file for distribution specific configuration

2017-06-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5560. -- Resolution: Fixed > Create configuration file for distribution specific configuration >

[jira] [Updated] (DRILL-5541) C++ Client Crashes During Simple "Man in the Middle" Attack Test with Exploitable Write AV

2017-06-11 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5541: - Labels: ready-to-commit (was: ) > C++ Client Crashes During Simple "Man in the Middle" Attack

[jira] [Updated] (DRILL-5545) Add findbugs to build

2017-06-11 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5545: - Labels: ready-to-commit (was: ) > Add findbugs to build > -- > >

[jira] [Commented] (DRILL-5568) Include hadoop-common jars inside drill-jdbc-all.jar

2017-06-11 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16046159#comment-16046159 ] Parth Chandra commented on DRILL-5568: -- In the functional test framework build, this change is

[jira] [Commented] (DRILL-5545) Add findbugs to build

2017-06-11 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16046156#comment-16046156 ] Parth Chandra commented on DRILL-5545: -- To run : mvn clean install -Pfindbugs -DskipTests

[jira] [Updated] (DRILL-5545) Add findbugs to build

2017-06-09 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5545: - Labels: (was: ready-to-commit) > Add findbugs to build > -- > >

[jira] [Updated] (DRILL-5545) Add findbugs to build

2017-06-09 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5545: - Labels: ready-to-commit (was: ) > Add findbugs to build > -- > >

[jira] [Commented] (DRILL-5541) C++ Client Crashes During Simple "Man in the Middle" Attack Test with Exploitable Write AV

2017-06-06 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16039545#comment-16039545 ] Parth Chandra commented on DRILL-5541: -- Nice. Is this server somewhat shareable? We could use it to

[jira] [Commented] (DRILL-5541) C++ Client Crashes During Simple "Man in the Middle" Attack Test with Exploitable Write AV

2017-06-05 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037912#comment-16037912 ] Parth Chandra commented on DRILL-5541: -- Curious to know how you created this issue. > C++ Client

[jira] [Created] (DRILL-5545) Add findbugs to build

2017-05-26 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5545: Summary: Add findbugs to build Key: DRILL-5545 URL: https://issues.apache.org/jira/browse/DRILL-5545 Project: Apache Drill Issue Type: Improvement

[jira] [Commented] (DRILL-5511) Additional UserException categories for internal errors

2017-05-15 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16011564#comment-16011564 ] Parth Chandra commented on DRILL-5511: -- There are already categories for RESOURCE, SYSTEM, etc., that

[jira] [Resolved] (DRILL-5459) Extend physical operator test framework to test mini plans consisting of multiple operators

2017-05-13 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5459. -- Resolution: Fixed > Extend physical operator test framework to test mini plans consisting of >

[jira] [Updated] (DRILL-5104) Foreman sets external sort memory allocation even for a physical plan

2017-05-12 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5104: - Labels: (was: ready-to-commit) > Foreman sets external sort memory allocation even for a

[jira] [Created] (DRILL-5351) Excessive bounds checking in the Parquet reader

2017-03-13 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5351: Summary: Excessive bounds checking in the Parquet reader Key: DRILL-5351 URL: https://issues.apache.org/jira/browse/DRILL-5351 Project: Apache Drill Issue

[jira] [Assigned] (DRILL-5349) TestParquetWriter unit tests fail with synchronous parquet reader

2017-03-10 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra reassigned DRILL-5349: Assignee: Parth Chandra > TestParquetWriter unit tests fail with synchronous parquet

[jira] [Created] (DRILL-5349) TestParquetWriter unit tests fail with synchronous parquet reader

2017-03-10 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5349: Summary: TestParquetWriter unit tests fail with synchronous parquet reader Key: DRILL-5349 URL: https://issues.apache.org/jira/browse/DRILL-5349 Project: Apache

[jira] [Resolved] (DRILL-5241) JDBC proxy driver: Do not put null value in map

2017-02-07 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5241. -- Resolution: Fixed > JDBC proxy driver: Do not put null value in map >

[jira] [Updated] (DRILL-5223) Drill should ensure balanced workload assignment at node level in order to get better query performance

2017-02-07 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5223: - Labels: ready-to-commit (was: ) > Drill should ensure balanced workload assignment at node level

[jira] [Updated] (DRILL-5207) Improve Parquet scan pipelining

2017-02-03 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5207: - Labels: doc-impacting (was: ready-to-commit) > Improve Parquet scan pipelining >

[jira] [Updated] (DRILL-5240) Parquet reader creates unnecessary objects when checking for nullability in var length columns

2017-02-03 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-5240: - Labels: ready-to-commit (was: ) > Parquet reader creates unnecessary objects when checking for

[jira] [Created] (DRILL-5240) Parquet reader creates unnecessary objects when checking for nullability in var length columns

2017-02-02 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-5240: Summary: Parquet reader creates unnecessary objects when checking for nullability in var length columns Key: DRILL-5240 URL: https://issues.apache.org/jira/browse/DRILL-5240

[jira] [Commented] (DRILL-5218) Support Disabling Heartbeats in C++ Client

2017-01-28 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15844193#comment-15844193 ] Parth Chandra commented on DRILL-5218: -- Until we fix DRILL-5217, it seems this might be the only way

[jira] [Commented] (DRILL-5207) Improve Parquet scan pipelining

2017-01-26 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15840311#comment-15840311 ] Parth Chandra commented on DRILL-5207: -- Messed up the commit message, so the PR didn't get pulled in.

[jira] [Updated] (DRILL-4764) Parquet file with INT_16, etc. logical types not supported by simple SELECT

2017-01-24 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-4764: - Labels: ready-to-commit (was: ) > Parquet file with INT_16, etc. logical types not supported by

[jira] [Commented] (DRILL-5218) Support Disabling Heartbeats in C++ Client

2017-01-24 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15836652#comment-15836652 ] Parth Chandra commented on DRILL-5218: -- Doesn't sound like a good idea. A heartbeat is the only

  1   2   3   4   5   6   7   8   9   10   >