Details
Description
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.
Attachments
Issue Links
- is related to
-
IGNITE-18719 [IEP-80] Deprecate lazy flag of SqlFieldsQuery
- Resolved