MaxGekk edited a comment on issue #27287: [SPARK-30530][SQL][FOLLOW-UP] Remove 
unnecessary codes and fix comments accordingly in UnivocityParser
URL: https://github.com/apache/spark/pull/27287#issuecomment-576299970
 
 
   Something wrong is going on in 
https://github.com/apache/spark/pull/27287#issuecomment-576160966. This 
exception shouldn't happen:
   ```
   Caused by: java.lang.IllegalStateException: Number of logging event reached 
the limit: 100
        at 
org.apache.spark.SparkFunSuite$LogAppender.append(SparkFunSuite.scala:197)
        at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
   ```
   It was added by https://github.com/apache/spark/pull/27166, and the limit 
shouldn't be reachable.
   
   The test doesn't register any log appenders: 
https://github.com/apache/spark/blob/d4c6ec6ba77effeda78302e13a637e3fe4205e80/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala#L1731-L1761
 but some appender throws exceptions.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to