dongjoon-hyun commented on code in PR #17: URL: https://github.com/apache/spark-connect-swift/pull/17#discussion_r1994569044
########## Tests/SparkConnectTests/DataFrameTests.swift: ########## @@ -125,19 +125,25 @@ struct DataFrameTests { await spark.stop() } +#if !os(Linux) Review Comment: - Like `show()`, `collect()` currently has a binary compatibility issue on `os(Linux)`. - On MacOS, all tests pass. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org