Hi everyone,

While reviewing the LocationProvider equivalent of PyIceberg, I noticed
some old code in the Java codebase that I felt could be cleaned up. You can
find the PR over here <https://github.com/apache/iceberg/pull/12174>. This
one removes the deprecated properties:

OBJECT_STORE_PATH = "write.object-storage.path";
WRITE_FOLDER_STORAGE_LOCATION = "write.folder-storage.path";

These have been deprecated since Iceberg 0.12, and would like to know if
anyone has any concerns about removing these.

Kind regards,
Fokko

Reply via email to