flyrain commented on pull request #3094:
URL: https://github.com/apache/iceberg/pull/3094#issuecomment-918583021
> nit: we can move L161 to after L144 to avoid deleting the comments and add
again here.
I am trying to put these two guys together.
```
// This only applies to files written after this property is set. Files
previously written aren't
// relocated to reflect this parameter.
// If not set, defaults to a "data" folder underneath the root path of the
table.
public static final String WRITE_DATA_LOCATION = "write.data.path";
// This only applies to files written after this property is set. Files
previously written aren't
// relocated to reflect this parameter.
// If not set, defaults to a "metadata" folder underneath the root path of
the table.
public static final String WRITE_METADATA_LOCATION = "write.metadata.path";
```
--
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]