stephensunyj commented on issue #15741: URL: https://github.com/apache/iceberg/issues/15741#issuecomment-4114409942
Thank you for your prompt reply and the links. It does look like the equals method linked will prevent this issue. The error was initially encountered in Spark 3.4, and was also reproduced in 3.5. I couldn't find any references to `TimeTravel` in spark [v4.0](https://github.com/apache/iceberg/blob/a114e955e4f16d9b5636e675d9c59be92f5ab978/spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java), [v3.5](https://github.com/apache/iceberg/blob/a114e955e4f16d9b5636e675d9c59be92f5ab978/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java), [v3.4](https://github.com/apache/iceberg/blob/a114e955e4f16d9b5636e675d9c59be92f5ab978/spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java), so it looks like it was fixed in spark 4.1. Good to know that this has been addressed! -- 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]
