avantgardnerio commented on code in PR #3311:
URL: https://github.com/apache/arrow-datafusion/pull/3311#discussion_r962413795
##########
datafusion/proto/src/logical_plan.rs:
##########
@@ -491,14 +461,23 @@ impl AsLogicalPlan for LogicalPlanNode {
))
})?;
- let pb_file_type: protobuf::FileType =
- create_extern_table.file_type.try_into()?;
+ match create_extern_table.file_type.as_str() {
+ "CSV" | "JSON" | "PARQUET" | "AVRO" => {}
Review Comment:
I 100% agree, but I was hoping to do it in a follow-on PR, as there seems to
be a lot of action going on with TableProviders right now, and I was hoping to
not keep this one long-standing.
--
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]