Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.2, 1.12.0
Description
Currently, we use `Arrays.equals()` function to compare two binary fields in ScalarOperatorGens#generateComparison.
This will lead to the Incorrect result in '<', '>', '>=', '<=' operator.