dongjoon-hyun commented on code in PR #15: URL: https://github.com/apache/spark-connect-swift/pull/15#discussion_r1992469308
########## Tests/SparkConnectTests/SparkSessionTests.swift: ########## @@ -56,7 +56,6 @@ struct SparkSessionTests { @Test func conf() async throws { let spark = try await SparkSession.builder.getOrCreate() - #expect(try await spark.conf.get("spark.app.name") == "Spark Connect server") Review Comment: `spark.app.name` is covered already. -- 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