You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Jefffrey (via GitHub)" <gi...@apache.org> on 2023/03/09 08:21:31 UTC

[GitHub] [arrow-datafusion] Jefffrey opened a new issue, #5522: Change logical plan TableScan to use OwnedTableReference for table_name

Jefffrey opened a new issue, #5522:
URL: https://github.com/apache/arrow-datafusion/issues/5522

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for this feature, in addition to  the *what*)
   -->
   
   From discussion https://github.com/apache/arrow-datafusion/pull/5343#discussion_r1119370108
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   todo: put more details
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


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

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


[GitHub] [arrow-datafusion] alamb commented on issue #5522: Change logical plan TableScan to use OwnedTableReference for table_name

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #5522:
URL: https://github.com/apache/arrow-datafusion/issues/5522#issuecomment-1470106357

   I hit this issue -- specifically trying to call LogicalPlan::scan with a table name `TheMeasurement` (which after https://github.com/apache/arrow-datafusion/pull/5343 is parsed to `themeasurement`) which causes "column not found" issues.
   
   I plan to fix this issue


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


[GitHub] [arrow-datafusion] alamb closed issue #5522: Change logical plan TableScan to use OwnedTableReference for table_name

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5522: Change logical plan TableScan to use OwnedTableReference for table_name
URL: https://github.com/apache/arrow-datafusion/issues/5522


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