VenuReddy2103 commented on a change in pull request #3436:
[CARBONDATA-3548]Geospatial Support: Modified to create and load the table with
a nonschema dimension sort column. And added InPolygon UDF
URL: https://github.com/apache/carbondata/pull/3436#discussion_r373042454
##########
File path:
core/src/main/java/org/apache/carbondata/core/scan/filter/FilterExpressionProcessor.java
##########
@@ -323,6 +323,11 @@ private FilterResolverIntf
createFilterResolverTree(Expression expressionTree,
case TRUE:
return getFilterResolverBasedOnExpressionType(ExpressionType.TRUE,
false,
expressionTree, tableIdentifier, expressionTree);
+ case POLYGON:
+ if (expressionTree.getChildren().isEmpty()) {
Review comment:
Have refactored the code. This check is not required anymore. Have removed
it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services