You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Kramer, Ulrich" <u....@sap.com.INVALID> on 2021/05/11 07:08:37 UTC

JDBC with hints

Hi all,

we are looking for a way to pass parameters [0] through Calcite to HANA using JDBC. We thought that using hints might be a good idea. Unfortunately, hints are not passed to JdbcTableScan in JdbcTable.toRel.
These are my questions:
1. Do you think hints are the correct way to pass parameters to HANA?
2. Would a PR be appreciated to forward hints to JDBC and let the SqlDialect decide how to handle them?


[0] https://help.sap.com/viewer/88fe5f56472e40cca6ef3c3dcab4855b/2.0.00/en-US/fafb3ea432e54fca9eff11648df5bccd.html
---
Ulrich Kramer