Author: gunther
Date: Fri Jul 11 03:35:12 2014
New Revision: 1609620
URL: http://svn.apache.org/r1609620
Log:
HIVE-7388: Remove non-ascii char from comments (Gunther Hagleitner)
Modified:
hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats/FilterSelectivityEstimator.java
Modified:
hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats/FilterSelectivityEstimator.java
URL:
http://svn.apache.org/viewvc/hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats/FilterSelectivityEstimator.java?rev=1609620&r1=1609619&r2=1609620&view=diff
==============================================================================
---
hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats/FilterSelectivityEstimator.java
(original)
+++
hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats/FilterSelectivityEstimator.java
Fri Jul 11 03:35:12 2014
@@ -97,7 +97,7 @@ public class FilterSelectivityEstimator
}
/**
- * Disjunction Selectivity -> (1 Ð(1-m1/n)(1-m2/n)) where n is the total
+ * Disjunction Selectivity -> (1 D(1-m1/n)(1-m2/n)) where n is the total
* number of tuples from child and m1 and m2 is the expected number of tuples
* from each part of the disjunction predicate.
* <p>