RussellSpitzer commented on issue #15741: URL: https://github.com/apache/iceberg/issues/15741#issuecomment-4112695662
If you are running on older Spark you may be hitting, https://issues.apache.org/jira/browse/SPARK-41154 This isn't an issue now as actual equals method is used instead of just the table identifier https://github.com/apache/iceberg/blob/a114e955e4/spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java#L290-L310 -- 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]
