Skip to content

Conversation

@dimitri-yatsenko
Copy link
Member

Summary

  • Raw blobs (no codec) now show bytes
  • Codec blobs show <codec_name> (e.g., <blob>, <json>)
  • Improves clarity when viewing table contents

Before

*id    data
1      =BLOB=

After

*id    raw_data  array_data
1      bytes     <blob>

Test plan

  • Manual test with raw blob and codec blob attributes
  • Run integration tests (requires Docker)

🤖 Generated with Claude Code

@github-actions github-actions bot added the enhancement Indicates new improvements label Jan 12, 2026
@dimitri-yatsenko dimitri-yatsenko force-pushed the enhance/blob-preview-display branch from e8b598b to ee2240b Compare January 12, 2026 00:31
@dimitri-yatsenko dimitri-yatsenko self-assigned this Jan 12, 2026
@dimitri-yatsenko dimitri-yatsenko marked this pull request as draft January 12, 2026 00:39
- Raw blobs (no codec) now show "bytes"
- Raw json (no codec) shows "json"
- Codec fields show "<codec_name>" (e.g., <blob>, <hash>, <object>)
- HTML output properly escapes angle brackets for browser display
- Improves clarity when viewing table contents

Example output:
  *id    raw_blob  blob_data  json_data
  1      bytes     <blob>     json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dimitri-yatsenko dimitri-yatsenko force-pushed the enhance/blob-preview-display branch from ee2240b to 7825b3c Compare January 12, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Indicates new improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants