jorgecarleitao opened a new pull request #8870:
URL: https://github.com/apache/arrow/pull/8870


   This PR simplifies the logical plan by removing `CsvScan`, `ParquetScan` and 
`InMemoryScan` and encapsulating all of them into `TableScan`.
   
   The underlying aspect here is that all these nodes perform the same 
operation (through the `dyn TableProvider`), they are just described in the 
plan differently. This PR makes all scans be encapsulated via `TableScan`, 
thereby removing the other ones.
   
   This has no execution differences - it only simplifies code at the logical 
level.


----------------------------------------------------------------
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.

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


Reply via email to