[ 
https://issues.apache.org/jira/browse/CALCITE-5687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723274#comment-17723274
 ] 

Julian Hyde commented on CALCITE-5687:
--------------------------------------

I reviewed the PR. I think there's too much in it:
 * Adding Lazy variants in the example/csv directory will confuse people
* Adding case-sensitivity to the {{getTable}} API should be a different Jira 
case. It's not clear what the API should be. If you call 'getTable("foo", 
false)' then it might return more than one table.

Amongst all the other stuff. I couldn't see where the 'laziness' was added.

> lazy get scheme
> ---------------
>
>                 Key: CALCITE-5687
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5687
>             Project: Calcite
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 1.34.0
>            Reporter: yiku123
>            Assignee: yiku123
>            Priority: Major
>             Fix For: 1.35.0
>
>
> scence:now i use calcite on my web application
> use and problem :when rewrite 
> org.apache.calcite.schema.impl.AbstractSchema#getTableMap method ,i must to 
> provide  all table scheme informations,but i  only want to provide scheme 
> when my SQL actually use a table。because i don't want my application load 
> many schemes event if not to use.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to