xtern commented on PR #1101:
URL: https://github.com/apache/ignite-3/pull/1101#issuecomment-1251166063

   @AMashenkov 
   
   > What is the behaviour in case of typo in column name? E.g. " 
use_index(unknown_col)". Should we test this as well?
   
   I'm not adding a new hint here (e.g. use_index) - I'm just adding the 
ability to add them in future.
   There is no difference between use_index(existing_column) or 
use_index(non_existing) - this is not handled in any way.
   In the test, I added existing columns just to make it look more "meaningful".


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

Reply via email to