HyukjinKwon commented on code in PR #49941: URL: https://github.com/apache/spark/pull/49941#discussion_r1960735653
########## python/pyspark/sql/worker/plan_data_source_read.py: ########## @@ -32,7 +32,10 @@ SpecialLengths, ) from pyspark.sql import Row -from pyspark.sql.connect.conversion import ArrowTableToRowsConversion, LocalDataToArrowConversion +from pyspark.sql.conversion import ( + ArrowTableToRowsConversion, + LocalDataToArrowConversion, +) Review Comment: Shall we make the import single line? -- 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