Join us for hangout today

2015-02-03 Thread Yash Sharma
Hi Folks, Join us for the G+ hangout today 10 AM PDT to share/discuss any components you are working on. Hangout Link: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc See ya all there. Yash

[jira] [Created] (DRILL-2149) Projection drops column in select * query with json files containing nulls

2015-02-03 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-2149: Summary: Projection drops column in select * query with json files containing nulls Key: DRILL-2149 URL: https://issues.apache.org/jira/browse/DRILL-2149 Project: Apa

[jira] [Created] (DRILL-2150) Create an abstraction for repeated value vectors.

2015-02-03 Thread Hanifi Gunes (JIRA)
Hanifi Gunes created DRILL-2150: --- Summary: Create an abstraction for repeated value vectors. Key: DRILL-2150 URL: https://issues.apache.org/jira/browse/DRILL-2150 Project: Apache Drill Issue Ty

[jira] [Resolved] (DRILL-2115) Disable function CARDINALITY in grammar

2015-02-03 Thread Sean Hsuan-Yi Chu (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Hsuan-Yi Chu resolved DRILL-2115. -- Resolution: Duplicate This was addressed in DRILL-1921 > Disable function CARDINALITY i

[jira] [Resolved] (DRILL-2016) Remove "multiset" data type from supported grammar

2015-02-03 Thread Sean Hsuan-Yi Chu (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Hsuan-Yi Chu resolved DRILL-2016. -- Resolution: Duplicate This was addressed by DRILL-1921 > Remove "multiset" data type fr

[jira] [Resolved] (DRILL-2009) booleanOr should recognize "true" in string/varchar form

2015-02-03 Thread Sean Hsuan-Yi Chu (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Hsuan-Yi Chu resolved DRILL-2009. -- Resolution: Invalid To avoid confusion, `||` is interpreted as string concat only. > b

[jira] [Created] (DRILL-2151) VariableLengthVector.copyFromSafe() unnecessary sets the offsetVector

2015-02-03 Thread Deneche A. Hakim (JIRA)
Deneche A. Hakim created DRILL-2151: --- Summary: VariableLengthVector.copyFromSafe() unnecessary sets the offsetVector Key: DRILL-2151 URL: https://issues.apache.org/jira/browse/DRILL-2151 Project: Ap

[jira] [Created] (DRILL-2152) Scalar Subqueries error message should be friendly

2015-02-03 Thread Jacques Nadeau (JIRA)
Jacques Nadeau created DRILL-2152: - Summary: Scalar Subqueries error message should be friendly Key: DRILL-2152 URL: https://issues.apache.org/jira/browse/DRILL-2152 Project: Apache Drill Iss

[jira] [Created] (DRILL-2153) flatten function not handling nulls

2015-02-03 Thread Sudhakar Thota (JIRA)
Sudhakar Thota created DRILL-2153: - Summary: flatten function not handling nulls Key: DRILL-2153 URL: https://issues.apache.org/jira/browse/DRILL-2153 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-2154) Provide an option to change the Parquet compression during CTAS

2015-02-03 Thread Aman Sinha (JIRA)
Aman Sinha created DRILL-2154: - Summary: Provide an option to change the Parquet compression during CTAS Key: DRILL-2154 URL: https://issues.apache.org/jira/browse/DRILL-2154 Project: Apache Drill

[jira] [Created] (DRILL-2155) Subquery in projection list that returns scalar result throws an exception

2015-02-03 Thread Victoria Markman (JIRA)
Victoria Markman created DRILL-2155: --- Summary: Subquery in projection list that returns scalar result throws an exception Key: DRILL-2155 URL: https://issues.apache.org/jira/browse/DRILL-2155 Projec

Review Request 30593: VariableLengthVector.copyFromSafe() unnecessary sets the offsetVector

2015-02-03 Thread abdelhakim deneche
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30593/ --- Review request for drill. Bugs: DRILL-2151 https://issues.apache.org/jira/b

[jira] [Resolved] (DRILL-1588) IndexOutOfBoundException for a query with left outer joins

2015-02-03 Thread Deneche A. Hakim (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deneche A. Hakim resolved DRILL-1588. - Resolution: Duplicate I am marking this as duplicate because fixing DRILL-2151 fixes this

[jira] [Created] (DRILL-2156) Create an abstraction for composite value vectors

2015-02-03 Thread Hanifi Gunes (JIRA)
Hanifi Gunes created DRILL-2156: --- Summary: Create an abstraction for composite value vectors Key: DRILL-2156 URL: https://issues.apache.org/jira/browse/DRILL-2156 Project: Apache Drill Issue Ty

[jira] [Created] (DRILL-2157) Directory pruning on subdirectories only and data type conversions for directory filters

2015-02-03 Thread Andries Engelbrecht (JIRA)
Andries Engelbrecht created DRILL-2157: -- Summary: Directory pruning on subdirectories only and data type conversions for directory filters Key: DRILL-2157 URL: https://issues.apache.org/jira/browse/DRILL-2157

Re: Review Request 30466: DRILL-133: LocalExchange (planning and parallelization)

2015-02-03 Thread Venki Korukanti
> On Feb. 2, 2015, 10:18 p.m., Chris Westin wrote: > > exec/java-exec/src/main/java/org/apache/drill/exec/physical/EndpointAffinity.java, > > line 33 > > > > > > It looks like endpoint should be final. updated. > On

Re: Review Request 30466: DRILL-133: LocalExchange (planning and parallelization)

2015-02-03 Thread Venki Korukanti
> On Feb. 3, 2015, 12:03 a.m., Chris Westin wrote: > > exec/java-exec/src/main/java/org/apache/drill/exec/planner/fragment/Materializer.java, > > line 38 > > > > > > This class has no member variables? Perhaps the cons

Re: Review Request 30466: DRILL-133: LocalExchange (planning and parallelization)

2015-02-03 Thread Venki Korukanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30466/ --- (Updated Feb. 4, 2015, 2:24 a.m.) Review request for drill, Chris Westin, Jacqu

[jira] [Created] (DRILL-2158) Failure while attempting to start Drillbit in embedded mode.

2015-02-03 Thread kun22kun (JIRA)
kun22kun created DRILL-2158: --- Summary: Failure while attempting to start Drillbit in embedded mode. Key: DRILL-2158 URL: https://issues.apache.org/jira/browse/DRILL-2158 Project: Apache Drill Is

Re: Review Request 30593: DRILL-2151: VariableLengthVector.copyFromSafe() unnecessary sets the offsetVector

2015-02-03 Thread abdelhakim deneche
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30593/ --- (Updated Feb. 4, 2015, 4:44 a.m.) Review request for drill. Summary (updated)