fjh100456 commented on issue #1354: [CALCITE-482] Implement sql and planner hints URL: https://github.com/apache/calcite/pull/1354#issuecomment-568640274 Hello @danny0405 , I had tried to use a spark hint like this: SELECT /*+ COALESCE(10) */ … SELECT /*+ REPARTITION(10) */ … But it seems that it is not supported because the parameter cannot be a constant. Is this dialect compatible?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
