[VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-09 Thread Jinfeng Ni
Hello all, I'd like to propose the zeroth release candidate (rc0) of Apache Drill, version 1.8.0. It covers a total of 37 resolved JIRAs [1]. Thanks to everyone who contributed to this release. The tarball artifacts are hosted at [2] and the maven artifacts are hosted at [3]. This release

[jira] [Created] (DRILL-4840) Sqlline prints log output to stdout on startup

2016-08-09 Thread Parth Chandra (JIRA)
Parth Chandra created DRILL-4840: Summary: Sqlline prints log output to stdout on startup Key: DRILL-4840 URL: https://issues.apache.org/jira/browse/DRILL-4840 Project: Apache Drill Issue

question on failed unit test (in protobuf)

2016-08-09 Thread Dave Oshinsky
I have a drill 1.7 node (Windows 7, Java 8) in which I've made numerous experimental changes to try adding a new kind of vector, VarDecimal. I found that I needed to modify Types.proto to add "VARDECIMAL = 43;", and I ran protoc.exe to generate a new TypeProtos.java. Do I need to change

[jira] [Created] (DRILL-4839) NumberFormatException with union all when a column on one side contains all nulls

2016-08-09 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4839: Summary: NumberFormatException with union all when a column on one side contains all nulls Key: DRILL-4839 URL: https://issues.apache.org/jira/browse/DRILL-4839

[jira] [Resolved] (DRILL-4836) ZK Issue during Drillbit startup, possibly due to race condition

2016-08-09 Thread Sudheesh Katkam (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudheesh Katkam resolved DRILL-4836. Resolution: Fixed Fixed in

Re: Suggestions for hangout topics for 08/09

2016-08-09 Thread Parth Chandra
Copy of Mehant's doc here: https://docs.google.com/document/d/1IsfU3JwW8VF8Zyra7FIRoGrvyDe87iFJHTXGLbpD36U/edit?usp=sharing On Tue, Aug 9, 2016 at 11:15 AM, Gautam Parai wrote: > Minutes from the hangout > > Attendees: Alok, Aman, Arina, Dave, Jason, Paul, Subbu,

Re: Time for a 1.8 release

2016-08-09 Thread Jinfeng Ni
Both DRILL-4836 and DRILL-4766 were merged. I'll start to build the release today. On Tue, Aug 9, 2016 at 9:40 AM, Zelaine Fong wrote: > Looks like DRILL-4795 also got pushed this morning. > > I haven't seen a pull request for DRILL-4836, so I assume that one is still >

[GitHub] drill pull request #564: DRILL-4836: ZK Issue during Drillbit startup, possi...

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/564 --- 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 #561: DRILL-4766: FragmentExecutor should use EventProces...

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/561 --- 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

[jira] [Resolved] (DRILL-4795) Nested aggregate windowed query fails - IllegalStateException

2016-08-09 Thread Gautam Kumar Parai (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautam Kumar Parai resolved DRILL-4795. --- Resolution: Fixed Closed with commit: 0bac42dec63a46ca787f6c5fe5a51b9a97e0d6cc >

[jira] [Resolved] (DRILL-4796) AssertionError - Nested sum(avg(c1)) over window

2016-08-09 Thread Gautam Kumar Parai (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautam Kumar Parai resolved DRILL-4796. --- Resolution: Fixed Closed with commit: 0bac42dec63a46ca787f6c5fe5a51b9a97e0d6cc >

[GitHub] drill issue #564: DRILL-4836: ZK Issue during Drillbit startup, possibly due...

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

Re: Suggestions for hangout topics for 08/09

2016-08-09 Thread Gautam Parai
Minutes from the hangout Attendees: Alok, Aman, Arina, Dave, Jason, Paul, Subbu, Vitalii, Zelaine, Padma, Jinfeng, Parth, Gautam 1. 1.8 RELEASE 4836 - Regression from 1.4 (February) Pull req open. Trying to fix in 1.8. Sudheesh will review it. 4766 - PR from Hakim. Is it a regression? If no,

Re: Suggestions for hangout topics for 08/09

2016-08-09 Thread Gautam Parai
The hangout will start shortly. Here is the link: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc On Mon, Aug 8, 2016 at 12:47 PM, Jason Altekruse wrote: > Yeah, I can join the hangout tomorrow to talk about the PR, thanks for the > heads up. > > Jason

Re: Time for a 1.8 release

2016-08-09 Thread Zelaine Fong
Looks like DRILL-4795 also got pushed this morning. I haven't seen a pull request for DRILL-4836, so I assume that one is still pending. What about DRILL-4766? I see a +1 on that pull request, but don't think this has been pushed. -- Zelaine -- Zelaine On Mon, Aug 8, 2016 at 9:08 PM,

[GitHub] drill issue #563: [DRILL-4795] Nested aggregate windowed query fails-Illegal...

2016-08-09 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/563 +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 #563: [DRILL-4795] Nested aggregate windowed query fails-...

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/563 --- 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

[jira] [Created] (DRILL-4838) Storage plugin directory location visibility in installation guide

2016-08-09 Thread Arnaud Linz (JIRA)
Arnaud Linz created DRILL-4838: -- Summary: Storage plugin directory location visibility in installation guide Key: DRILL-4838 URL: https://issues.apache.org/jira/browse/DRILL-4838 Project: Apache Drill

[jira] [Created] (DRILL-4837) go odbc 连接drill,默认会在sql后面加上limit 0

2016-08-09 Thread xwinie (JIRA)
xwinie created DRILL-4837: - Summary: go odbc 连接drill,默认会在sql后面加上limit 0 Key: DRILL-4837 URL: https://issues.apache.org/jira/browse/DRILL-4837 Project: Apache Drill Issue Type: Bug