amoeba commented on code in PR #520:
URL: https://github.com/apache/arrow-go/pull/520#discussion_r2382697001
##########
parquet/pqarrow/encode_arrow_test.go:
##########
@@ -1352,6 +1352,7 @@ var fullTypeList = []arrow.DataType{
}
var dictEncodingSupportedTypeList = []arrow.DataType{
+ arrow.PrimitiveTypes.Int8,
Review Comment:
I'm not that familiar with the Go package yet, should this list include more
of the possible types?
--
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]