dramaticlly commented on code in PR #16449:
URL: https://github.com/apache/iceberg/pull/16449#discussion_r3691913768


##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/SparkTableUtil.java:
##########
@@ -595,6 +379,8 @@ public static void importSparkTable(
           "Table %s does not exist", sourceTableIdentWithDB);
     }
 
+    ensureNameMappingPresent(targetTable);

Review Comment:
   Thanks @u70b3 , I think after some deep dive we decided to keep 
NETFLIX_UNSAFE_PARQUET_ID_FALLBACK_ENABLED for a few more releases given the 
silent behavior change of imported parquet files in #17444 



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