snuyanzin commented on code in PR #27199:
URL: https://github.com/apache/flink/pull/27199#discussion_r2501059077


##########
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/catalog/CatalogBaseTableResolutionTest.java:
##########
@@ -155,7 +155,8 @@ class CatalogBaseTableResolutionTest {
             new ContinuousRefreshHandler(
                     "remote", "StandaloneClusterId", 
JobID.generate().toHexString());
 
-    private static final String DEFINITION_QUERY =
+    private static final String ORIGINAL_QUERY = "SELECT id, region, county 
FROM T";
+    private static final String EXPANDED_QUERY =

Review Comment:
   ```suggestion
       private static final String DEFAULT_ORIGINAL_QUERY = "SELECT id, region, 
county FROM T";
       private static final String DEFAULT_EXPANDED_QUERY =
   ```



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

Reply via email to