liurenjie1024 commented on PR #1559:
URL: https://github.com/apache/iceberg-rust/pull/1559#issuecomment-3134565898

   > @liurenjie1024 Thank you for taking a look! My current understanding is 
that, with sqllogictests, we can test spark connect integration with iceberg 
rust. But I guess my goal is to add some kind of tests making sure the data and 
metadata created from rust client can be read by iceberg java library (via 
Spark). I'm not sure if sqllogictest will be able to cover the cross client 
compatibility, do you have any suggestion to approach this with sqllogictests 
framework?
   
   When we use spark connect to access spark, it calles `iceberg-spark-runtime` 
to access iceberg table, which calls iceberg java library under the hood. So I 
don't think tests in this pr to call them directly.


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