cloud-fan commented on code in PR #38086:
URL: https://github.com/apache/spark/pull/38086#discussion_r998919095
##########
python/pyspark/sql/connect/plan.py:
##########
@@ -111,6 +112,46 @@ def _child_repr_(self) -> str:
return self._child._repr_html_() if self._child is not None else ""
+class DataSource(LogicalPlan):
Review Comment:
is it generated by proto?
--
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]