File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
xtable-core/src/main/java/org/apache/xtable/iceberg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ public InternalTable getTable(Snapshot snapshot) {
122
122
: DataLayoutStrategy .FLAT ;
123
123
// When the table name is not explicitly specified, Iceberg assumes the table is HDFS-based,
124
124
// 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 .
127
127
// See https://github.com/apache/incubator-xtable/issues/494
128
128
return InternalTable .builder ()
129
129
.tableFormat (TableFormat .ICEBERG )
You can’t perform that action at this time.
0 commit comments