rok commented on code in PR #44215:
URL: https://github.com/apache/arrow/pull/44215#discussion_r1774043187
##########
cpp/src/parquet/arrow/arrow_schema_test.cc:
##########
@@ -763,7 +763,7 @@ TEST_F(TestConvertParquetSchema,
ParquetSchemaArrowExtensions) {
props.set_arrow_extensions_enabled(true);
auto arrow_schema = ::arrow::schema(
{::arrow::field("json_1", ::arrow::extension::json(), true),
- ::arrow::field("json_2",
::arrow::extension::json(::arrow::large_utf8()),
+ ::arrow::field("json_2", ::arrow::extension::json(::arrow::utf8()),
Review Comment:
Can we reconstruct storage type if it is not stored? In this case we know
data is of JSON logical type, but we don't know what was it's storage type at
write time. Am I missing something?
--
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]