dongjoon-hyun commented on PR #2032:
URL: https://github.com/apache/orc/pull/2032#issuecomment-2949643959

   Could you run `mvn spotless:apply` to make `Spotless` happy?
   
   ```
   Error:  Failed to execute goal 
com.diffplug.spotless:spotless-maven-plugin:2.44.4:check (analyze-compile) on 
project orc-core: The following files had format violations:
   Error:      src/java/org/apache/orc/impl/ColumnStatisticsImpl.java
   Error:          @@ -48,12 +48,12 @@
   Error:           import·java.time.chrono.ChronoLocalDate;
   Error:           import·java.time.chrono.Chronology;
   Error:           import·java.time.chrono.IsoChronology;
   Error:          +import·java.util.ArrayList;
   Error:          +import·java.util.Collections;
   Error:           import·java.util.HashSet;
   Error:           import·java.util.List;
   Error:          -import·java.util.ArrayList;
   Error:           import·java.util.Set;
   Error:           import·java.util.TimeZone;
   Error:          -import·java.util.Collections;
   Error:           
   Error:           
   Error:           
public·class·ColumnStatisticsImpl·implements·ColumnStatistics·{
   Error:  Run 'mvn spotless:apply' to fix these violations.
   ```


-- 
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]

Reply via email to