zhangyue-hashdata commented on code in PR #724:
URL: https://github.com/apache/cloudberry/pull/724#discussion_r2009429722
##########
src/backend/executor/nodeSeqscan.c:
##########
@@ -244,12 +281,27 @@ void
ExecReScanSeqScan(SeqScanState *node)
{
TableScanDesc scan;
+ ScanKey keys;
scan = node->ss.ss_currentScanDesc;
+ /*
+ * Clear all the pushdown scan keys.
Review Comment:
I revert the fix with
https://github.com/apache/cloudberry/pull/724/commits/05cfbdbc25f50f6ec164fb7229ee8140a27de84f
--
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]