[
https://issues.apache.org/jira/browse/IGNITE-17111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551428#comment-17551428
]
Luchnikov Alexander commented on IGNITE-17111:
----------------------------------------------
[~jooger] I understand this, I started the task so as not to forget.
Not the first year we have to solve problems caused by lazy=false.
In the first iteration, I would like not to remove setLazy from the public API,
so as not to force everyone to update the application code. It is enough to
mark this method as deprecated, with a detailed comment.
When trying to use this method, write to the WARN log, but so as not to spam
the log - for example, once an hour.
I'll discuss it on the dev list.
> Remove the ability to set the lazy flag in SqlFieldsQuery
> ---------------------------------------------------------
>
> Key: IGNITE-17111
> URL: https://issues.apache.org/jira/browse/IGNITE-17111
> Project: Ignite
> Issue Type: Improvement
> Reporter: Luchnikov Alexander
> Priority: Minor
> Labels: ise
>
> Remove the ability to set the lazy flag in SqlFieldsQuery. SqlFieldsQuery
> must always be executed as lazy=true.
> This property
> (org.apache.igniteIgniteSystemProperties#IGNITE_SQL_FORCE_LAZY_RESULT_SET)
> refers to the same functionality, but is not used in the code.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)