apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

Column/field description #2970

Closed simonaubertbd closed 3 months ago

simonaubertbd commented 4 months ago

Describe the enhancement requested

Hello,

I may have misunderstood or misread the documentation but I didn't find it. I would love to have a field/column description just like we have in databases :

image

Best regards,

Simon

Component(s)

No response

wgtmac commented 3 months ago

I don't think we have this kind of information in parquet: https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L414

simonaubertbd commented 3 months ago

@wgtmac Oooooh you're right, my bad. I post it on the bad github repo (to my defense, that's where the parquet documentation points out). I close the issue for the moment.

Best regards,

Simon