eerhardt commented on PR #35496:
URL: https://github.com/apache/arrow/pull/35496#issuecomment-1542516931
Current test failure is:
```
Unhandled exception: System.NotSupportedException: JsonArrowType not
supported: null
at
Apache.Arrow.IntegrationTest.IntegrationCommand.ToArrowType(JsonArrowType type)
in /arrow/csharp/test/Apache.Arrow.IntegrationTest/IntegrationCommand.cs:line
176
at Apache.Arrow.IntegrationTest.IntegrationCommand.CreateField(Builder
builder, JsonField jsonField) in
/arrow/csharp/test/Apache.Arrow.IntegrationTest/IntegrationCommand.cs:line 152
at
Apache.Arrow.IntegrationTest.IntegrationCommand.<>c__DisplayClass17_1.<CreateSchema>b__0(Builder
f) in
/arrow/csharp/test/Apache.Arrow.IntegrationTest/IntegrationCommand.cs:line 145
at Apache.Arrow.Schema.Builder.Field(Action`1 fieldBuilderAction) in
/arrow/csharp/src/Apache.Arrow/Schema.Builder.cs:line 53
at
Apache.Arrow.IntegrationTest.IntegrationCommand.CreateSchema(JsonSchema
jsonSchema) in
/arrow/csharp/test/Apache.Arrow.IntegrationTest/IntegrationCommand.cs:line 145
at Apache.Arrow.IntegrationTest.IntegrationCommand.Validate() in
/arrow/csharp/test/Apache.Arrow.IntegrationTest/IntegrationCommand.cs:line 75
at Apache.Arrow.IntegrationTest.IntegrationCommand.Execute() in
/arrow/csharp/test/Apache.Arrow.IntegrationTest/IntegrationCommand.cs:line 58
at Apache.Arrow.IntegrationTest.Program.<>c.<<Main>b__0_0>d.MoveNext() in
/arrow/csharp/test/Apache.Arrow.IntegrationTest/Program.cs:line 49
```
Need to update:
https://github.com/apache/arrow/blob/3948c426927514ab6d3165255b4717af9446e949/csharp/test/Apache.Arrow.IntegrationTest/IntegrationCommand.cs#L162-L176
--
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]