Closed fils closed 3 years ago
Same here!
Versions: github.com/xitongsys/parquet-go v1.5.4 github.com/xitongsys/parquet-go-source v0.0.0-20201108113611-f372b7d813be
Me too!
github.com/xitongsys/parquet-go v1.5.3 github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0
the same v1.5.4
type ExportedMetrics struct {
Value *float64 `parquet:"name=value, type=BYTE_ARRAY, type=FLOAT"`
Timestamp *int64 `parquet:"name=timestamp, type=INT64, convertedtype=TIMESTAMP_MILLIS"`
Name *string `parquet:"name=name, type=BYTE_ARRAY, convertedtype=UTF8, encoding=PLAIN_DICTIONARY"`
Host *string `parquet:"name=host, type=BYTE_ARRAY, convertedtype=UTF8, encoding=PLAIN_DICTIONARY"`
Labels map[string]string `parquet:"name=labels, type=MAP, convertedtype=MAP, keytype=BYTE_ARRAY, keyconvertedtype=UTF8, valuetype=UTF8"`
}
hi, sorry to late response. There are some big change in the master branch which is not compatible with before version. I release a new version v1.6.0. Please use it.
Title says it all really..