Issue Number: 700284a
| Issue | When inequality (, =) conditions with Tuple-type values on both sides are applied to Index Range Scan, result errors occur. |
| Cause | A processing logic that uniformly assumes columns used in the condition as NOT NULL was applied, so when there are NULL values in columns other than the first column of the Tuple, it was not properly reflected. |
| Solutions | The processing logic was improved so that key columns used for Tuple comparison in Index Scan can include NULL values, ensuring that the meaning of the condition is accurately reflected. |