yangshangqing95 commented on code in PR #17134:
URL: https://github.com/apache/iceberg/pull/17134#discussion_r3554367325
##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMetadataTables.java:
##########
@@ -483,10 +496,14 @@ public void testAllFilesPartitioned() throws Exception {
Schema entriesTableSchema =
TypeUtil.selectNot(
- Spark3Util.loadIcebergTable(spark, tableName +
".entries").schema(),
+ Spark3Util.loadIcebergTable(
+ spark, tableName + "." +
MetadataTableType.ENTRIES.tableName())
+ .schema(),
Set.of(DataFile.FIRST_ROW_ID.fieldId()));
Schema filesTableSchema =
- Spark3Util.loadIcebergTable(spark, tableName +
".all_data_files").schema();
+ Spark3Util.loadIcebergTable(
Review Comment:
sure for the refactors I can submit a separate one when this PR get merged.
--
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]