filodb / FiloDB

Distributed Prometheus time series database
Apache License 2.0
1.43k stars 225 forks source link

bug-fix(export-iceberg): change type of labels column in StructType from StringType to MapType #1725

Closed nikitag55 closed 7 months ago

nikitag55 commented 7 months ago

Fix error: Cannot write 'labels': string is incompatible with map<string,string>.

Solution: Change type of labels column in StructType fromStringType to MapType