dongjoon-hyun commented on code in PR #53227:
URL: https://github.com/apache/spark/pull/53227#discussion_r2570176078


##########
dev/checkstyle-suppressions.xml:
##########
@@ -50,6 +50,8 @@
               
files="src/main/java/org/apache/spark/examples/JavaLogQuery.java"/>
     <suppress checks="LineLength"
               files="src/main/java/org/apache/hive/service/*"/>
+    <suppress checks="LineLength"
+              
files="sql/catalyst/src/test/java/org/apache/spark/sql/catalyst/util/WkbReaderWriterTest.java"/>

Review Comment:
   Please revert this because we have `// checkstyle.off: LineLength` already 
in that file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to