[
https://issues.apache.org/jira/browse/HIVE-24458?focusedWorklogId=518603&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-518603
]
ASF GitHub Bot logged work on HIVE-24458:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Dec/20 19:04
Start Date: 01/Dec/20 19:04
Worklog Time Spent: 10m
Work Description: omalley opened a new pull request #1726:
URL: https://github.com/apache/hive/pull/1726
This pull request provides a method to get a non-normalized copy of the SArg
expression. This can be useful for applications where the smaller
non-normalized expression is useful.
I've changed the SArg ExpressionTree leaves to keep a pointer to the
PredicateLeafImpl rather than just the id. That makes a lot of things easier,
including dealing with keeping the normalized and non-normalized versions in
sync with the leaves.
It also changes the format of the toString to be easier to read, but to make
the old tests easier to port I've provided a toOldString method that generates
the old string.
----------------------------------------------------------------
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: 518603)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Time Spent: 10m
> 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)