ParquetViewer icon indicating copy to clipboard operation
ParquetViewer copied to clipboard

[FEAT] Enhance binary data visualization for GenericFixed columns

Open cetindogu opened this issue 8 months ago • 4 comments

  • Add support for displaying binary data in nullable GenericFixed columns
  • Implement intelligent format detection for binary data of various lengths
  • Add multiple representation formats (IPv6, UUID, Base64, ASCII, etc.)
  • Provide visual cues for different binary data types with color coding
  • Enable detailed inspection of binary data through QuickPeek view
  • Add Binary data type to analytics tracking

cetindogu avatar May 15 '25 07:05 cetindogu

  • the feature is required for the IPv6 binary data visualization. And I created a generic solution for any binary data.
  • I wish, this feature is useful for somebody.
  • I can't show all columns of my grid view but I can show fake data below.
  • Yellow column is string column, and Green column is a binary column.
  • When you click a binary cell, you can inspect in different formats.

image

cetindogu avatar May 15 '25 07:05 cetindogu

Thanks for the PR. I'll take a look when I get the chance

mukunku avatar May 15 '25 15:05 mukunku

@mukunku is this related with me? image

pipeline does not have permission on my repo.

cetindogu avatar May 23 '25 00:05 cetindogu

That's okay you can ignore that as long as all the tests are passing

mukunku avatar May 23 '25 12:05 mukunku