mapleFU commented on issue #5530: URL: https://github.com/apache/arrow-rs/issues/5530#issuecomment-2052223254
This may differ from how we treat "view"( For both list view and string view ). If we think it's a part of string or list, it might better be string/list in metadata. If we regard it as a completely different type, we should regard it as string-view/list-view For ipc, they're completely different type. For parquet, they stored nothing different, `::arrow::ipc::ReadSchema` might work bad in this scenerio, which might regard "large-string-view-with-metadata" to another type. I'm ok with this but I think at least we can testing this -- 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]
