[GitHub] drill issue #537: DRILL-4695: Log error thrown out of drillbit.run before cl...

2016-06-29 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/537 +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

[jira] [Resolved] (DRILL-4707) Conflicting columns names under case-insensitive policy lead to either memory leak or incorrect result

2016-06-29 Thread Jinfeng Ni (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinfeng Ni resolved DRILL-4707. --- Resolution: Fixed Fix Version/s: 1.8.0 Fixed in commit:

[GitHub] drill pull request #515: DRILL-4707: Fix memory leak or incorrect query resu...

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/515 --- 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 #538: update mailing list with note

2016-06-29 Thread bbevens
GitHub user bbevens opened a pull request: https://github.com/apache/drill/pull/538 update mailing list with note Hi, I’ve updated the mailing list page with a few guidelines. I’ll post the update to drill.apache.org if everyone is okay with the content.

[GitHub] drill pull request #537: DRILL-4695: Log error thrown out of drillbit.run be...

2016-06-29 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/537 DRILL-4695: Log error thrown out of drillbit.run before close Seems reverting previous change closes the pull request, have to send a new one. Thanks Sudheesh for prompt code review at:

Implement "DROP TABLE IIF EXISTS" statement

2016-06-29 Thread Vitalii Diravka
Hi all! I'm going to implement "DROP TABLE IIF EXISTS" and "DROP VIEW IIF EXISTS" statements in Drill (DRILL-4673 ). The reason of using "IIF" is inability of adding "IF" keyword to non-reserved words list (due to SQL:2011 standard which calcite

[GitHub] drill pull request #535: DRILL-4695: Log error thrown from drillbit.run

2016-06-29 Thread chunhui-shi
Github user chunhui-shi closed the pull request at: https://github.com/apache/drill/pull/535 --- 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

Re: [ANNOUNCE] Apache Drill 1.7.0 released

2016-06-29 Thread Zelaine Fong
Yup, two releases in a row that passed on the first vote! -- Zelaine On Wed, Jun 29, 2016 at 9:20 AM, Parth Chandra wrote: > Nice work team! > And thanks Aman for managing the release so smoothly . > > > > On Tue, Jun 28, 2016 at 9:14 PM, Aman Sinha

Re: [ANNOUNCE] Apache Drill 1.7.0 released

2016-06-29 Thread Roberto Grandi
Good news! Il 29/Giu/2016 18:20, "Parth Chandra" ha scritto: > Nice work team! > And thanks Aman for managing the release so smoothly . > > > > On Tue, Jun 28, 2016 at 9:14 PM, Aman Sinha wrote: > > > On behalf of the Apache Drill community, I am happy

Re: [ANNOUNCE] Apache Drill 1.7.0 released

2016-06-29 Thread Parth Chandra
Nice work team! And thanks Aman for managing the release so smoothly . On Tue, Jun 28, 2016 at 9:14 PM, Aman Sinha wrote: > On behalf of the Apache Drill community, I am happy to announce the > release of Apache Drill 1.7.0. > > The source and binary artifacts are

Critical Bug with Column Name Clash

2016-06-29 Thread Till Haug
Hi guys My company encountered a critical bug in Apache Drill 1.7.0 (and earlier versions) and we’re not sure if this is an already known problem. If there are two columns with the same name in two different tables, there seems to be a conflict. Example 1: select t.emp_no as col_one,

[jira] [Resolved] (DRILL-4693) Incorrect column ordering when CONVERT_FROM() json is used

2016-06-29 Thread Aman Sinha (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aman Sinha resolved DRILL-4693. --- Resolution: Fixed Fix Version/s: 1.7.0 Fix was committed earlier (see commit # 6ddd5fa).

Re: -ERROR [HY000] [MapR][Drill] (1040) Drill failed to execute the query

2016-06-29 Thread Neeraja Rentachintala
Drill doesn't support SELECT INTO syntax currently. You need to use Create Table As. On Tue, Jun 28, 2016 at 11:30 PM, Omkar Pathallapalli wrote: > Hi team, > > When i issued query in apache drill iam getting this error how can i > resolve this > > ERROR [HY000]

Re:-ERROR [HY000] [MapR][Drill] (1040) Drill failed to execute the query

2016-06-29 Thread Omkar Pathallapalli
Hi team, When i issued query in apache drill iam getting this error how can i resolve this ERROR [HY000] [MapR][Drill] (1040) Drill failed to execute the query: select distinct ani,calldate,count(distinct(did)) Count_of_did,destcode,trffclass,sum(talktime)/60.mo_talktime,custcode into