yihua commented on code in PR #11130:
URL: https://github.com/apache/hudi/pull/11130#discussion_r1586998696
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/analysis/TestHoodiePruneFileSourcePartitions.scala:
##########
@@ -107,12 +107,12 @@ class TestHoodiePruneFileSourcePartitions extends
HoodieClientTestBase with Scal
case "eager" =>
// NOTE: In case of partitioned table 3 files will be created,
while in case of non-partitioned just 1
if (partitioned) {
- assertEquals(1275, f.stats.sizeInBytes.longValue() / 1024)
- assertEquals(1275, lr.stats.sizeInBytes.longValue() / 1024)
+ assertEquals(1275, f.stats.sizeInBytes.longValue / 1024)
Review Comment:
`()` does not compile in Scala 2.13, due to breaking changes in API.
--
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]