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 • 1 comments

[FEAT] Enhance binary data visualization for GenericFixed columns

  • 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

PR for the feature:

https://github.com/mukunku/ParquetViewer/pull/135

cetindogu avatar May 15 '25 09:05 cetindogu

Thanks for the idea and the PR. I tweaked it a bit and got it out as part of v3.4.0 ❤️

mukunku avatar Aug 12 '25 22:08 mukunku