yihua commented on code in PR #18867:
URL: https://github.com/apache/hudi/pull/18867#discussion_r3314680684
##########
website/docs/blob_unstructured_data.md:
##########
@@ -158,7 +159,8 @@ INSERT INTO media_assets VALUES (
'reference', named_struct(
'external_path', 's3://my-bucket/media/container_001.bin',
'offset', 8388608, -- byte offset in the container
- 'length', 1073741824 -- number of bytes
+ 'length', 1073741824, -- number of bytes
+ 'managed', false -- Hudi does not manage this
external file
Review Comment:
@voonhous @rahil-c could you check the docs changes around the `managed`
field for BLOB type?
--
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]