Skip to content

Commit c357040

Browse files
Update xtable-core/src/main/java/org/apache/xtable/iceberg/IcebergConversionSource.java
doc updates Co-authored-by: Tim Brown <[email protected]>
1 parent 64fdead commit c357040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xtable-core/src/main/java/org/apache/xtable/iceberg/IcebergConversionSource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public InternalTable getTable(Snapshot snapshot) {
122122
: DataLayoutStrategy.FLAT;
123123
// When the table name is not explicitly specified, Iceberg assumes the table is HDFS-based,
124124
// treating the table name as the location in HDFS. This assumption can lead to mismatches
125-
// during data conversion. To mitigate this issue, we rely on the table name provided in the
126-
// source configuration of the conversation, ensuring consistency and avoiding potential errors.
125+
// during metadata conversion. To mitigate this issue, we rely on the table name provided in the
126+
// source configuration of the conversation so target matches the user's expectations.
127127
// See https://github.com/apache/incubator-xtable/issues/494
128128
return InternalTable.builder()
129129
.tableFormat(TableFormat.ICEBERG)

0 commit comments

Comments
 (0)