srowen commented on issue #27808: [SPARK-30994][BUILD][FOLLOW-UP] Change scope of xml-apis to include it and add xerces in SBT as dependency override URL: https://github.com/apache/spark/pull/27808#issuecomment-595310431 Hm, that's weird: test.org.apache.spark.sql.JavaBeanDeserializationSuite.testSpark22000 ``` java.lang.AssertionError: expected:<[JavaBeanDeserializationSuite.RecordSpark22000[shortField=0,intField=0,longField=0,floatField=0.0,doubleField=0.0,stringField=0,booleanField=true,timestampField=2020-03-05 07:31:44.0,nullIntField=<null>], ... ... but was:<[JavaBeanDeserializationSuite.RecordSpark22000[shortField=0,intField=0,longField=0,floatField=0.0,doubleField=0.0,stringField=0,booleanField=true,timestampField=2020-03-05 07:31:44,nullIntField=<null>], ... ``` Difference is in the timestamp field. I don't see how it would be related to XML or Xerces; looking at whether recent master changes/reverts might have done this.
---------------------------------------------------------------- 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]
