Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.38.0
Description
ASOF join was introduced recently by CALCITE-6372
The implementation parallels the join implementation. However, the function RelOptUtil.pushDownJoinConditions may adjust the join condition. When that happens, the asof matchCondition may need to be adjusted too. This last adjustment is missing, which can cause the matchCondition to be wrong, because the offsets of the RexInputRef fields are not appropriately adjusted.
Attachments
Issue Links
- is related to
-
CALCITE-6372 Support ASOF joins
- Closed
- links to