kgyrtkirk commented on a change in pull request #1726:
URL: https://github.com/apache/hive/pull/1726#discussion_r565500287
##########
File path:
storage-api/src/java/org/apache/hadoop/hive/ql/io/sarg/SearchArgument.java
##########
@@ -162,6 +162,11 @@ public boolean isNeeded() {
*/
public ExpressionTree getExpression();
+ /**
+ * Get the expression tree without the
Review comment:
unfinished sentece
##########
File path:
storage-api/src/java/org/apache/hadoop/hive/ql/io/sarg/SearchArgument.java
##########
@@ -162,6 +162,11 @@ public boolean isNeeded() {
*/
public ExpressionTree getExpression();
+ /**
+ * Get the expression tree without the
+ */
+ public ExpressionTree getUnexpandedExpression();
Review comment:
I find `unexpanded` a little strange - a different keyword might fit
this thing better (what do you think about compact or original).
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]