[
https://issues.apache.org/jira/browse/IGNITE-5377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050532#comment-16050532
]
ASF GitHub Bot commented on IGNITE-5377:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/2136
IGNITE-5377 ODBC: Exposed SqlFieldsQuery hints as parameters.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-5377
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2136.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2136
----
commit 9ba3769e689685e1ce704d63dd9f66a651c2b1d9
Author: Igor Sapego <[email protected]>
Date: 2017-06-15T13:18:58Z
IGNITE-5377: Added hints to driver
commit b28b8af7440433cf889e9f99d045f46589484a89
Author: Igor Sapego <[email protected]>
Date: 2017-06-15T13:29:45Z
IGNITE-5377: Added handling of flags in ODBC processor.
----
> ODBC: Expose SqlFieldsQuery hints as parameters
> -----------------------------------------------
>
> Key: IGNITE-5377
> URL: https://issues.apache.org/jira/browse/IGNITE-5377
> Project: Ignite
> Issue Type: Task
> Components: odbc
> Reporter: Vladimir Ozerov
> Assignee: Igor Sapego
> Labels: important
> Fix For: 2.1
>
>
> Same as for JDBC (IGNITE-5376):
> We should expose:
> 1) {{enforceJoinOrder}}
> 2) {{distributedJoins}}
> 3) {{replicatedOnly}}
> 4) {{collocated}}
> As per the rest:
> - {{partitions}} should be avoided for now, as they are very request-specific
> - {{local}} flag cannot be supported for now, as "cacheless" query execution
> cannot be executed through "local" workflow for now (we cannot determine
> query parallelism)
> - {{timeout}} - will be handled in another ticket.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)