yjhjstz commented on code in PR #971: URL: https://github.com/apache/cloudberry/pull/971#discussion_r1974018622
########## src/test/regress/expected/partition_locking_optimizer.out: ########## @@ -284,11 +284,14 @@ insert into partlockt values(1), (2), (3); insert into partlockt values(1), (2), (3); insert into partlockt values(1), (2), (3); select * from locktest_master where coalesce not like 'gp_%' and coalesce not like 'pg_%'; - coalesce | mode | locktype | node ------------+------------------+----------+-------- - partlockt | AccessShareLock | relation | master - partlockt | RowExclusiveLock | relation | master -(2 rows) + coalesce | mode | locktype | node Review Comment: origin commit does not, I suggest not add. ########## src/test/regress/expected/partition_locking_optimizer.out: ########## @@ -284,11 +284,14 @@ insert into partlockt values(1), (2), (3); insert into partlockt values(1), (2), (3); insert into partlockt values(1), (2), (3); select * from locktest_master where coalesce not like 'gp_%' and coalesce not like 'pg_%'; - coalesce | mode | locktype | node ------------+------------------+----------+-------- - partlockt | AccessShareLock | relation | master - partlockt | RowExclusiveLock | relation | master -(2 rows) + coalesce | mode | locktype | node Review Comment: origin commit does not, I suggest do not add. -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org