Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/1977#discussion_r28001568
--- Diff: python/pyspark/serializers.py ---
@@ -220,6 +220,29 @@ def __repr__(self):
return "BatchedSerializer(%s, %d)" % (str(self.serializer),
self.batchSize)
+class FlattedValuesSerializer(BatchedSerializer):
--- End diff --
Can we rename this to `FlattenedValuesSerializer` (with the missing `en`)?
Should be a pretty simple find-and-replace, but we should also update the other
occurrences of `flatted` to be `flattened`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]