Innovimax Moz created CALCITE-5014:
--------------------------------------
Summary: PartiallyOrderedSet definition of antisymmetric is
incorrect
Key: CALCITE-5014
URL: https://issues.apache.org/jira/browse/CALCITE-5014
Project: Calcite
Issue Type: Bug
Reporter: Innovimax Moz
in [PartiallyOrderedSet (Apache Calcite
API)|https://calcite.apache.org/javadocAggregate/org/apache/calcite/util/PartiallyOrderedSet.html]
we can read
* anti-symmetric: if e.lte(f) returns true, then f.lte(e) returns +_*false*_+
only if e = f;
instead we should read
* anti-symmetric: if e.lte(f) returns true, then f.lte(e) returns *_+true+_*
only if e = f;
--
This message was sent by Atlassian Jira
(v8.20.1#820001)