dongjoon-hyun commented on PR #38: URL: https://github.com/apache/spark-connect-swift/pull/38#issuecomment-2773794346
Thank you, @viirya . Yes, it is not a function in order to follow the style of existing clients like the following. ``` $ bin/pyspark --remote sc://localhost:15002 Python 3.9.21 (main, Dec 5 2024, 09:43:42) [Clang 16.0.0 (clang-1600.0.26.4)] on darwin Type "help", "copyright", "credits" or "license" for more information. Welcome to ____ __ / __/__ ___ _____/ /__ _\ \/ _ \/ _ `/ __/ '_/ /__ / .__/\_,_/_/ /_/\_\ version 4.0.0 /_/ Using Python version 3.9.21 (main, Dec 5 2024 09:43:42) Client connected to the Spark Connect server at localhost:15002 SparkSession available as 'spark'. >>> spark.range(1).storageLevel StorageLevel(False, False, False, False, 1) >>> spark.range(1).storageLevel() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'StorageLevel' object is not callable ``` -- 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