dongjoon-hyun commented on code in PR #63: URL: https://github.com/apache/spark-connect-swift/pull/63#discussion_r2046218305
########## Tests/SparkConnectTests/Resources/queries/describe_database.sql.answer: ########## @@ -0,0 +1,5 @@ +[Catalog Name,spark_catalog] +[Namespace Name,default] +[Comment,default database] +[Location,*] +[Owner,*] Review Comment: During the `Catalog` PR, the cleaning methods were added previously. While regenerating answer files Today, I used the cleaned strings because the cleaned one is better in the GitHub repo. https://github.com/apache/spark-connect-swift/blob/21724f577a686667779677aa7b0dfbf7a7fd6ca1/Tests/SparkConnectTests/SQLTests.swift#L36-L50 -- 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]
