Re: [VOTE] Release Apache Drill 0.7.0 (rc1)

2014-12-22 Thread Chun Chang
+1: nonbinding +Deployed RPM to a 4 node cluster and ran various automation tests. This release is far more superior than last release in terms of features and quality. On Mon, Dec 22, 2014 at 12:34 AM, Aditya a...@apache.org wrote: +1 (binding). + Verified that the source tarball is

Re: Stopping Drillbit and preventing it from restarting automatically on MapR sandbox

2015-04-28 Thread Chun Chang
Run the following cmd to stop the old drillbit: maprcli node services -name Drill -action stop -nodes `hostname -f` On Tue, Apr 28, 2015 at 5:27 PM, Alexander Zarei alexanderz.si...@gmail.com wrote: Hi everyone, I am wondering if you could help me stop the drillbit in MapR sandbox as it

Re: Stopping Drillbit and preventing it from restarting automatically on MapR sandbox

2015-04-29 Thread Chun Chang
Actually it should be: maprcli node services -name drill-bits -action stop -nodes `hostname -f` Sorry about that. On Tue, Apr 28, 2015 at 6:01 PM, Chun Chang cch...@maprtech.com wrote: Run the following cmd to stop the old drillbit: maprcli node services -name Drill -action stop -nodes

Re: [VOTE] Release Apache Drill 1.0.0 (rc1)

2015-05-18 Thread Chun Chang
+1 (non-binding) This release candidate is a lot more stable in term of resource handling. I bombarded a four node cluster with queries from multiple concurrent threads for 72 hours, DRILL is stable and performed well. No performance degradation noticed. On Mon, May 18, 2015 at 2:28 PM, Steven

Re: WHERE clause with nested JSON data

2015-04-01 Thread Chun Chang
Hi Subhajit, Possible for you to attach a sample of your dataset? I want to try the query with your dataset. Thanks, Chun On Tue, Mar 31, 2015 at 11:53 AM, Jason Altekruse altekruseja...@gmail.com wrote: The error message indicates that this is a planning bug. Please try to look to see if

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

2015-07-03 Thread Chun Chang
72 hour longevity test looks good. +1 (non-binding) On Thu, Jul 2, 2015 at 8:39 PM, Aman Sinha asi...@maprtech.com wrote: (Followup to my previous email). I ran several queries against TPCH SF1 on my Mac and did not find any issues, apart from the version # shown in sqlline (which I think

Re: [DISCUSS] Publishing advanced/functional tests

2015-08-17 Thread Chun Chang
Hi Ramana, Glad to see your post here. I agree with your point that we should have a way for public to run all the pre-commit tests. I feel that's a higher priority than anything else since with that, people can commit their patches. Thanks, Chun On Fri, Aug 14, 2015 at 11:33 AM, Ramana I N

Re: Heads up on MapR test framework and file ordering (specifically MD-185 tests)

2015-10-26 Thread Chun Chang
ication), it seems like you should be doing a structured verification > of the json plan rather than trying to do something with the text plan. > > [1] https://github.com/dremio/drill-test-framework > > -- > Jacques Nadeau > CTO and Co-Founder, Dremio > > On Mon, Oct 26, 2

Re: Heads up on MapR test framework and file ordering (specifically MD-185 tests)

2015-10-26 Thread Chun Chang
Jacques, Thanks for the heads up. And what is your proposed fix? I think we can easily enhance the test framework to handle file ordering cases. This way, we don't need to modify any existing tests. Thanks, Chun On Sat, Oct 24, 2015 at 9:11 PM, Jacques Nadeau wrote: > A

Re: [VOTE] Release Apache Drill 1.3.0 (rc2)

2015-11-12 Thread Chun Chang
I am working on putting together a comprehensive test plan specifically covering parquet reader. One part of the plan is to create a tool that can generate parquet files of all flavors. This will considerably increase our coverage, and hopefully prevent this type of issues. I am looking at

Re: [VOTE] Release Apache Drill 1.3.0 (rc2)

2015-11-18 Thread Chun Chang
ut that project has since been > abandoned. So it may not contain the latest changes in parquet. > Parquet-mr looks more promising. > > Regards > Ramana > > > On Thu, Nov 12, 2015 at 11:29 AM, Chun Chang <cch...@maprtech.com> wrote: > > > I am working on p

How deep can Drill drill?

2015-09-24 Thread Chun Chang
For JSON data format, what is the recommended/supported nesting levels Drill can handle? I think we should establish a limit and make it into the documentation. I tried querying a json file with 1800 nesting levels. The query never came back, even after three hours. Thanks, Chun

Re: How deep can Drill drill?

2015-09-24 Thread Chun Chang
t; : -7191075049054166440, "level2_lab30_date" : "2015-09-24", "level2_lab31_null" : null, "level2_lab32_byte" : 62, "level2_lab33_short" : 26995, "level2_lab34_time" : "01:15:54", "level

Re: Drill Test Framework configuration file update

2015-11-23 Thread Chun Chang
I think it's a good change to parameterize the whole connection string. This also allows us to easily switch to other data sources. +1 On Mon, Nov 23, 2015 at 3:08 PM, rahul challapalli < challapallira...@gmail.com> wrote: > Drillers, > > In the extended set of tests [1], we are directly

Re: Drill Test Framework configuration file update

2015-11-23 Thread Chun Chang
onfig file to have this new property. > > > On Nov 23, 2015, at 3:21 PM, Chun Chang <cch...@maprtech.com> wrote: > > > > I think it's a good change to parameterize the whole connection string. > > This also allows us to easily switch to other data sources. > &

Re: [jira] [Created] (DRILL-4259) Add new functional tests to ensure that failures can be detected independent of the testing environment

2016-01-11 Thread Chun Chang
Can we come up with a list of different configuration option settings we want to run? The automation framework supports running with different system settings now. On Mon, Jan 11, 2016 at 9:43 AM, Jason Altekruse (JIRA) wrote: > Jason Altekruse created DRILL-4259: >

Re: [VOTE] Release Apache Drill 1.6.0 - rc0

2016-03-14 Thread Chun Chang
+1 (non-binding) -ran functional and advanced automation On Mon, Mar 14, 2016 at 1:09 PM, Sudheesh Katkam wrote: > +1 (non-binding) > > * downloaded and built from source tar-ball; ran unit tests successfully > on Ubuntu > * ran simple queries (including cancellations) in

Drill automation framework update

2016-03-23 Thread Chun Chang
Hi drillers, MapR recently made changes to the automation framework* to make it easier running against HDFS cluster. Please refer to the updated README file for detail. Let us know if you encounter any issues. Thanks, -Chun *https://github.com/mapr/drill-test-framework

Re: Drill automation framework update

2016-03-23 Thread Chun Chang
Jacques, Would it be possible for you guys (or anyone in the community) to execute the tests on Apache HDFS and report back the list of failed tests? I may spend time to fix them or look for community contributions. Thanks, -Chun On Wed, Mar 23, 2016 at 5:20 PM, Chun Chang <cch...@maprtech.

Re: Heads up on trivial project fix: plan baselines in regression suite need updating

2016-03-04 Thread Chun Chang
I think it depends on which cluster. I saw 8 failures on most of the clusters, but 44 failures on one cluster. I guess all of them need to be looked at and modified. On Fri, Mar 4, 2016 at 10:35 AM, Parth Chandra wrote: > I'd be more comfortable if we merged this in after the

Re: Time for the 1.6 Release

2016-03-04 Thread Chun Chang
Jacques submitted a PR for fixing the failed baselines. I've merged them into automation master and confirmed the failed tests are all passing now. Thanks. -Chun On Thu, Mar 3, 2016 at 10:48 PM, Jacques Nadeau wrote: > I think we need to include DRILL-4467 >

Re: [VOTE] Release Apache Drill 1.8.0 - rc1

2016-08-29 Thread Chun Chang
There are a few known random failures in our regression run that we don't know the real cause yet. Other than that, looks good. +0 On Mon, Aug 29, 2016 at 1:23 AM, Gautam Parai wrote: > +1 > Built from src, ran all unit tests on the linux VM. > Checked signature and

Re: ZK lost connectivity issue on large cluster

2016-10-14 Thread Chun Chang
>>>> We really appreciate your help. I will dig in the source code for > >>>>> when and > >>>>>> why this error happen. > >>>>>> > >>>>>> > >>>>>> Francois > >>>>>

Re: Compile failed with tpch.tgz: invalid block type

2017-01-05 Thread Chun Chang
The FW might be the cause, but you can download manually so I would also look at your maven version. My version Apache Maven 3.1.1 seems works but I am outside of China. On Thu, Jan 5, 2017 at 1:35 AM, WeiWan wrote: > branch: 1.8.0 > > I compile the drill source code with

Re: Performance issue with 2 phase hash-agg design

2017-06-20 Thread Chun Chang
I also noticed if the keys are mostly unique, the first phase aggregation effort is mostly wasted. This can and should be improved. One idea is to detect unique keys while processing. When the percentage of unique keys exceeds a certain threshold after processing certain percentage of data,

Re: i need apache-drill-1.11.0.tar.gz

2018-04-19 Thread Chun Chang
Recommend you use 1.13.0. If for some reason you have to have 1.11.0, a way to get it is to download source and build yourself. But I don't see why you want to stick to 1.11.0, a lot of improvements have been made since. From: 苏斌 Sent:

[jira] [Created] (DRILL-1796) display a map as value caused ExecutionSetupException

2014-12-01 Thread Chun Chang (JIRA)
Chun Chang created DRILL-1796: - Summary: display a map as value caused ExecutionSetupException Key: DRILL-1796 URL: https://issues.apache.org/jira/browse/DRILL-1796 Project: Apache Drill Issue

[jira] [Created] (DRILL-1799) kvgen() leaking memory?

2014-12-01 Thread Chun Chang (JIRA)
Chun Chang created DRILL-1799: - Summary: kvgen() leaking memory? Key: DRILL-1799 URL: https://issues.apache.org/jira/browse/DRILL-1799 Project: Apache Drill Issue Type: Bug Components

[jira] [Created] (DRILL-1801) Regression: Mondrian query5843.q failed with run time exception

2014-12-02 Thread Chun Chang (JIRA)
Chun Chang created DRILL-1801: - Summary: Regression: Mondrian query5843.q failed with run time exception Key: DRILL-1801 URL: https://issues.apache.org/jira/browse/DRILL-1801 Project: Apache Drill

[jira] [Created] (DRILL-1893) VectorContainer.add(VectorContainer.java:188) Assert

2014-12-18 Thread Chun Chang (JIRA)
Chun Chang created DRILL-1893: - Summary: VectorContainer.add(VectorContainer.java:188) Assert Key: DRILL-1893 URL: https://issues.apache.org/jira/browse/DRILL-1893 Project: Apache Drill Issue

[jira] [Created] (DRILL-1894) Complex JSON cause NPE

2014-12-18 Thread Chun Chang (JIRA)
Chun Chang created DRILL-1894: - Summary: Complex JSON cause NPE Key: DRILL-1894 URL: https://issues.apache.org/jira/browse/DRILL-1894 Project: Apache Drill Issue Type: Bug Components

[jira] [Created] (DRILL-2166) left join with complex type throw ClassTransformationException

2015-02-04 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2166: - Summary: left join with complex type throw ClassTransformationException Key: DRILL-2166 URL: https://issues.apache.org/jira/browse/DRILL-2166 Project: Apache Drill

[jira] [Created] (DRILL-2237) IllegalStateException with subquery on columns containing nulls

2015-02-12 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2237: - Summary: IllegalStateException with subquery on columns containing nulls Key: DRILL-2237 URL: https://issues.apache.org/jira/browse/DRILL-2237 Project: Apache Drill

[jira] [Created] (DRILL-2082) nested arrays of strings returned wrong results

2015-01-27 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2082: - Summary: nested arrays of strings returned wrong results Key: DRILL-2082 URL: https://issues.apache.org/jira/browse/DRILL-2082 Project: Apache Drill Issue Type

[jira] [Created] (DRILL-2083) order by on large dataset returns wrong results

2015-01-27 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2083: - Summary: order by on large dataset returns wrong results Key: DRILL-2083 URL: https://issues.apache.org/jira/browse/DRILL-2083 Project: Apache Drill Issue Type

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

2015-01-13 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2010: - Summary: merge join returns wrong number of rows with large dataset Key: DRILL-2010 URL: https://issues.apache.org/jira/browse/DRILL-2010 Project: Apache Drill

[jira] [Created] (DRILL-1964) Missing key elements in returned array of maps

2015-01-08 Thread Chun Chang (JIRA)
Chun Chang created DRILL-1964: - Summary: Missing key elements in returned array of maps Key: DRILL-1964 URL: https://issues.apache.org/jira/browse/DRILL-1964 Project: Apache Drill Issue Type

[jira] [Created] (DRILL-2197) hit no applicable constructor error running outer join involving list of maps

2015-02-09 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2197: - Summary: hit no applicable constructor error running outer join involving list of maps Key: DRILL-2197 URL: https://issues.apache.org/jira/browse/DRILL-2197 Project

[jira] [Created] (DRILL-2201) clear error message on join on complex type

2015-02-10 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2201: - Summary: clear error message on join on complex type Key: DRILL-2201 URL: https://issues.apache.org/jira/browse/DRILL-2201 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-2506) IOOB with order by and limit

2015-03-19 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2506: - Summary: IOOB with order by and limit Key: DRILL-2506 URL: https://issues.apache.org/jira/browse/DRILL-2506 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-2392) now() and localtimestamp not equal

2015-03-05 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2392: - Summary: now() and localtimestamp not equal Key: DRILL-2392 URL: https://issues.apache.org/jira/browse/DRILL-2392 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-2393) The extracted day from now() and current_date are not equal

2015-03-05 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2393: - Summary: The extracted day from now() and current_date are not equal Key: DRILL-2393 URL: https://issues.apache.org/jira/browse/DRILL-2393 Project: Apache Drill

[jira] [Created] (DRILL-2394) extracted hour from now() and current_time are not equal

2015-03-05 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2394: - Summary: extracted hour from now() and current_time are not equal Key: DRILL-2394 URL: https://issues.apache.org/jira/browse/DRILL-2394 Project: Apache Drill

[jira] [Created] (DRILL-2457) aggregation function on complex type should give appropriate error

2015-03-13 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2457: - Summary: aggregation function on complex type should give appropriate error Key: DRILL-2457 URL: https://issues.apache.org/jira/browse/DRILL-2457 Project: Apache Drill

[jira] [Created] (DRILL-2425) Wrong results when identifier change cases within the same data file

2015-03-10 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2425: - Summary: Wrong results when identifier change cases within the same data file Key: DRILL-2425 URL: https://issues.apache.org/jira/browse/DRILL-2425 Project: Apache Drill

[jira] [Created] (DRILL-2348) 'null' is not treated correctly when compared with int

2015-02-27 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2348: - Summary: 'null' is not treated correctly when compared with int Key: DRILL-2348 URL: https://issues.apache.org/jira/browse/DRILL-2348 Project: Apache Drill Issue

[jira] [Resolved] (DRILL-2348) 'null' is not treated correctly when compared with int

2015-02-27 Thread Chun Chang (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chun Chang resolved DRILL-2348. --- Resolution: Not a Problem 'null' is not treated correctly when compared with int

[jira] [Created] (DRILL-2340) count(*) fails with subquery containing limit

2015-02-27 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2340: - Summary: count(*) fails with subquery containing limit Key: DRILL-2340 URL: https://issues.apache.org/jira/browse/DRILL-2340 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-2375) project more than one column from nested array causes indexoutofbounds exception

2015-03-03 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2375: - Summary: project more than one column from nested array causes indexoutofbounds exception Key: DRILL-2375 URL: https://issues.apache.org/jira/browse/DRILL-2375 Project

[jira] [Created] (DRILL-2290) Very slow performance for a query involving nested map

2015-02-24 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2290: - Summary: Very slow performance for a query involving nested map Key: DRILL-2290 URL: https://issues.apache.org/jira/browse/DRILL-2290 Project: Apache Drill Issue

[jira] [Created] (DRILL-2309) 'null' is counted with subquery

2015-02-24 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2309: - Summary: 'null' is counted with subquery Key: DRILL-2309 URL: https://issues.apache.org/jira/browse/DRILL-2309 Project: Apache Drill Issue Type: Bug

[jira] [Resolved] (DRILL-2201) clear error message on join on complex type

2015-04-02 Thread Chun Chang (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chun Chang resolved DRILL-2201. --- Resolution: Fixed Target Version/s: 1.0.0 This appears fixed. {code} 0: jdbc:drill:schema

[jira] [Created] (DRILL-2907) Drill performance degrades significantly over time - resource leak

2015-04-29 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2907: - Summary: Drill performance degrades significantly over time - resource leak Key: DRILL-2907 URL: https://issues.apache.org/jira/browse/DRILL-2907 Project: Apache Drill

[jira] [Created] (DRILL-2915) Regression: Mondrian query5614.q - Query failed: SYSTEM ERROR: This query cannot be planned possibly due to either a cartesian join or an inequality join

2015-04-29 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2915: - Summary: Regression: Mondrian query5614.q - Query failed: SYSTEM ERROR: This query cannot be planned possibly due to either a cartesian join or an inequality join Key: DRILL-2915 URL

[jira] [Created] (DRILL-2914) regression: Mondrian query534.q, drill give wrong result

2015-04-29 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2914: - Summary: regression: Mondrian query534.q, drill give wrong result Key: DRILL-2914 URL: https://issues.apache.org/jira/browse/DRILL-2914 Project: Apache Drill

[jira] [Created] (DRILL-2986) IOBException query multiple files that contain schema changes between files

2015-05-07 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2986: - Summary: IOBException query multiple files that contain schema changes between files Key: DRILL-2986 URL: https://issues.apache.org/jira/browse/DRILL-2986 Project: Apache

[jira] [Created] (DRILL-2954) OOM: CTAS from JSON to Parquet on a single wide row JSON file

2015-05-04 Thread Chun Chang (JIRA)
Chun Chang created DRILL-2954: - Summary: OOM: CTAS from JSON to Parquet on a single wide row JSON file Key: DRILL-2954 URL: https://issues.apache.org/jira/browse/DRILL-2954 Project: Apache Drill

[jira] [Created] (DRILL-3062) regression: Mondrian query447.q - lots of rows missing in result set

2015-05-13 Thread Chun Chang (JIRA)
Chun Chang created DRILL-3062: - Summary: regression: Mondrian query447.q - lots of rows missing in result set Key: DRILL-3062 URL: https://issues.apache.org/jira/browse/DRILL-3062 Project: Apache Drill

[jira] [Created] (DRILL-3146) On Suse platform, sqlline at start prints out some info on screen instead of into log file

2015-05-18 Thread Chun Chang (JIRA)
Chun Chang created DRILL-3146: - Summary: On Suse platform, sqlline at start prints out some info on screen instead of into log file Key: DRILL-3146 URL: https://issues.apache.org/jira/browse/DRILL-3146

[jira] [Created] (DRILL-3640) Drill JDBC driver support Statement.setQueryTimeout(int)

2015-08-13 Thread Chun Chang (JIRA)
Chun Chang created DRILL-3640: - Summary: Drill JDBC driver support Statement.setQueryTimeout(int) Key: DRILL-3640 URL: https://issues.apache.org/jira/browse/DRILL-3640 Project: Apache Drill

[jira] [Resolved] (DRILL-2722) Query profile data not being sent/received (and web UI not updated)

2015-07-17 Thread Chun Chang (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chun Chang resolved DRILL-2722. --- Resolution: Fixed Query profile data not being sent/received (and web UI not updated

[jira] [Resolved] (DRILL-2275) need implementations of sys tables for drill memory and threads profiles

2015-07-17 Thread Chun Chang (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chun Chang resolved DRILL-2275. --- Resolution: Fixed need implementations of sys tables for drill memory and threads profiles

[jira] [Resolved] (DRILL-2793) Killing a non foreman node results in direct memory being held on

2015-07-17 Thread Chun Chang (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chun Chang resolved DRILL-2793. --- Resolution: Fixed Killing a non foreman node results in direct memory being held

[jira] [Resolved] (DRILL-2697) Pause injections should pause indefinitely until signalled

2015-07-17 Thread Chun Chang (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chun Chang resolved DRILL-2697. --- Resolution: Fixed Pause injections should pause indefinitely until signalled

[jira] [Created] (DRILL-3469) better log message when making storage plugin configuration change

2015-07-07 Thread Chun Chang (JIRA)
Chun Chang created DRILL-3469: - Summary: better log message when making storage plugin configuration change Key: DRILL-3469 URL: https://issues.apache.org/jira/browse/DRILL-3469 Project: Apache Drill

[jira] [Created] (DRILL-4113) memory leak reported while handling query or shutting down

2015-11-18 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4113: - Summary: memory leak reported while handling query or shutting down Key: DRILL-4113 URL: https://issues.apache.org/jira/browse/DRILL-4113 Project: Apache Drill

[jira] [Created] (DRILL-3795) TextReader can't read .tsv file contains multiple double quotes

2015-09-16 Thread Chun Chang (JIRA)
Chun Chang created DRILL-3795: - Summary: TextReader can't read .tsv file contains multiple double quotes Key: DRILL-3795 URL: https://issues.apache.org/jira/browse/DRILL-3795 Project: Apache Drill

[jira] [Created] (DRILL-3753) better error message for dropping hbase/hive table

2015-09-09 Thread Chun Chang (JIRA)
Chun Chang created DRILL-3753: - Summary: better error message for dropping hbase/hive table Key: DRILL-3753 URL: https://issues.apache.org/jira/browse/DRILL-3753 Project: Apache Drill Issue Type

[jira] [Created] (DRILL-3900) OOM with Hive native scan enabled on TPCH-100 parquet, query 05.q

2015-10-06 Thread Chun Chang (JIRA)
Chun Chang created DRILL-3900: - Summary: OOM with Hive native scan enabled on TPCH-100 parquet, query 05.q Key: DRILL-3900 URL: https://issues.apache.org/jira/browse/DRILL-3900 Project: Apache Drill

[jira] [Created] (DRILL-4189) Support validation against parquet schemas when reading parquet files

2015-12-11 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4189: - Summary: Support validation against parquet schemas when reading parquet files Key: DRILL-4189 URL: https://issues.apache.org/jira/browse/DRILL-4189 Project: Apache Drill

[jira] [Created] (DRILL-4343) UNSUPPORTED_OPERATION ERROR: This type of window frame is currently not supported See Apache Drill JIRA: DRILL-3188

2016-02-02 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4343: - Summary: UNSUPPORTED_OPERATION ERROR: This type of window frame is currently not supported See Apache Drill JIRA: DRILL-3188 Key: DRILL-4343 URL: https://issues.apache.org/jira/browse

[jira] [Created] (DRILL-4344) oadd.org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: NullPointerException

2016-02-02 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4344: - Summary: oadd.org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: NullPointerException Key: DRILL-4344 URL: https://issues.apache.org/jira/browse/DRILL-4344

[jira] [Created] (DRILL-4311) Unexpected exception during fragment initialization: Internal error: Error while applying rule DrillTableRule, args [rel#6431439:EnumerableTableScan.ENUMERABLE.ANY([]).[]

2016-01-26 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4311: - Summary: Unexpected exception during fragment initialization: Internal error: Error while applying rule DrillTableRule, args [rel#6431439:EnumerableTableScan.ENUMERABLE.ANY([]).[](table=[hive

[jira] [Created] (DRILL-4298) SYSTEM ERROR: ChannelClosedException

2016-01-21 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4298: - Summary: SYSTEM ERROR: ChannelClosedException Key: DRILL-4298 URL: https://issues.apache.org/jira/browse/DRILL-4298 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-4510) IllegalStateException: Failure while reading vector. Expected vector class of org.apache.drill.exec.vector.NullableIntVector but was holding vector class org.apache.dril

2016-03-14 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4510: - Summary: IllegalStateException: Failure while reading vector. Expected vector class of org.apache.drill.exec.vector.NullableIntVector but was holding vector class org.apache.drill.exec.vector.NullableVarCharVector

[jira] [Created] (DRILL-4532) remove incorrect log message

2016-03-23 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4532: - Summary: remove incorrect log message Key: DRILL-4532 URL: https://issues.apache.org/jira/browse/DRILL-4532 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-4665) Partition pruning not working for hive partitioned table with 'LIKE' and '=' filter

2016-05-10 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4665: - Summary: Partition pruning not working for hive partitioned table with 'LIKE' and '=' filter Key: DRILL-4665 URL: https://issues.apache.org/jira/browse/DRILL-4665 Project

[jira] [Created] (DRILL-4770) ParquetRecordReader throws NPE querying a single int64 column file

2016-07-08 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4770: - Summary: ParquetRecordReader throws NPE querying a single int64 column file Key: DRILL-4770 URL: https://issues.apache.org/jira/browse/DRILL-4770 Project: Apache Drill

[jira] [Created] (DRILL-4769) forman spins query int32 data with snappy compression

2016-07-06 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4769: - Summary: forman spins query int32 data with snappy compression Key: DRILL-4769 URL: https://issues.apache.org/jira/browse/DRILL-4769 Project: Apache Drill Issue

[jira] [Created] (DRILL-4767) Parquet reader throw IllegalArgumentException for int32 type with GZIP compression

2016-07-06 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4767: - Summary: Parquet reader throw IllegalArgumentException for int32 type with GZIP compression Key: DRILL-4767 URL: https://issues.apache.org/jira/browse/DRILL-4767 Project

[jira] [Created] (DRILL-4871) random JsonParseException: Illegal character ((CTRL-CHAR, code 0)): only regular white space (\r, \n, \t) is allowed between tokens

2016-08-31 Thread Chun Chang (JIRA)
Chun Chang created DRILL-4871: - Summary: random JsonParseException: Illegal character ((CTRL-CHAR, code 0)): only regular white space (\r, \n, \t) is allowed between tokens Key: DRILL-4871 URL: https

[jira] [Created] (DRILL-5150) JDBC connections cause drillbit leaks resources and eventually JVM crashes

2016-12-21 Thread Chun Chang (JIRA)
Chun Chang created DRILL-5150: - Summary: JDBC connections cause drillbit leaks resources and eventually JVM crashes Key: DRILL-5150 URL: https://issues.apache.org/jira/browse/DRILL-5150 Project: Apache

[jira] [Created] (DRILL-5365) FileNotFoundException when reading a parquet file

2017-03-17 Thread Chun Chang (JIRA)
Chun Chang created DRILL-5365: - Summary: FileNotFoundException when reading a parquet file Key: DRILL-5365 URL: https://issues.apache.org/jira/browse/DRILL-5365 Project: Apache Drill Issue Type

[jira] [Created] (DRILL-5327) Hash aggregate can return empty batch which can cause schema change exception

2017-03-07 Thread Chun Chang (JIRA)
Chun Chang created DRILL-5327: - Summary: Hash aggregate can return empty batch which can cause schema change exception Key: DRILL-5327 URL: https://issues.apache.org/jira/browse/DRILL-5327 Project

[jira] [Created] (DRILL-5617) spill filename conflict

2017-06-28 Thread Chun Chang (JIRA)
Chun Chang created DRILL-5617: - Summary: spill filename conflict Key: DRILL-5617 URL: https://issues.apache.org/jira/browse/DRILL-5617 Project: Apache Drill Issue Type: Bug Components

[jira] [Created] (DRILL-5694) hash agg spill to disk, second phase OOM

2017-07-27 Thread Chun Chang (JIRA)
Chun Chang created DRILL-5694: - Summary: hash agg spill to disk, second phase OOM Key: DRILL-5694 URL: https://issues.apache.org/jira/browse/DRILL-5694 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-5740) hash agg fail to read spill file

2017-08-25 Thread Chun Chang (JIRA)
Chun Chang created DRILL-5740: - Summary: hash agg fail to read spill file Key: DRILL-5740 URL: https://issues.apache.org/jira/browse/DRILL-5740 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-6495) Fragment error message profile dumped into log file. Why?

2018-06-13 Thread Chun Chang (JIRA)
Chun Chang created DRILL-6495: - Summary: Fragment error message profile dumped into log file. Why? Key: DRILL-6495 URL: https://issues.apache.org/jira/browse/DRILL-6495 Project: Apache Drill

[jira] [Created] (DRILL-6132) HashPartitionSender leaks memory

2018-02-02 Thread Chun Chang (JIRA)
Chun Chang created DRILL-6132: - Summary: HashPartitionSender leaks memory Key: DRILL-6132 URL: https://issues.apache.org/jira/browse/DRILL-6132 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-6275) drillbit direct_current memory usage is not populated/updated

2018-03-19 Thread Chun Chang (JIRA)
Chun Chang created DRILL-6275: - Summary: drillbit direct_current memory usage is not populated/updated Key: DRILL-6275 URL: https://issues.apache.org/jira/browse/DRILL-6275 Project: Apache Drill