NobiGo commented on a change in pull request #2680:
URL: https://github.com/apache/calcite/pull/2680#discussion_r781728109
##########
File path: core/src/test/java/org/apache/calcite/test/RelMetadataTest.java
##########
@@ -562,6 +562,17 @@ private void checkTwoColumnOrigin(
true, metadataConfig);
}
+ @ParameterizedTest
+ @MethodSource("getArguments") void testColumnOriginsSnapshot(
+ final MetadataConfig metadataConfig) {
+ checkSingleColumnOrigin(
+ "select productid from products_temporal "
Review comment:
Please reformat the SQL use line breaking
--
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]