rahil-c commented on code in PR #18867:
URL: https://github.com/apache/hudi/pull/18867#discussion_r3318972143


##########
website/docs/blob_unstructured_data.md:
##########
@@ -290,15 +292,44 @@ Out-of-line BLOBs keep the Hudi table footprint extremely 
small:
 
 | Property | Default | Description |
 |:---------|:--------|:------------|
-| `hoodie.read.blob.inline.mode` | `CONTENT` | Controls how INLINE BLOBs are 
read. `CONTENT` materializes raw bytes in the `data` column. `DESCRIPTOR` 
surfaces `(position, size)` coordinates rewritten as OUT_OF_LINE references. |
+| `hoodie.read.blob.inline.mode` | `DESCRIPTOR` | Controls how INLINE BLOBs 
are read. `DESCRIPTOR` (default) returns an out-of-line-shaped reference 
pointing at the in-file coordinates of the bytes — no bytes are materialized. 
`CONTENT` materializes the raw inline bytes directly in the `data` field on 
every read. |

Review Comment:
   +1 I think for now this descriptors piece is only for lance.



-- 
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]

Reply via email to