benibus commented on code in PR #37599:
URL: https://github.com/apache/arrow/pull/37599#discussion_r1364363617


##########
go/parquet/schema/reflection_test.go:
##########
@@ -152,6 +152,7 @@ func ExampleNewSchemaFromStruct_logicaltypes() {
                JSON                  string   `parquet:"logical=json"`
                BSON                  []byte   `parquet:"logical=BSON"`
                UUID                  [16]byte `parquet:"logical=uuid"`
+               Float16               [2]byte  `parquet:"logical=float16"`

Review Comment:
   Could you clarify the expected result for the `float16.Num` case? In this 
test, the call to `schema.NewSchemaFromStruct` fails here (because `Num` is 
technically a struct): 
https://github.com/apache/arrow/blob/c0109db6fe8a781f4eb9e904a9ba66f799784989/go/parquet/schema/reflection.go#L395-L397



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