You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i'm using columnify with avro input record. and found that records of logical types(around datetime: date, timemillis, timemicros, timestampmillis, timestampmicros) are broken.
this behavior seems to come from goavro that format logical types to go native types(using time).
though i dont have good idea to reformat go native types to parquet primitive types before writing :(
The text was updated successfully, but these errors were encountered:
hi, i'm using columnify with avro input record. and found that records of logical types(around datetime: date, timemillis, timemicros, timestampmillis, timestampmicros) are broken.
for example, the sample data gets result below.
this behavior seems to come from goavro that format logical types to go native types(using
time
).though i dont have good idea to reformat go native types to parquet primitive types before writing :(
The text was updated successfully, but these errors were encountered: