Copilot commented on code in PR #63556:
URL: https://github.com/apache/doris/pull/63556#discussion_r3292021655


##########
regression-test/suites/external_table_p0/paimon/test_paimon_gcs.groovy:
##########
@@ -32,6 +32,7 @@ suite("test_paimon_gcs", 
"p0,external,doris,new_catalog_property") {
                     CREATE CATALOG ${catalog_name} PROPERTIES (
                             'type' = 'paimon',
                             'warehouse' = '${gcs_warehouse}',
+                            'fs.gcs.support' = 'true',
                             '${propertyPrefix}.endpoint' = '${gcs_endpoint}',

Review Comment:
   The added `'fs.gcs.support' = 'true'` property is duplicated across both 
catalog definitions in this test. Consider extracting the shared property block 
(or a helper that builds the `CREATE CATALOG ... PROPERTIES` string) to keep 
the two definitions in sync and reduce future drift when properties change.



-- 
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]

Reply via email to