Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/21553#discussion_r198301742
--- Diff: python/pyspark/sql/conf.py ---
@@ -64,6 +64,96 @@ def _checkType(self, obj, identifier):
(identifier, obj, type(obj).__name__))
+class ConfigEntry(object):
--- End diff --
Thank you for fixing this! Let us do it in a separate PR.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]