Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3355) Implement ResultSetMetadata.get{Precision,Scale,ColumnDisplaySize} (need RPC-level data) |
Wed, 24 Jun, 17:43 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3356) RPC-level data is missing data need for result set metadata |
Wed, 24 Jun, 17:46 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3367) Implement SQL data type DECIMAL. |
Thu, 25 Jun, 05:45 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3368) Implement rest of SQL data types BINARY and VARBINARY. |
Thu, 25 Jun, 05:48 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3369) Implement rest of SQL type CHARACTER (don't change to CHARACTER VARYING) |
Thu, 25 Jun, 05:58 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3385) Max. fractional seconds precision less than standard (should be >= 6; is 3) |
Fri, 26 Jun, 05:45 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3403) <Unicode 6 digit escape value> handled incorrectly |
Fri, 26 Jun, 20:48 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3405) "INTERVAL '1111111111' YEAR(10)" yields garbage result |
Fri, 26 Jun, 21:08 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3406) Drill allows YEAR(10) but then disallows 10 digits |
Fri, 26 Jun, 21:22 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3430) CAST to interval type doesn't accept standard-format strings |
Tue, 30 Jun, 18:36 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3431) CHAR not handled same as VARCHAR for cast to INTERVAL |
Tue, 30 Jun, 19:19 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3432) Change or document: CAST to interval type doesn't reject non-standard strings |
Tue, 30 Jun, 19:53 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Resolved] (DRILL-2864) Unable to cast string literal with the valid value in ISO 8601 format to interval |
Tue, 30 Jun, 20:05 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3433) DrillConfig.create(Properties) used outside of testing code |
Tue, 30 Jun, 22:10 |
Daniel Barclay (Drill) (JIRA) |
[jira] [Created] (DRILL-3439) Some interfaces have logger fields. |
Tue, 30 Jun, 23:58 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3259) cast_empty_string_to_null only works when set at SYSTEM level |
Sat, 06 Jun, 18:41 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3268) queries with empty OVER() clause return empty result set |
Tue, 09 Jun, 23:33 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3274) remove option 'window.enable' |
Wed, 10 Jun, 22:36 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3277) SUM(CAST(columns[0] AS INT)) OVER(...) gives wrong results |
Thu, 11 Jun, 16:01 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3278) SUM(CAST(columns[0] AS BIGINT)) OVER(...) gives wrong results |
Thu, 11 Jun, 16:28 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3281) window functions that involve TIME columns generate wrong results |
Thu, 11 Jun, 22:16 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3283) Extend TestWindowFrame to check the results when PARTITION BY and/or ORDER BY are missing from the OVER clause |
Fri, 12 Jun, 16:15 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3291) utility that runs the profile ui against a query profile file. |
Mon, 15 Jun, 15:11 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3292) SUM(constant) OVER(...) returns wrong results |
Mon, 15 Jun, 16:14 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3304) improve org.apache.drill.exec.expr.TypeHelper error messages when UnsupportedOprationException is thrown |
Wed, 17 Jun, 15:10 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3312) PageReader.allocatePageData() calls BufferAllocator.buffer(int) but doesn't check if the result is null |
Thu, 18 Jun, 19:13 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3317) when ProtobufLengthDecoder couldn't allocate a new DrillBuf, this error is just logged and nothing else is done |
Thu, 18 Jun, 21:09 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3318) SUM(CAST(col as INT)) shows different results when used in window functions |
Thu, 18 Jun, 21:56 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3345) TestWindowFrame fails to properly check cases involving multiple batches |
Tue, 23 Jun, 20:21 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3354) TestBuilder can check if the number of result batches equals some expected value |
Wed, 24 Jun, 16:03 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3359) Drill should throw and error when window function defined using WINDOW AS uses ROWS UNBOUNDED PRECEDING |
Wed, 24 Jun, 20:41 |
Deneche A. Hakim (JIRA) |
[jira] [Resolved] (DRILL-3358) CUME_DIST window function provides wrong result when only ORDER BY clause is specified |
Wed, 24 Jun, 23:40 |
Deneche A. Hakim (JIRA) |
[jira] [Created] (DRILL-3397) over(partition by A order by A) should be optimized to over(partition by A) |
Fri, 26 Jun, 17:27 |
Devender Yadav (JIRA) |
[jira] [Created] (DRILL-3342) like query is not working properly |
Tue, 23 Jun, 07:30 |
Hanifi GUNES |
Re: HbaseTestSuite failures |
Tue, 02 Jun, 21:51 |
Hanifi GUNES |
Re: [DISCUSSION] should BufferAllocator.buffer() throw an OutOfMemoryException ? |
Tue, 30 Jun, 20:28 |
Hanifi GUNES |
Re: [DISCUSSION] should BufferAllocator.buffer() throw an OutOfMemoryException ? |
Tue, 30 Jun, 20:58 |
Hanifi Gunes |
Re: known issue? Problem reading JSON |
Mon, 01 Jun, 19:38 |
Hanifi Gunes |
Re: known issue? Problem reading JSON |
Mon, 01 Jun, 19:40 |
Hanifi Gunes |
Re: question about correlated arrays and flatten |
Mon, 01 Jun, 19:55 |
Hanifi Gunes |
Re: Review Request 34838: DRILL-3155: Part 1 |
Mon, 01 Jun, 21:01 |
Hanifi Gunes |
Re: Review Request 34838: DRILL-3155: Part 1 |
Mon, 01 Jun, 21:01 |
Hanifi Gunes |
Re: Review Request 34839: DRILL-3155: Part 2 |
Mon, 01 Jun, 23:11 |
Hanifi Gunes |
Re: question about correlated arrays and flatten |
Tue, 02 Jun, 18:19 |
Hanifi Gunes |
Re: Review Request 34838: DRILL-3155: Part 1 |
Tue, 02 Jun, 23:34 |
Hanifi Gunes |
Re: Review Request 34839: DRILL-3155: Part 2 |
Tue, 02 Jun, 23:38 |
Hanifi Gunes |
Review Request 35030: DRILL-1760: implement count(nested-type) |
Wed, 03 Jun, 22:24 |
Hanifi Gunes |
Re: Review Request 35030: DRILL-1760: implement count(nested-type) |
Wed, 03 Jun, 22:28 |
Hanifi Gunes |
Re: Apache Drill reviews |
Tue, 09 Jun, 18:58 |
Hanifi Gunes |
Re: Build fails on "exec/Java Execution Engine" step. |
Tue, 09 Jun, 19:02 |
Hanifi Gunes |
Review Request 35329: DRILL-2997: Remove references to groupCount from SerializedField |
Wed, 10 Jun, 23:39 |
Hanifi Gunes |
Re: Review Request 35329: DRILL-2997: Remove references to groupCount from SerializedField |
Wed, 10 Jun, 23:40 |
Hanifi Gunes |
Re: Review Request 35329: DRILL-2997: Remove references to groupCount from SerializedField |
Mon, 15 Jun, 23:12 |
Hanifi Gunes |
Review Request 35484: DRILL-2851: set an upper-bound on # of bytes to re-allocate to prevent overflows |
Tue, 16 Jun, 01:00 |
Hanifi Gunes |
Re: [DISCUSS] Making the drill codebase easier to unit test |
Wed, 17 Jun, 21:22 |
Hanifi Gunes |
Re: Review Request 35573: DRILL-3304: improve org.apache.drill.exec.expr.TypeHelper error messages when UnsupportedOprationException is thrown |
Wed, 17 Jun, 21:54 |
Hanifi Gunes |
Re: Review Request 35484: DRILL-2851: set an upper-bound on # of bytes to re-allocate to prevent overflows |
Fri, 19 Jun, 19:00 |
Hanifi Gunes |
Re: Review Request 35484: DRILL-2851: set an upper-bound on # of bytes to re-allocate to prevent overflows |
Fri, 19 Jun, 23:58 |
Hanifi Gunes |
Re: Review Request 35484: DRILL-2851: set an upper-bound on # of bytes to re-allocate to prevent overflows |
Tue, 23 Jun, 01:20 |
Hanifi Gunes |
Re: Review Request 35573: DRILL-3304: improve org.apache.drill.exec.expr.TypeHelper error messages when UnsupportedOprationException is thrown |
Tue, 23 Jun, 19:00 |
Hanifi Gunes |
Re: Review Request 35636: DRILL-2447: Add already-closed checks to remaining ResultSet methods. |
Tue, 23 Jun, 19:24 |
Hanifi Gunes |
Re: Review Request 35623: DRILL-2494: Have PreparedStmt. set-param. methods throw "unsupported". |
Tue, 23 Jun, 19:30 |
Hanifi Gunes |
Re: Review Request 35609: DRILL-3243: Need a better error message - Use of alias in window function definition |
Tue, 23 Jun, 19:39 |
Hanifi Gunes |
Re: [DISCUSS] Allowing the option to use github pull requests in place of reviewboard |
Tue, 23 Jun, 21:23 |
Hanifi Gunes |
Re: Review Request 35484: DRILL-2851: set an upper-bound on # of bytes to re-allocate to prevent overflows |
Wed, 24 Jun, 19:03 |
Hanifi Gunes |
Re: Review Request 35942: DRILL-1673 (reopened) : issue with flatten when used with nested lists |
Fri, 26 Jun, 21:29 |
Hanifi Gunes |
Re: [DISCUSSION] should BufferAllocator.buffer() throw an OutOfMemoryException ? |
Tue, 30 Jun, 23:12 |
Hanifi Gunes (JIRA) |
[jira] [Created] (DRILL-3231) Throw better error messages for schema changes |
Mon, 01 Jun, 19:01 |
Hanifi Gunes (JIRA) |
[jira] [Created] (DRILL-3282) Example in workspace documentation is invalid |
Thu, 11 Jun, 22:23 |
Hanifi Gunes (JIRA) |
[jira] [Created] (DRILL-3313) Eliminate redundant #load methods and unit-test loading & exporting of vectors |
Thu, 18 Jun, 20:05 |
Hao Zhu (JIRA) |
[jira] [Created] (DRILL-3336) to_date(to_timestamp) with group-by in hbase/maprdb table fails with "java.lang.UnsupportedOperationException" |
Mon, 22 Jun, 20:02 |
Harsh Choudhary (JIRA) |
[jira] [Created] (DRILL-3371) Null Columns are getting copied from the previous one in Drill Explorer |
Thu, 25 Jun, 07:04 |
Harsh Choudhary (JIRA) |
[jira] [Created] (DRILL-3372) Null Columns are getting copied |
Thu, 25 Jun, 09:01 |
Hosang Jeon (JIRA) |
[jira] [Created] (DRILL-3264) Build fails on "exec/Java Execution Engine" step |
Tue, 09 Jun, 04:34 |
Hsuan Yi Chu |
Re: Unit test failing on master |
Tue, 23 Jun, 16:45 |
Ilangovan Sathasivan |
Apache Drill 1.0 JDBC issue |
Tue, 23 Jun, 15:22 |
Jacques Nadeau |
Re: Build Error |
Tue, 02 Jun, 04:11 |
Jacques Nadeau |
Re: Review Request 34603: DRILL-3167: When a query fails, Foreman should wait for all fragments to finish cleaning up before sending a FAILED state to the client |
Tue, 02 Jun, 16:20 |
Jacques Nadeau |
Re: [Discuss] Hive - Smallint and Tinyint |
Mon, 08 Jun, 19:29 |
Jacques Nadeau |
Re: [Discuss] Hive - Smallint and Tinyint |
Mon, 08 Jun, 19:43 |
Jacques Nadeau |
Re: [Discuss] Hive - Smallint and Tinyint |
Mon, 08 Jun, 20:18 |
Jacques Nadeau |
Re: eclipse:eclipse failing |
Wed, 10 Jun, 19:36 |
Jacques Nadeau |
Re: Unable to run drill... |
Fri, 12 Jun, 15:13 |
Jacques Nadeau |
Re: Unable to run drill... |
Mon, 15 Jun, 12:49 |
Jacques Nadeau |
Re: jdbc jars -> maven repo |
Wed, 17 Jun, 15:41 |
Jacques Nadeau |
Re: Review Request 35475: DRILL-3263: read tinyint and smallint columns from Hive as integer |
Wed, 17 Jun, 17:41 |
Jacques Nadeau |
Re: Review Request 34004: DRILL-1942: Improved memory allocator |
Thu, 18 Jun, 16:40 |
Jacques Nadeau |
Re: regex format |
Thu, 18 Jun, 22:11 |
Jacques Nadeau |
Re: jdbc jars -> maven repo |
Thu, 18 Jun, 22:17 |
Jacques Nadeau |
Review Request 35719: DRILL-3242: Update RPC layer so that requests and response are managed on a secondary thread. |
Mon, 22 Jun, 00:40 |
Jacques Nadeau |
Review Request 35720: DRILL-3177: Various Mongo plugin enhancements |
Mon, 22 Jun, 00:52 |
Jacques Nadeau |
Re: Review Request 34004: DRILL-1942: Improved memory allocator |
Mon, 22 Jun, 04:06 |
Jacques Nadeau |
Re: Review Request 35739: Patch for DRILL-3333 |
Mon, 22 Jun, 22:25 |
Jacques Nadeau |
Re: Review Request 34004: DRILL-1942: Improved memory allocator |
Tue, 23 Jun, 01:14 |
Jacques Nadeau |
Re: Review Request 34004: DRILL-1942: Improved memory allocator |
Tue, 23 Jun, 01:14 |
Jacques Nadeau |
Re: [DISCUSS] Allowing the option to use github pull requests in place of reviewboard |
Tue, 23 Jun, 02:22 |
Jacques Nadeau |
Re: Moving matured storage plugins out of contrib |
Tue, 23 Jun, 21:33 |
Jacques Nadeau |
Re: Moving matured storage plugins out of contrib |
Wed, 24 Jun, 04:38 |
Jacques Nadeau |
Re: [DISCUSS] Allowing the option to use github pull requests in place of reviewboard |
Wed, 24 Jun, 15:35 |
Jacques Nadeau |
Re: [DISCUSS] Allowing the option to use github pull requests in place of reviewboard |
Wed, 24 Jun, 15:46 |