This is an automated email from the ASF dual-hosted git repository.
apkhmv pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 6981e293d7f IGNITE-27567 Fix CLI broken on Java 11 after IGNITE-27530
(#7416)
add 0f8c798a1a8 IGNITE-27514 Integrate pager for large output handling in
CLI REPL (#7372)
No new revisions were added by this update.
Summary of changes:
.../cli/commands/sql/SqlExecReplCommand.java | 12 +-
.../ignite/internal/cli/config/CliConfigKeys.java | 12 +-
.../repl/context/CommandLineContextProvider.java | 9 +
.../cli/core/repl/executor/ReplExecutorImpl.java | 187 ++++++++++++-----
.../repl/executor/ReplExecutorProviderImpl.java | 6 +-
.../cli/core/repl/terminal/PagerSupport.java | 231 +++++++++++++++++++++
.../cli/core/repl/terminal/PagerSupportTest.java | 227 ++++++++++++++++++++
7 files changed, 624 insertions(+), 60 deletions(-)
create mode 100644
modules/cli/src/main/java/org/apache/ignite/internal/cli/core/repl/terminal/PagerSupport.java
create mode 100644
modules/cli/src/test/java/org/apache/ignite/internal/cli/core/repl/terminal/PagerSupportTest.java