manuzhang commented on PR #14155:
URL: https://github.com/apache/iceberg/pull/14155#issuecomment-3584793309

   @aokolnychyi 
   
   This test was removed by mistake and I've restored it.
   ```
   assertThatThrownBy(
           () ->
               sql(
                   "MERGE INTO %s t USING source s "
                       + "ON t.id == s.c1 "
                       + "WHEN MATCHED THEN "
                       + "  UPDATE SET t.s.n1 = s.c3",
                   commitTarget()))
       .isInstanceOf(AnalysisException.class)
       .hasMessageContaining("Cannot safely cast `s`.`n1` \"STRING\" to 
\"INT\".");
   ```
   
   As for Comet support, I'm using 
`org.apache.datafusion:comet-spark-spark4.0_2.13` for the current as we used 
`org.apache.datafusion:comet-spark-spark3.5_2.13` for 4.0 before it's supported 
in Comet.


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