disq commented on code in PR #34631:
URL: https://github.com/apache/arrow/pull/34631#discussion_r1160107873


##########
go/parquet/pqarrow/path_builder.go:
##########
@@ -440,7 +440,8 @@ func (p *pathBuilder) Visit(arr arrow.Array) error {
                }
                return nil
        case arrow.EXTENSION:
-               return xerrors.New("extension types not implemented yet")
+               // TODO this needs a test

Review Comment:
   still TODO



-- 
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]

Reply via email to