rubenada commented on code in PR #6477:
URL: https://github.com/apache/hive/pull/6477#discussion_r3250686583
##########
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/FilterSelectivityEstimator.java:
##########
@@ -226,7 +234,7 @@ public Double visitCall(RexCall call) {
* @return true if the expression is a removable cast, false otherwise
*/
private boolean isRemovableCast(RexNode exp, HiveTableScan tableScan) {
- if(SqlKind.CAST != exp.getKind()) {
+ if (SqlKind.CAST != exp.getKind()) {
Review Comment:
Reverted, just in case.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]