zeroshade commented on code in PR #433:
URL: https://github.com/apache/arrow-go/pull/433#discussion_r2184144555
##########
parquet/pqarrow/schema.go:
##########
@@ -859,8 +867,10 @@ func mapToSchemaField(n *schema.GroupNode, currentLevels
file.LevelInfo, ctx *sc
func variantToSchemaField(n *schema.GroupNode, currentLevels file.LevelInfo,
ctx *schemaTree, _, out *SchemaField) error {
// this is for unshredded variants. shredded variants may have more
fields
// TODO: implement support for shredded variants
Review Comment:
bah, missed one! I can remove that now :) thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]