Skip to content

Commit 6771107

Browse files
yjhjstzCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e206e25 commit 6771107

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/backend/gporca/libgpopt/include/gpopt/operators/CPhysicalDynamicTableScan.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ class CPhysicalDynamicTableScan : public CPhysicalDynamicScan
7575
CMemoryPool *mp, CExpressionHandle &exprhdl) const override;
7676

7777
// return rewindability property enforcing type for this operator
78-
CEnfdProp::EPropEnforcingType EpetRewindability(
79-
CExpressionHandle &, // exprhdl
80-
const CEnfdRewindability * // per
81-
) const override;
78+
CEnfdProp::EPropEnforcingType EpetRewindability(CExpressionHandle &, const CEnfdRewindability *) const override;
8279

8380
}; // class CPhysicalDynamicTableScan
8481

0 commit comments

Comments
 (0)