HyukjinKwon commented on code in PR #46368:
URL: https://github.com/apache/spark/pull/46368#discussion_r1591746209


##########
python/pyspark/sql/connect/client/core.py:
##########
@@ -1157,6 +1163,20 @@ def _analyze_plan_request_with_metadata(self) -> 
pb2.AnalyzePlanRequest:
             req.user_context.user_id = self._user_id
         return req
 
+    def _sizeInBytes(self, relation: pb2.Relation) -> AnalyzeResult:

Review Comment:
   `_size_in_bytes`



-- 
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

Reply via email to