szehon-ho commented on code in PR #8158:
URL: https://github.com/apache/iceberg/pull/8158#discussion_r1277904480


##########
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/source/TestMetadataTableReadableMetrics.java:
##########
@@ -291,7 +291,7 @@ public void testSelectNestedValues() throws Exception {
   public void testNestedValues() throws Exception {
     createNestedTable();
 
-    Row leafDoubleCol = Row.of(53L, 3L, 1L, 1L, 0.0D, 0.0D);
+    Row leafDoubleCol = Row.of(46L, 3L, 1L, 1L, 0.0D, 0.0D);

Review Comment:
   Chat offline with @dbtsai , will make follow up to make metrics take from 
DataFile.fileSizeInBytes()



##########
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/source/TestMetadataTableReadableMetrics.java:
##########
@@ -291,7 +291,7 @@ public void testSelectNestedValues() throws Exception {
   public void testNestedValues() throws Exception {
     createNestedTable();
 
-    Row leafDoubleCol = Row.of(53L, 3L, 1L, 1L, 0.0D, 0.0D);
+    Row leafDoubleCol = Row.of(46L, 3L, 1L, 1L, 0.0D, 0.0D);

Review Comment:
   Chat offline with @dbtsai , will make follow up to make expected metrics 
take from DataFile.fileSizeInBytes()



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

Reply via email to