dongjoon-hyun commented on a change in pull request #33972:
URL: https://github.com/apache/spark/pull/33972#discussion_r707894517
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/FileBasedDataSourceSuite.scala
##########
@@ -693,11 +693,11 @@ class FileBasedDataSourceSuite extends QueryTest
}
test("SPARK-22790,SPARK-27668: spark.sql.sources.compressionFactor takes
effect") {
- Seq(1.0, 0.5).foreach { compressionFactor =>
+ Seq(1.0, 0.4).foreach { compressionFactor =>
Review comment:
https://issues.apache.org/jira/browse/ORC-984 starts to add a metadata
about a ORC writer version name. That increases a few byte per 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]