amaliujia commented on code in PR #38086:
URL: https://github.com/apache/spark/pull/38086#discussion_r998921978
##########
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:
This is not. This class is more or less the same as the DSL that we
introduced for Scala: the core idea is to provide a way for `toProto`.
--
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]