JDBC and Hint Strategies

2022-10-07 Thread 42-0x2a
Hello I'm developing an adapter for my custom data source. My adapter uses hints to tailor query calls to my underlying data source. Did I understand it correctly that hints have to be defined "outside" of an adapter, i.e., at the location where the connection is defined? I'm currently wrappin

Re: Re: JDBC and Hint Strategies

2022-10-14 Thread 42-0x2a
Hello Thomas, Thank you for your answer. I already register the hint strategies as in KuduQuery.java#L88. However, no hints are visible until I surround the JDBC call with a SqlToRelConverter​​​ hook, just like in my first email. I looked at Kudu's test suite and discovered that kudu also