Ramana Inukonda Nagaraj (JIRA) |
[jira] [Updated] (DRILL-426) JSON with null not working |
Thu, 20 Mar, 02:33 |
Ramana Inukonda Nagaraj (JIRA) |
[jira] [Commented] (DRILL-426) JSON with null not working |
Thu, 20 Mar, 02:33 |
Steven Phillips (JIRA) |
[jira] [Commented] (DRILL-426) JSON with null not working |
Thu, 20 Mar, 02:37 |
Steven Phillips (JIRA) |
[jira] [Comment Edited] (DRILL-426) JSON with null not working |
Thu, 20 Mar, 02:37 |
Venki Korukanti |
Re: Review Request 18372: Hive UDFs in Drill |
Thu, 20 Mar, 17:05 |
Ramana Inukonda Nagaraj (JIRA) |
[jira] [Created] (DRILL-428) Reading from parquet file created from impala fails |
Thu, 20 Mar, 17:54 |
Jacques Nadeau (JIRA) |
[jira] [Resolved] (DRILL-428) Reading from parquet file created from impala fails |
Thu, 20 Mar, 20:53 |
Timothy Chen (JIRA) |
[jira] [Commented] (DRILL-325) Support for MADlib |
Thu, 20 Mar, 21:13 |
Venki Korukanti (JIRA) |
[jira] [Updated] (DRILL-411) select "string" does not work |
Thu, 20 Mar, 21:37 |
Venki Korukanti (JIRA) |
[jira] [Commented] (DRILL-411) select "string" does not work |
Thu, 20 Mar, 21:51 |
Xiao Meng (JIRA) |
[jira] [Commented] (DRILL-325) Support for MADlib |
Fri, 21 Mar, 05:28 |
Jinfeng Ni (JIRA) |
[jira] [Created] (DRILL-429) explicit cast function call should be removed when input type is same as target type. |
Fri, 21 Mar, 18:05 |
Ramana Inukonda Nagaraj (JIRA) |
[jira] [Created] (DRILL-430) Hive storage plugin- Unable to querry by specifying databases |
Fri, 21 Mar, 18:37 |
Venki Korukanti (JIRA) |
[jira] [Assigned] (DRILL-430) Hive storage plugin- Unable to querry by specifying databases |
Fri, 21 Mar, 18:43 |
Ramana Inukonda Nagaraj (JIRA) |
[jira] [Commented] (DRILL-426) JSON with null not working |
Fri, 21 Mar, 18:45 |
Patrick Wong (JIRA) |
[jira] [Created] (DRILL-431) MapR profile - unit tests try to use localhost as the MapR cluster |
Fri, 21 Mar, 21:25 |
Venki Korukanti (JIRA) |
[jira] [Commented] (DRILL-387) Hive UDFs in Drill |
Fri, 21 Mar, 21:35 |
Aditya Kishore (JIRA) |
[jira] [Created] (DRILL-432) Can not run 'sqlline' on Windows with CYGWIN |
Fri, 21 Mar, 23:38 |
adityakishore |
[GitHub] incubator-drill pull request: DRILL-432: Can not run 'sqlline' on ... |
Fri, 21 Mar, 23:41 |
ASF GitHub Bot (JIRA) |
[jira] [Commented] (DRILL-432) Can not run 'sqlline' on Windows with CYGWIN |
Fri, 21 Mar, 23:41 |
Aditya Kishore (JIRA) |
[jira] [Commented] (DRILL-432) Can not run 'sqlline' on Windows with CYGWIN |
Sat, 22 Mar, 00:04 |
Jinfeng Ni |
Re: Review Request 18372: Hive UDFs in Drill |
Sat, 22 Mar, 00:39 |
Mehant Baid (JIRA) |
[jira] [Created] (DRILL-433) Enhance QuerySubmitter to use custom column width for printing results |
Sat, 22 Mar, 03:21 |
Mehant Baid (JIRA) |
[jira] [Updated] (DRILL-433) Enhance QuerySubmitter to use custom column width for printing results |
Sat, 22 Mar, 03:23 |
Mehant Baid |
Review Request 19559: DRILL-433: Modify QuerySubmitter to accept custom column width |
Sat, 22 Mar, 03:26 |
Mehant Baid (JIRA) |
[jira] [Commented] (DRILL-433) Enhance QuerySubmitter to use custom column width for printing results |
Sat, 22 Mar, 03:28 |
Xiao Meng (JIRA) |
[jira] [Updated] (DRILL-427) select <columns> from <table> where <column> = '<VARCHAR>' fails |
Sat, 22 Mar, 05:58 |
Xiao Meng (JIRA) |
[jira] [Commented] (DRILL-427) select <columns> from <table> where <column> = '<VARCHAR>' fails |
Sat, 22 Mar, 05:58 |
Xiao Meng (JIRA) |
[jira] [Comment Edited] (DRILL-427) select <columns> from <table> where <column> = '<VARCHAR>' fails |
Sat, 22 Mar, 06:00 |
adityakishore |
[GitHub] incubator-drill pull request: DRILL-432: Can not run 'sqlline' on ... |
Sat, 22 Mar, 08:11 |
ASF GitHub Bot (JIRA) |
[jira] [Commented] (DRILL-432) Can not run 'sqlline' on Windows with CYGWIN |
Sat, 22 Mar, 08:12 |
julianhyde |
[GitHub] incubator-drill pull request: DRILL-432: Can not run 'sqlline' on ... |
Sat, 22 Mar, 15:21 |
ASF GitHub Bot (JIRA) |
[jira] [Commented] (DRILL-432) Can not run 'sqlline' on Windows with CYGWIN |
Sat, 22 Mar, 15:21 |
Jacques Nadeau (JIRA) |
[jira] [Assigned] (DRILL-429) explicit cast function call should be removed when input type is same as target type. |
Sat, 22 Mar, 17:51 |
jacq...@apache.org |
[01/12] DRILL-387: Support using Hive simple UDFs in Drill * As part of this change FunctionDefinition (and related code) * are deleted, instead the same information available in * Function Holders are used whenever required * Freemarker/CodeModel codege |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[02/12] DRILL-387: Support using Hive simple UDFs in Drill * As part of this change FunctionDefinition (and related code) * are deleted, instead the same information available in * Function Holders are used whenever required * Freemarker/CodeModel codege |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[03/12] DRILL-387: Support using Hive simple UDFs in Drill * As part of this change FunctionDefinition (and related code) * are deleted, instead the same information available in * Function Holders are used whenever required * Freemarker/CodeModel codege |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[04/12] git commit: DRILL-387: Support using Hive simple UDFs in Drill * As part of this change FunctionDefinition (and related code) * are deleted, instead the same information available in * Function Holders are used whenever required * Freemarker/Code |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[05/12] git commit: Small updates to Hive UDF: fixes for aggregate and constant checker to add errors to error collector. Register hive udfs without descriptions using fully qualified name with underscores instead of periods. |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[06/12] DRILL-335: Implement Hash Aggregation |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[07/12] DRILL-335: Implement Hash Aggregation |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[08/12] git commit: DRILL-335: Implement Hash Aggregation |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[09/12] git commit: DRILL-425 mock-sub-scan is not setting 'lastSet' in NullableVarCharVector or NullableVar16CharVector |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[10/12] git commit: DRILL-411: Fix Optiq to Drill conversion of varchar literals. |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[11/12] git commit: DRILL-432: Can not run 'sqlline' on Windows with CYGWIN * Clean up and unify various shell scripts. |
Sun, 23 Mar, 02:03 |
jacq...@apache.org |
[12/12] git commit: DRILL-429: Remove extraneous casts. |
Sun, 23 Mar, 02:03 |
Jacques Nadeau (JIRA) |
[jira] [Resolved] (DRILL-432) Can not run 'sqlline' on Windows with CYGWIN |
Sun, 23 Mar, 02:05 |
Jacques Nadeau (JIRA) |
[jira] [Resolved] (DRILL-429) explicit cast function call should be removed when input type is same as target type. |
Sun, 23 Mar, 02:05 |
Jacques Nadeau (JIRA) |
[jira] [Resolved] (DRILL-425) mock-sub-scan is not setting 'lastSet' in NullableVarCharVector or NullableVar16CharVector |
Sun, 23 Mar, 02:05 |
Jacques Nadeau (JIRA) |
[jira] [Resolved] (DRILL-335) Implement hash aggregation operator for grouped aggregation |
Sun, 23 Mar, 02:05 |
Jacques Nadeau (JIRA) |
[jira] [Resolved] (DRILL-318) Add support for missing aggregate functions and support various data types as inputs to the aggr functions. |
Sun, 23 Mar, 02:07 |
Jacques Nadeau (JIRA) |
[jira] [Resolved] (DRILL-387) Hive UDFs in Drill |
Sun, 23 Mar, 02:07 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-434) When Parquet ConvertedType is UTF8, Drill should use VarChar instead of VarBinary |
Sun, 23 Mar, 02:09 |
Xiao Meng (JIRA) |
[jira] [Resolved] (DRILL-427) select <columns> from <table> where <column> = '<VARCHAR>' fails |
Sun, 23 Mar, 03:38 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-435) Update Optiq's SqlTypeUtil.isCharTypeComparable() to consider ANY values as comparable |
Sun, 23 Mar, 22:57 |
Jacques Nadeau (JIRA) |
[jira] [Commented] (DRILL-435) Update Optiq's SqlTypeUtil.isCharTypeComparable() to consider ANY values as comparable |
Mon, 24 Mar, 15:26 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-436) Need to re-add Push Join through Join to DrillSQLworker and rule sets |
Mon, 24 Mar, 15:32 |
Jacques Nadeau |
Bay Area Drill Hackathon? Thoughts on hangout time? |
Mon, 24 Mar, 15:39 |
Timothy Chen |
Re: Bay Area Drill Hackathon? Thoughts on hangout time? |
Mon, 24 Mar, 15:41 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-437) Add Support for POSTFIX(IS TRUE(col)) |
Mon, 24 Mar, 15:42 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-438) Add support for Views (CREATE, DROP and select) |
Mon, 24 Mar, 15:48 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-439) Add support for Special(Reinterpret) when converting from REX to LogicalExpression |
Mon, 24 Mar, 15:50 |
Jacques Nadeau (JIRA) |
[jira] [Assigned] (DRILL-403) Add support for CASE statement |
Mon, 24 Mar, 15:50 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-440) Apparent Optiq error when trying to convert sqlnodes to rel nodes as part of coorelated subquery |
Mon, 24 Mar, 15:53 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-441) Failure in SqlTypeTransforms when using ANY type in TPCH Query 22 |
Mon, 24 Mar, 15:58 |
Jason Altekruse |
Re: Bay Area Drill Hackathon? Thoughts on hangout time? |
Mon, 24 Mar, 16:53 |
Steven Phillips (JIRA) |
[jira] [Created] (DRILL-442) Implement text format plugin |
Mon, 24 Mar, 18:32 |
Steven Phillips |
Re: Bay Area Drill Hackathon? Thoughts on hangout time? |
Mon, 24 Mar, 18:33 |
Steven Phillips |
Review Request 19591: Patch for DRILL-442 |
Mon, 24 Mar, 18:34 |
Steven Phillips (JIRA) |
[jira] [Updated] (DRILL-442) Implement text format plugin |
Mon, 24 Mar, 18:36 |
Steven Phillips (JIRA) |
[jira] [Commented] (DRILL-442) Implement text format plugin |
Mon, 24 Mar, 18:36 |
Timothy Chen |
Re: Review Request 19591: Patch for DRILL-442 |
Mon, 24 Mar, 19:07 |
Steven Phillips |
Re: Review Request 18499: DRILL-385 Implement Top-N sort operator |
Mon, 24 Mar, 19:46 |
Steven Phillips |
Re: Review Request 18499: DRILL-385 Implement Top-N sort operator |
Mon, 24 Mar, 19:47 |
Steven Phillips (JIRA) |
[jira] [Updated] (DRILL-385) Implement Top-N sort operator |
Mon, 24 Mar, 19:48 |
Steven Phillips (JIRA) |
[jira] [Updated] (DRILL-386) Implement External Sort operator |
Mon, 24 Mar, 19:48 |
Julian Hyde |
Re: Bay Area Drill Hackathon? Thoughts on hangout time? |
Mon, 24 Mar, 20:04 |
Julian Hyde (JIRA) |
[jira] [Commented] (DRILL-440) Apparent Optiq error when trying to convert sqlnodes to rel nodes as part of coorelated subquery |
Mon, 24 Mar, 20:06 |
Steven Phillips |
Re: Review Request 18841: Patch for DRILL-88 |
Mon, 24 Mar, 20:48 |
Steven Phillips |
Re: Review Request 18841: Patch for DRILL-88 |
Mon, 24 Mar, 21:23 |
Steven Phillips (JIRA) |
[jira] [Updated] (DRILL-88) HBase storage engine |
Mon, 24 Mar, 21:24 |
Steven Phillips (JIRA) |
[jira] [Commented] (DRILL-88) HBase storage engine |
Mon, 24 Mar, 21:24 |
Jacques Nadeau (JIRA) |
[jira] [Created] (DRILL-443) HashAggregation leaking memory |
Mon, 24 Mar, 21:50 |
Steven Phillips (JIRA) |
[jira] [Updated] (DRILL-431) MapR profile - unit tests try to use localhost as the MapR cluster |
Mon, 24 Mar, 22:23 |
Steven Phillips (JIRA) |
[jira] [Assigned] (DRILL-431) MapR profile - unit tests try to use localhost as the MapR cluster |
Mon, 24 Mar, 22:23 |
Jason Altekruse (JIRA) |
[jira] [Updated] (DRILL-381) Implement SQL Options Statements |
Mon, 24 Mar, 23:10 |
Jason Altekruse |
Re: Review Request 18388: Drill 381 - Options statements |
Mon, 24 Mar, 23:14 |
Jason Altekruse |
Re: Review Request 18388: Drill 381 - Options statements |
Mon, 24 Mar, 23:15 |
Steven Phillips |
Re: Review Request 19591: Patch for DRILL-442 |
Mon, 24 Mar, 23:48 |
Steven Phillips |
Re: Review Request 19591: Patch for DRILL-442 |
Mon, 24 Mar, 23:51 |
Timothy Chen |
Re: Review Request 19591: Patch for DRILL-442 |
Mon, 24 Mar, 23:52 |
Steven Phillips (JIRA) |
[jira] [Commented] (DRILL-442) Implement text format plugin |
Mon, 24 Mar, 23:52 |
Steven Phillips (JIRA) |
[jira] [Updated] (DRILL-442) Implement text format plugin |
Mon, 24 Mar, 23:52 |
Steven Phillips |
Re: Review Request 19591: Patch for DRILL-442 |
Tue, 25 Mar, 00:10 |
Steven Phillips |
Re: Review Request 19591: Patch for DRILL-442 |
Tue, 25 Mar, 00:11 |
Steven Phillips (JIRA) |
[jira] [Updated] (DRILL-442) Implement text format plugin |
Tue, 25 Mar, 00:13 |
Steven Phillips (JIRA) |
[jira] [Commented] (DRILL-442) Implement text format plugin |
Tue, 25 Mar, 00:13 |
Venki Korukanti (JIRA) |
[jira] [Created] (DRILL-444) Using [NOT] LIKE, [NOT] SIMILAR in a query throws errors |
Tue, 25 Mar, 00:15 |
Timothy Chen |
Re: Review Request 19591: Patch for DRILL-442 |
Tue, 25 Mar, 00:18 |
Xiao Meng |
RE: Bay Area Drill Hackathon? Thoughts on hangout time? |
Tue, 25 Mar, 01:35 |