Aleksey Plekhanov created IGNITE-16511:
------------------------------------------
Summary: Calcite engine. Move system properties constants to
IgniteSystemProperties class
Key: IGNITE-16511
URL: https://issues.apache.org/jira/browse/IGNITE-16511
Project: Ignite
Issue Type: Task
Reporter: Aleksey Plekhanov
We have a set of system properties constants for the Calcite-based SQL engine,
which are placed in different classes and not documented:
{noformat}
IGNITE_CALCITE_EXEC_IN_BUFFER_SIZE
IGNITE_CALCITE_EXEC_BATCH_SIZE
IGNITE_CALCITE_EXEC_IO_BATCH_SIZE
IGNITE_CALCITE_EXEC_IO_BATCH_CNT
IGNITE_CALCITE_REL_JSON_PRETTY_PRINT{noformat}
They should be moved to {{IgniteSystemProperties}} class with a proper
{{@SystemProperty}} annotation.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)