-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.12.0, 1.11.2
-
Component/s: Table SQL / Planner
-
Labels:
Currently, we use `Arrays.equals()` function to compare two binary fields in ScalarOperatorGens#generateComparison.
This will lead to the Incorrect result in '<', '>', '>=', '<=' operator.