-1

There are a few diffs between the tag and the archive.
I’ve attached the diff I see (left side is the tag, right side the archive).

Sorry,
Till

On 30 Sep 2015, at 19:26, Ian Maxon wrote:

Hi everyone,

Please verify and vote on the first full Apache AsterixDB release!

The tag to be voted on is

asterix-0.8.7-incubating
commit : 44ae40a100a77ddd03490c61330bc6f4eff94f4d
link: https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;a=tag;h=refs/tags/asterix-0.8.7-incubating

The artifacts, md5s, and signatures are at:

https://dist.apache.org/repos/dist/dev/incubator/asterixdb/asterix-0.8.7-incubating-source-release.zip
https://dist.apache.org/repos/dist/dev/incubator/asterixdb/asterix-0.8.7-incubating-source-release.zip.asc
https://dist.apache.org/repos/dist/dev/incubator/asterixdb/asterix-0.8.7-incubating-source-release.zip.md5
https://dist.apache.org/repos/dist/dev/incubator/asterixdb/asterix-0.8.7-incubating-source-release.zip.sha1

MD5: 3a50db778811c2e9d2eb07028e5bbc15
SHA1: a224abed4a1e1fb0193cecfaf8f973ebd2e24005

Additionally, a staged maven repository is available at:
https://repository.apache.org/content/repositories/orgapacheasterix-1008/

The KEYS file containing the PGP keys used to sign the release can be found at

https://dist.apache.org/repos/dist/release/incubator/asterixdb/KEYS

RAT was executed as part of Maven via the RAT maven plugin, but it
excludes the following paths:

**/*.adm
**/*.aql
**/*.csv
**/*.ddl
**/*.iml
**/*.out
**/*.tbl
**/*.tsv
**/*.txt
**/*.xsd

These files either are either data for tests, procedurally generated,
or source files which come without a header mentioning their license,
but have an explicit reference in the LICENSE file.

The vote is open for 72 hours, or until the necessary number of votes
(3 +1) has been reached.

Please vote
[ ] +1 release this package as Apache AsterixDB 0.8.7-incubating
[ ] 0 No strong feeling either way
[ ] -1 do not release this package because ...

Thanks!
- Ian
Only in .: .git
Only in .: .gitattributes
Only in .: .gitignore
Only in .: README.md
Only in ./asterix-app/data: schemas
Only in ./asterix-app: scripts
diff -r ./asterix-doc/src/site/markdown/aql/primer-sql-like.md 
../asterix-0.8.7-incubating/asterix-doc/src/site/markdown/aql/primer-sql-like.md
356c356
< the _return_ clause in AQL is like the _select_ clause in SQL (but appears at 
the end instead of
---
> the _return_ clause in AQL is like the _return_ clause in SQL (but appears at 
> the end instead of
377c377
< The query's _from_ clause  binds the variable `$user` incrementally to the 
data instances residing in
---
> The query's _for_ clause  binds the variable `$user` incrementally to the 
> data instances residing in
380c380
< The _select_ clause returns the (entire) data instance for each binding that 
satisfies the predicate.
---
> The _return_ clause returns the (entire) data instance for each binding that 
> satisfies the predicate.
513c513
< (It is worth knowing, with respect to influencing AsterixDB's query 
evaluation, that nested _from_
---
> (It is worth knowing, with respect to influencing AsterixDB's query 
> evaluation, that nested _for_
710c710
< The _from_ clause incrementally binds $t to tweets, and the _group by_ clause 
groups the tweets by its
---
> The _for_ clause incrementally binds $t to tweets, and the _group by_ clause 
> groups the tweets by its
713c713
< Thus, following the _group by_ clause, the _select_ clause in this query sees 
a sequence of $t groups,
---
> Thus, following the _group by_ clause, the _return_ clause in this query sees 
> a sequence of $t groups,
715c715
< In the context of the _select_ clause, due to "... keeping $t ...", $uid is 
bound to the tweeter's id and $t
---
> In the context of the return clause, due to "... with $t ...", $uid is bound 
> to the tweeter's id and $t
717c717
< The _select_ clause constructs a result record containing the tweeter's user 
id and the count of the items
---
> The return clause constructs a result record containing the tweeter's user id 
> and the count of the items
772c772
<         with $c := count($t)
---
>         let $c := count($t)
Only in ./asterix-fuzzyjoin: .gitignore
Only in ./asterix-fuzzyjoin/data: verify.sh
Only in ./asterix-fuzzyjoin/data: verify.stage1.sh
Only in ./asterix-fuzzyjoin/data: verify.stage2.sh
Only in ./asterix-fuzzyjoin/data: verify.stage3.sh
Only in ./asterix-maven-plugins/lexer-generator-maven-plugin: 
Asterix_ADM_Parser.md
Only in ./asterix-maven-plugins/lexer-generator-maven-plugin: README.md
Only in ./asterix-tools: scripts
Only in .: tag.diff

Reply via email to