GavinGuan24 commented on issue #29311: URL: https://github.com/apache/shardingsphere/issues/29311#issuecomment-1854022046
anyway, I wanna repeat it. I observed two phenomena. this snippet will work fine. ``` /*FORCE_IMCI_NODES*/ select /*+ SET_VAR(cost_threshold_for_imci=0) */ * from my_table ``` and this snippet will throw the exception. ``` /*FORCE_IMCI_NODES*/ explain select /*+ SET_VAR(cost_threshold_for_imci=0) */ * from my_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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
