mihaibudiu commented on code in PR #4024:
URL: https://github.com/apache/calcite/pull/4024#discussion_r1826096772


##########
core/src/test/java/org/apache/calcite/test/RelMetadataTest.java:
##########
@@ -405,7 +405,8 @@ final RelMetadataFixture sql(String sql) {
         .assertColumnOriginIsEmpty();
   }
 
-  @Test void testColumnOriginsUnion() {
+  @Test @Disabled("Plan contains casts, which inhibit metadata propagation")

Review Comment:
   I could interpret your question in two ways:
   - should metadata be propagated when a column has a cast?
   - should we create a different test for metadata propagation?
   The second one is a bit easier to do.
   For the first one, I don't know the answer. If the answer is "yes", we 
should create an issue.



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