[
https://issues.apache.org/jira/browse/HIVE-24458?focusedWorklogId=543636&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543636
]
ASF GitHub Bot logged work on HIVE-24458:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jan/21 13:29
Start Date: 28/Jan/21 13:29
Worklog Time Spent: 10m
Work Description: pgaref commented on a change in pull request #1726:
URL: https://github.com/apache/hive/pull/1726#discussion_r566080036
##########
File path:
storage-api/src/java/org/apache/hadoop/hive/ql/io/sarg/SearchArgument.java
##########
@@ -162,6 +162,13 @@ public boolean isNeeded() {
*/
public ExpressionTree getExpression();
+ /**
+ * Get the expression tree without the normalization to conjunctive normal
Review comment:
Nit: maybe we should also explicitly mention in **getExpression** doc
that it normalizes the expression
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 543636)
Time Spent: 40m (was: 0.5h)
> Allow access to SArgs without converting to disjunctive normal form
> -------------------------------------------------------------------
>
> Key: HIVE-24458
> URL: https://issues.apache.org/jira/browse/HIVE-24458
> Project: Hive
> Issue Type: Improvement
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> For some use cases, it is useful to have access to the SArg expression in a
> non-normalized form. Currently, the SArg only provides the fully normalized
> expression.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)