Looks like a regression. I don't think we should hold up the release but let's get it fixed asap and incorporate a test so we don't have this regression in the future.
On Fri, May 1, 2015 at 6:12 AM, Kamesh <[email protected]> wrote: > I just wanted to report the following issue > > Working on 0.8.0 release > ======================== > > 0: jdbc:drill:zk=localhost:2181> select * from > dfs.tmp.`mongo_extended.json`; > > +------------+------------+------------+------------+------------+------------+------------+ > | _id | name | city | dob | email | since > | nosqltype | > > +------------+------------+------------+------------+------------+------------+------------+ > | {"$oid":"5501be17b22a06aab8557c2f"} | y | blr | > {"$date":"2015-03-12T21:54:31.809+0530"} | {} | {"$timestamp":{}} | > {} | > | {"$oid":"55362ba2d4c6782a8ec77551"} | z | null | {} > | {"$binary":"ASNFZ4mrze/+3LqYdlQyEA==","$type":"03"} | {"$timestamp":{}} > | {} | > | {"$oid":"5536309bd4c6782a8ec77554"} | c | null | {} > | {} | {"$timestamp":{"t":1412180887,"i":1}} | {} | > | {"$oid":"553772b1d4c675cc20067d18"} | d | null | {} > | {} | {"$timestamp":{}} | {"$binary":"bW9uZ28=","$type":"05"} | > | {"$oid":"55378343d4c675cc20067d1a"} | e | null | {} > | {} | {"$timestamp":{}} | {"$binary":"MTAuODY=","$type":"01"} | > > +------------+------------+------------+------------+------------+------------+------------+ > 5 rows selected (0.153 seconds) > > > Failed on 0.9.0-rc2 release > =========================== > > 0: jdbc:drill:zk=localhost:2181> select * from > dfs.tmp.`mongo_extended.json`; > Query failed: DATA_READ ERROR: Error parsing JSON - Failure while reading > ExtendedJSON typed value. Expected a END_OBJECT but received a token of > type FIELD_NAME > > File /tmp/mongo_extended.json > Record 2 > Column 129 > Fragment 0:0 > > [d5febe35-5974-4d82-a4fc-aa3f4840f742 on localhost:31010] > Error: exception while executing query: Failure while executing query. > (state=,code=0) > > JIRA : https://issues.apache.org/jira/browse/DRILL-2879 > > > > > > On Fri, May 1, 2015 at 5:09 AM, Jason Altekruse <[email protected]> > wrote: > > > downloaded and built the source distribution. Ran a few queries from > > embedded sqlline and did some sanity checking of the Web UI. > > > > +1 binding > > > > On Thu, Apr 30, 2015 at 4:25 PM, Julian Hyde <[email protected]> > wrote: > > > > > +1 > > > > > > Downloaded src, built & ran tests on x86_64, ubuntu-15.04, jdk > > > 1.7.0_79-b15, America/Los_Angeles[1]. > > > > > > Verified md5, sha1, sac for src and binary[2]. > > > > > > Julian > > > > > > [1] Guess who was bitten by a timezone bug last release. > > > > > > [2] Here’s the tool I use to check signatures: > > > https://github.com/julianhyde/share/blob/master/tools/checkKeys.sh > > > > > > On Apr 30, 2015, at 3:34 PM, Steven Phillips <[email protected]> > > > wrote: > > > > > > > +1 > > > > > > > > Verified md5 and sha1 sums for both src and binary. > > > > > > > > Also verified the signature for both. > > > > > > > > On Thu, Apr 30, 2015 at 2:41 PM, Jacques Nadeau <[email protected]> > > > wrote: > > > > > > > >> Hey Everybody, > > > >> > > > >> I'd like to propose a new release of Apache Drill: version 0.9.0. > > This > > > is > > > >> the third release candidate (rc2) and incorporates a critical bug > fix > > > found > > > >> in rc0 and not entirely fixed in rc1 (DRILL-2916). > > > >> > > > >> This release includes 201 resolved JIRAs [1]. > > > >> > > > >> The artifacts are hosted at [2]. > > > >> > > > >> The vote will be open for ~72 hours, ending 14:00 Pacific, May 3, > 2015 > > > >> > > > >> [ ] +1 > > > >> [ ] +0 > > > >> [ ] -1 > > > >> > > > >> Thanks for testing this again. Hopefully, this will be our last > > > candidate. > > > >> > > > >> Jacques > > > >> > > > >> [1] > > > >> > > > >> > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12328813&projectId=12313820 > > > >> [2] http://people.apache.org/~jacques/apache-drill-0.9.0.rc2/ > > > >> > > > > > > > > > > > > > > > > -- > > > > Steven Phillips > > > > Software Engineer > > > > > > > > mapr.com > > > > > > > > > > > > -- > Kamesh. >
