Describe the bug
When using describe method on dataframe, the operation fails with the following error:
Arrow error: Cast error: Casting from FixedSizeBinary(16) to Utf8 not supported
This looks like a straightforward bug fix since explain works just fine and this is probably just a missing case.
To Reproduce
No response
Expected behavior
No response
Additional context
No response