Describe the enhancement requested
string concatenation got executed here:
debug.Assert(v <= maxDefLevel, "columnwriter: invalid definition level "+ strconv.Itoa(int(v))+" for column "+w.descr.Path())
missing macro is painful lol, might put this inside a if debug.Enabled() condition block or just remove it?
Component(s)
Parquet