[jira] [Created] (DRILL-5255) Drill requires that dfs.tmp be set up a start time, even if CTTAS not used

2017-02-10 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5255: -- Summary: Drill requires that dfs.tmp be set up a start time, even if CTTAS not used Key: DRILL-5255 URL: https://issues.apache.org/jira/browse/DRILL-5255 Project: Apache

[GitHub] drill pull request #717: DRILL-5080: Memory-managed version of external sort

2017-02-10 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/717#discussion_r100657733 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/spill/RecordBatchSizer.java --- @@ -0,0 +1,293 @@ +/* + * Licensed to the

[jira] [Created] (DRILL-5254) Enhance default reduction factors in optimizer

2017-02-10 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5254: -- Summary: Enhance default reduction factors in optimizer Key: DRILL-5254 URL: https://issues.apache.org/jira/browse/DRILL-5254 Project: Apache Drill Issue Type:

[GitHub] drill pull request #744: DRILL-5040: Parquet writer unable to delete table f...

2017-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/744 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] drill pull request #581: DRILL-4864: Add ANSI format for date/time functions

2017-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/581 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] drill issue #744: DRILL-5040: Parquet writer unable to delete table folder o...

2017-02-10 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/744 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] drill issue #581: DRILL-4864: Add ANSI format for date/time functions

2017-02-10 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/581 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] drill pull request #594: DRILL-4842: SELECT * on JSON data results in Number...

2017-02-10 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/594#discussion_r100653436 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java --- @@ -492,10 +537,18 @@ private void

[jira] [Created] (DRILL-5253) External sort fails with OOM error (Fails to allocate sv2)

2017-02-10 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5253: Summary: External sort fails with OOM error (Fails to allocate sv2) Key: DRILL-5253 URL: https://issues.apache.org/jira/browse/DRILL-5253 Project: Apache

[GitHub] drill issue #717: DRILL-5080: Memory-managed version of external sort

2017-02-10 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/717 Rebased and squashed commits to prepare for pulling into master. Revised the code to estimate batch size. @Ben-Zvi, can you take a quick look? --- If your project is set up for it, you

[jira] [Created] (DRILL-5252) A condition returns always true

2017-02-10 Thread JC (JIRA)
JC created DRILL-5252: - Summary: A condition returns always true Key: DRILL-5252 URL: https://issues.apache.org/jira/browse/DRILL-5252 Project: Apache Drill Issue Type: Bug Reporter: JC

[GitHub] drill issue #739: DRILL-5230: Translation of millisecond duration into hours...

2017-02-10 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/739 @paul-rogers Created a new SimpleDurationFormat class. We can expand to have more formats, or reimplement on lines of SimpleDateFormat by passing format strings in the future. Hope this helps. ---

[GitHub] drill pull request #742: DRILL-5242: The UI breaks when rendering profiles h...

2017-02-10 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/742#discussion_r100612470 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -163,11 +165,18 @@ public String

Time zone

2017-02-10 Thread Julian Hyde
Can someone please clarify the timezone behavior of Drill’s TIMESTAMP data type. According to the SQL standard, there is no timezone stored in a TIMESTAMP value, nor is there an implicit time zone (such as UTC or the server or session’s time zone). Under the standard model, TIMESTAMP

[jira] [Created] (DRILL-5251) Fields called 'Name' causing IndexOutOfBounds exception in Joins

2017-02-10 Thread Charles Givre (JIRA)
Charles Givre created DRILL-5251: Summary: Fields called 'Name' causing IndexOutOfBounds exception in Joins Key: DRILL-5251 URL: https://issues.apache.org/jira/browse/DRILL-5251 Project: Apache Drill

[jira] [Created] (DRILL-5250) Date is stored wrongly in HIVE generated JSON

2017-02-10 Thread Ravan (JIRA)
Ravan created DRILL-5250: Summary: Date is stored wrongly in HIVE generated JSON Key: DRILL-5250 URL: https://issues.apache.org/jira/browse/DRILL-5250 Project: Apache Drill Issue Type: Bug