Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22048#discussion_r213384744
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala ---
@@ -294,23 +294,25 @@ class Dataset[T] private[sql](
// We set a minimum column width at '3'
val minimumColWidth = 3
+ //Regular expression matching full width characters
--- End diff --
Very small nit that might fail scalastyle -- space after comment slashes
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]