Hi Arina,
The RC1 (and now RC2) are being built in a separate branch - 1.14.0
; building the RC.. over the master would require a forced push (as the
top of master is marked 1.15.0-SNAPSHOT).
We can just work by cherry-picking the needed commits into the 1.14.0
branch. It is about the same (other than different commit IDs).
The master branch has been open for new work.
Thanks,
Boaz
On 7/30/18 1:56 PM, Arina Yelchiyeva wrote:
> Hi Boaz,
>
> it's unfortunate we have to have second iteration of RC. New RC will
> contain two commits (one from previous iteration) from:
> https://github.com/apache/drill/pull/1404
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_drill_pull_1404&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=Y5ocpPz6MxuOl_b8KpxBSxcQNRR3fYti88mdkysBYt4&s=-5i5DCVG_AdKnSWwDURr97RbD26zF2dyu0q7Tm4I9vk&e=>
> https://github.com/apache/drill/pull/1406
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_drill_pull_1406&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=Y5ocpPz6MxuOl_b8KpxBSxcQNRR3fYti88mdkysBYt4&s=_UQTeIIMlX9tdjac2_FAano7MB27pbiooXnoR1xMu14&e=>
>
> But I believe we should merge them into master first before creating
> new RC. Both has passed CR, so it's OK to merge them.
>
> Kind regards,
> Arina
>
> On Mon, Jul 30, 2018 at 11:48 PM Boaz Ben-Zvi <boaz@apache.org
> <mailto:boaz@apache.org>> wrote:
>
> OK -- RC1 is off; will produce RC2 soon with the PR #1406 (and
> thanks
> Vitalii for the other comments)
>
> Boaz
>
>
> On 7/30/18 9:53 AM, Charles Givre wrote:
> > I attempted to build from source and got the following errors:
> >
> > Results :
> >
> > Failed tests:
> >
> TestConvertCountToDirectScan.ensureCorrectCountWithMissingStatistics:153->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:103
>
> > Found unwanted pattern in plan: DynamicPojoRecordReader
> > 00-00 Screen
> > 00-01 Project(cnt_str=[$0], cnt_total=[$1])
> > 00-02 Scan(groupscan=[files =
> >
> [/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_1.parquet,
>
> >
> /Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_2.parquet],
>
> > numFiles = 2, DynamicPojoRecordReader{records = [[0, 2]]}])
> >
> >
> > Tests run: 3331, Failures: 1, Errors: 0, Skipped: 156
> >
> >
> >
> >
> >> On Jul 30, 2018, at 11:17, Vitalii Diravka
> <vitalii.diravka@gmail.com <mailto:vitalii.diravka@gmail.com>
> >> <mailto:vitalii.diravka@gmail.com
> <mailto:vitalii.diravka@gmail.com>>> wrote:
> >>
> >> Hi all!
> >>
> >> I'm in the process of verifying the Drill RC1.
> >> And I always get BUILD FAILURE for "mvn clean install". It is
> related to
> >> DRILL-6641 (PR is on review).
> >> It fails randomly from Jira description, but for me the test
> fails every
> >> time.
> >> Does anybody else have this issue? Or maybe it is my local
> environment
> >> setup causes it.
> >> I want to be sure, since I can not validate RC1 without clean
> build with
> >> unit tests.
> >>
> >> Boaz, could you please edit the [1] link, I assume it should be
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12342097
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_secure_ReleaseNote.jspa-3FprojectId-3D12313820-26version-3D12342097&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=Y5ocpPz6MxuOl_b8KpxBSxcQNRR3fYti88mdkysBYt4&s=-Mp9xWoUV5qx_S8DpTfrvCj2LQ3TyQezgzzyPfACG4Q&e=>
>
> >>
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_secure_ReleaseNote.jspa-3FprojectId-3D12313820-26version-3D12342097&d=DwMFAg&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=fsrZudttKIbOzqwzR6E8VlkHuGlqEq1RLobDOm8zivw&s=b4JQ8vrZwv1C5l6cEU2W4Al-Aiw7XHkz1RMlAUtHSec&e=>
> >> and add the space after the first link in [4].
> >>
> >> Kind regards
> >> Vitalii
> >>
> >>
> >> On Sat, Jul 28, 2018 at 2:25 AM Boaz Ben-Zvi <boaz@apache.org
> <mailto:boaz@apache.org>> wrote:
> >>
> >>> Hi Drillers,
> >>>
> >>> Proposing the *second* Release Candidate (RC1) for the Apache
> >>> Drill, version 1.14.0 .
> >>>
> >>> This RC1 includes 234 committed Jiras [1]. Thanks to all the Drill
> >>> developers who works hard and contributed to this release.
> >>>
> >>> The RC1 tarballs are hosted at [2] , and the Maven artifacts
> are at [3].
> >>>
> >>> This Release Candidate is based on (Apache Drill branch named
> "1.14.0")
> >>> commit ID: c705271d550a6adf0a874cd4a6bddd62d5ecc1d9 ,
> available at [4].
> >>>
> >>> Please download and try/test this Release Candidate.
> >>>
> >>> Given that our bylaws require 3 business days, the vote would
> end on
> >>> Wednesday, August 1st, 2018 at 5:00 PM PDT .
> >>>
> >>> [ ] +1
> >>> [ ] +0
> >>> [ ] -1
> >>>
> >>> My vote is +1 !!
> >>>
> >>> Thank you,
> >>>
> >>> Boaz
> >>>
> >>> [1]
> https://issues.apache.org/jira/browse/DRILL-6637?filter=12344431
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_DRILL-2D6637-3Ffilter-3D12344431&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=Y5ocpPz6MxuOl_b8KpxBSxcQNRR3fYti88mdkysBYt4&s=4vM3tfyDgdFRWwDVIR4nLl8_QBWwAB5xRoOnRhfMg-g&e=>
> >>>
> >>> [2] http://home.apache.org/~boaz/drill/releases/1.14.0/rc1/
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__home.apache.org_-7Eboaz_drill_releases_1.14.0_rc1_&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=Y5ocpPz6MxuOl_b8KpxBSxcQNRR3fYti88mdkysBYt4&s=TS17AseWx5j_bv2cLTjBxHS25Ycwol1TtYBDL6wxesU&e=>
> >>>
> >>> [3]
> >>>
> https://repository.apache.org/content/repositories/orgapachedrill-1049
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__repository.apache.org_content_repositories_orgapachedrill-2D1049&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=Y5ocpPz6MxuOl_b8KpxBSxcQNRR3fYti88mdkysBYt4&s=tKSqVYJq3z2RhQvIuswg6VfnBVPYbc9XQXYg7zfjVWo&e=>
> >>>
> >>> [4] https://github.com/apache/drill/tree/1.14.0OR
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_drill_tree_1.14.0OR&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=Y5ocpPz6MxuOl_b8KpxBSxcQNRR3fYti88mdkysBYt4&s=bvngXdfxydeRoHET1tV1vY5AStADWSXJ7O-9DF4STb4&e=>
> >>> https://github.com/Ben-Zvi/drill/tree/drill-1.14.0
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_Ben-2DZvi_drill_tree_drill-2D1.14.0&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=7lXQnf0aC8VQ0iMXwVgNHw&m=Y5ocpPz6MxuOl_b8KpxBSxcQNRR3fYti88mdkysBYt4&s=3cpo_IeMSwHiy6Qnyp9Bxb5wB6hdNnAvbqa47kPIonw&e=>
> (commit id:
> >>> 65a6cb5233058b24613aaecfa9c9c7007a12c7e8)
> >>>
> >>>
> >>>
> >
>
|