ueshin commented on code in PR #50972: URL: https://github.com/apache/spark/pull/50972#discussion_r2112864716
########## python/pyspark/pandas/utils.py: ########## @@ -1070,6 +1070,14 @@ def xor(df1: PySparkDataFrame, df2: PySparkDataFrame) -> PySparkDataFrame: ) +def is_ansi_mode_enabled() -> bool: Review Comment: Shall we explicitly pass `spark`? `SparkSession.getActiveSession()` is not light. -- 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