You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/05/29 11:23:40 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #6458: feat: support type coercion in Parquet Reader

alamb commented on code in PR #6458:
URL: https://github.com/apache/arrow-datafusion/pull/6458#discussion_r1209214570


##########
datafusion/core/src/physical_plan/file_format/mod.rs:
##########
@@ -393,6 +393,7 @@ impl SchemaAdapter {
 
     /// Map projected column indexes to the file schema. This will fail if the table schema
     /// and the file schema contain a field with the same name and different types.
+    #[allow(dead_code)]

Review Comment:
   The fact this is marked as dead code seems not quite right to me



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org