You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2022/06/14 19:03:48 UTC

[GitHub] [calcite] henneberger opened a new pull request, #2832: Remove unreachable condition in CsvTableScan

henneberger opened a new pull request, #2832:
URL: https://github.com/apache/calcite/pull/2832

   This removes an unreachable condition in CsvTableScan when checking if a table is a JsonTable. The table object can only take the form of a RelOptTable and not a Table.


-- 
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: commits-unsubscribe@calcite.apache.org

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


[GitHub] [calcite] chunweilei commented on pull request #2832: Remove unreachable condition in CsvTableScan

Posted by GitBox <gi...@apache.org>.
chunweilei commented on PR #2832:
URL: https://github.com/apache/calcite/pull/2832#issuecomment-1161086115

   Thank you for your PR, @henneberger!


-- 
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: commits-unsubscribe@calcite.apache.org

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


[GitHub] [calcite] chunweilei merged pull request #2832: Remove unreachable condition in CsvTableScan

Posted by GitBox <gi...@apache.org>.
chunweilei merged PR #2832:
URL: https://github.com/apache/calcite/pull/2832


-- 
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: commits-unsubscribe@calcite.apache.org

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