Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/16680#discussion_r97321103
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVUtils.scala
---
@@ -0,0 +1,116 @@
+/*
--- End diff --
This class might be too much. I am willing to revert this back.
The only reason I make them into here is, there are similar logics for
dealing with header, comment and empty strings in reading/schema inference
path, and they look a bit messy and easily letting other engineers make a
mistake (actually they are already different even though some cases look
required to be the same but I did not fix it here to keep the original
behaviour).
---
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]