test: Add rust write and spark read integration test#1559
test: Add rust write and spark read integration test#1559lliangyu-lin wants to merge 3 commits intoapache:mainfrom
Conversation
liurenjie1024
left a comment
There was a problem hiding this comment.
Thanks @lliangyu-lin for this pr, but I don't think this is the right direction. The integration tests written in rust is difficult to read and maintain, also this test contains hacky way to call spark using scripts. For integration tests we should move to sqllogictests.
|
@liurenjie1024 Thank you for taking a look! |
When we use spark connect to access spark, it calles |
|
I'll close this pr for now as this is not the right direction to go. Feel free to reopen it and continue discussion if necessary. |
Which issue does this PR close?
What changes are included in this PR?
spark.rsthat tests write in rust client and verify the metadata and data files written can be read in sparkAre these changes tested?
Yes,
spark.rsin integration tests