andygrove commented on issue #623:
URL:
https://github.com/apache/arrow-datafusion/issues/623#issuecomment-869012836
After improving the error message, this seems to be related to the recent
support for qualified field names.
```
Error: Plan("Execution(\"Status { code: Internal, message: \\\"Could not
parse logical plan protobuf: DataFusion error: Plan(\\\\\\\"No field named
'lineitem.l_returnflag'. Valid fields are l_quantity, l_extendedprice,
l_discount, l_tax, l_returnflag, l_linestatus, l_shipdate.\\\\\\\")\\\",
metadata: MetadataMap { headers: {\\\"content-type\\\":
\\\"application/grpc\\\", \\\"date\\\": \\\"Sat, 26 Jun 2021 14:40:30 GMT\\\"}
} }\")")
```
--
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]