Re: [VOTE] Release Apache Drill 1.7.0 rc0

2016-06-23 Thread Zelaine Fong
I believe DRILL-4658 should be excluded from the 1.7 fix list as it's the same fix as DRILL-3149, which got backed out. -- Zelaine On Thu, Jun 23, 2016 at 4:45 PM, Aman Sinha wrote: > It looks like link [2] is wrong. Here's the correct link: > [2]

Re: [VOTE] Release Apache Drill 1.7.0 rc0

2016-06-23 Thread Aman Sinha
It looks like link [2] is wrong. Here's the correct link: [2] http://home.apache.org/~amansinha/drill/1.7.0/rc0/ On Thu, Jun 23, 2016 at 4:41 PM, Aman Sinha wrote: > > Hello all, > > I'd like to propose the zeroth release candidate (rc0) of Apache Drill, > version

[VOTE] Release Apache Drill 1.7.0 rc0

2016-06-23 Thread Aman Sinha
Hello all, I'd like to propose the zeroth release candidate (rc0) of Apache Drill, version 1.7.0. It covers a total of 58 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] [Resolved] (DRILL-4733) max(dir0) reading more columns than necessary

2016-06-23 Thread Aman Sinha (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aman Sinha resolved DRILL-4733. --- Resolution: Fixed Merged [~arina]'s fix in commit #: e047e10 > max(dir0) reading more columns than

[GitHub] drill issue #521: DRILL-4715: Fix java compilation error in run-time generat...

2016-06-23 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/521 @sudheeshkatkam , do you want to take a quick look and see if I have addressed your comments? Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear

[jira] [Created] (DRILL-4752) Remove submit_plan script from Drill distribution

2016-06-23 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-4752: -- Summary: Remove submit_plan script from Drill distribution Key: DRILL-4752 URL: https://issues.apache.org/jira/browse/DRILL-4752 Project: Apache Drill Issue

[jira] [Created] (DRILL-4751) Remove dumpcat script from Drill distribution

2016-06-23 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-4751: -- Summary: Remove dumpcat script from Drill distribution Key: DRILL-4751 URL: https://issues.apache.org/jira/browse/DRILL-4751 Project: Apache Drill Issue Type:

[GitHub] drill pull request #531: DRILL-4733: max(dir0) reading more columns than nec...

2016-06-23 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/531#discussion_r68207004 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/TestImplicitFileColumns.java --- @@ -110,4 +111,20 @@ public void

Re: DRILL-4199: Add Support for HBase 1.X - planning to merge

2016-06-23 Thread qiang li
Hi all, Just to report my test progress. As the SQL always throw schema changes exception. I reformatted my SQL, now it will not throw exception. I changed SQL *from * select CONVERT_FROM(BYTE_SUBSTR(`ref0`.row_key,-8,8),'BIGINT_BE') as uid, convert_from(`ref0`.`v`.`v`,'UTF8') as v from

Re: Getting back on Calcite master: only a few steps left

2016-06-23 Thread Jinfeng Ni
Hi All, It has been a while since we had discussion about getting Drill back to Calcite master. We have made good progress by merging patches to Calcite master. Thanks everyone who helped on this effort! I took a look at the spreadsheet [1], and marked the patches based on what I understand. So