HappenLee commented on code in PR #59591:
URL: https://github.com/apache/doris/pull/59591#discussion_r2786122225
##########
be/src/pipeline/exec/hashjoin_probe_operator.cpp:
##########
@@ -75,6 +76,9 @@ Status HashJoinProbeLocalState::open(RuntimeState* state) {
RETURN_IF_ERROR(JoinProbeLocalState::open(state));
auto& p = _parent->cast<HashJoinProbeOperatorX>();
+
+ // ASOF JOIN inequality direction is set during build phase
(build_asof_index)
Review Comment:
what the comment for ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]