tomtongue commented on code in PR #14212:
URL: https://github.com/apache/iceberg/pull/14212#discussion_r2391703147
##########
docs/docs/view-configuration.md:
##########
@@ -28,7 +28,7 @@ Iceberg views support properties to configure view behavior.
Below is an overvie
| Property | Default | Description
|
|----------------------------------|---------------------------|------------------------------------------------------------------------------------|
| write.metadata.compression-codec | gzip | Metadata
compression codec: `none` or `gzip` |
-| write.metadata.path | view location + /metadata | Base location
for metadata files |
+| location | view location + /metadata | Base location
for metadata files |
Review Comment:
As you're mentioning, actually it's not a property. So, I think this
property should be removed, and let me try to add the explanation about
specifying the view location in the Spark DDL part.
--
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]