liuml07 opened a new pull request, #6558: URL: https://github.com/apache/iceberg/pull/6558
There is a running example in the view format doc. It works well to explain the view format. However, the example itself is not a valid JSON data (except the comments). That may confuse readers. This simply fix that. Validation commands to test this change: ``` sed -n '139,184p' format/view-spec.md | sed 's/=>.*//' | jq . sed -n '190,264p' format/view-spec.md | sed 's/=>.*//' | jq . ``` -- 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]
