-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JIRA : USER-2015 #55
base: develop
Are you sure you want to change the base?
JIRA : USER-2015 #55
Conversation
Add brackets around order by columns
Fix target dimensions in case of automatic join resolution
…re via Ashutosh Chauhan) git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1586496 13f79535-47bb-0310-9956-ffa450edef68
… Thejas Nair) git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1576343 13f79535-47bb-0310-9956-ffa450edef68
Fix partition push down for RIGHT/FULL outer joins
Add current database name as prefix in cube rewriter
Preserve user specified join type
Cache join clause in join resolver
making protobuf provided
Fix NPE in CandidateFactResolver when column name is same as alias name
Accept queries on all base cubes
Accept queries spanning multiple facts with common dimensions
- Adding Domain clause to GRILL/LENS grammar as an entry point to "User DSL" modified: ql/src/java/org/apache/hadoop/hive/ql/parse/HiveLexer.g modified: ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g
Pls add a UT for this like we discussed..Before that pls discuss with @Amareshwari if they are planning to migrate the grammar soon? |
User related DSL shouldn't be part of the Hive repo. Very soon we will get On Mon, Nov 3, 2014 at 11:05 AM, Suma S [email protected] wrote:
|
Hi Sharad, This pull request is to add a DOMAIN clause to the grammar similiar to CUBE clause and this doesnt For GRILL to differentiate between a normal Hive query and a DSL query , DOMAIN SELECT......... Since the grammar hasnt been ported to GRILL yet, we have raised the pull Thanks On Mon, Nov 3, 2014 at 11:31 AM, sharadag [email protected] wrote:
The information contained in this communication is intended solely for the |
+Sharad On Mon, Nov 3, 2014 at 12:15 PM, Suma Shivaprasad <
The information contained in this communication is intended solely for the |
@sumashivaprasad : As discussed raising a pull request for the UnitTest in GRILL codebase. |
Are there changes in analyzers? Are you adding your own analyzer as part of domain? Also on a side note, Please don't include InMobi JIRA issue numbers in the pull request, instead its better to copy description from the JIRA to the description of pull request. |
Each DSL will be parsed and rewritten through a DSL implementation . Please refer InMobi/grill#121 for more details .Grill will hand over the rewrite once it detects its a DSL. Here DSLCommand/DSLCommandImpl is the class which does this. |
+1 for the code change |
@jdhok the unittest will be added to grill but we have run the following tests on the grammar https://github.corp.inmobi.com/user/domain-systems/blob/analytics/querylayer/grammar/src/test/java/org/apache/hadoop/hive/ql/parse/UserQLDriverTest.java |
Adding Domain clause to GRILL/LENS grammar as an entry point to "User DSL"
modified: ql/src/java/org/apache/hadoop/hive/ql/parse/HiveLexer.g
modified: ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g