candiduslynx commented on issue #38891: URL: https://github.com/apache/arrow/issues/38891#issuecomment-1828265880
@danepitkin you can take extension from https://github.com/cloudquery/plugin-sdk-java/blob/main/lib/src/main/java/io/cloudquery/types/JSONType.java & the schema from https://github.com/cloudquery/plugin-sdk-java/blob/main/lib/src/test/java/io/cloudquery/helper/ArrowHelperTest.java#L125 Specifically, the [`testRoundTripTableEncoding`](https://github.com/cloudquery/plugin-sdk-java/blob/main/lib/src/test/java/io/cloudquery/helper/ArrowHelperTest.java#L220-L236) test was failing without the following patch: https://github.com/cloudquery/plugin-sdk-java/blob/main/lib/src/main/java/io/cloudquery/helper/ArrowHelper.java#L273-L284 -- 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]
