Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/11408#discussion_r54356648
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -60,6 +60,51 @@ private[spark] object CallSite {
val empty = CallSite("", "")
}
+/** An utility class to map short compression codec names to qualified
ones. */
+private[spark] class ShortCompressionCodecNameMapper {
--- End diff --
I also agree - this abstract class is too much. I think just having
lz4/bzip2 etc in different places isn't that big of a deal.
---
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]