Dmitry Lychagin has posted comments on this change. Change subject: [NO ISSUE] SQL++ doc updates ......................................................................
Patch Set 1: (4 comments) https://asterix-gerrit.ics.uci.edu/#/c/2631/1/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md File asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md: Line 53: | *, /, DIV, %, MOD | Multiplication, division, modulo | there're no DIV and MOD on release-0.9.4-pre-rc branch. The commit that introduces them was merged to the master. This line needs to be reverted. Line 75: | *, /, DIV, %, MOD | Multiply, divide (numbers or integers), modulo | SELECT VALUE 4 / 2.0; | same as above. no DIV/MOD on release-0.9.4-pre-rc branch. We need to revert this line https://asterix-gerrit.ics.uci.edu/#/c/2631/1/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_declare_dataverse.md File asterixdb/asterix-doc/src/main/markdown/sqlpp/3_declare_dataverse.md: PS1, Line 24: namespaces this is not the only place where we talk about dataverses. Why rename it here? https://asterix-gerrit.ics.uci.edu/#/c/2631/1/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md File asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md: Line 1204: <!--- (NOTE: THE FOLLOWING ALIAS FEATURE IS BEING RETRACTED!) why comment out? This is still valid. Column aliases can be used in ORDER BY. (but cannot be used in GROUP BY) -- To view, visit https://asterix-gerrit.ics.uci.edu/2631 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3cdb400893609c578b6467586bcc2d15f2106996 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: release-0.9.4-pre-rc Gerrit-Owner: Till Westmann <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Dmitry Lychagin <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-HasComments: Yes
