Vadim Pakhnushev created IGNITE-27211:
-----------------------------------------
Summary: CLI highlighting doesn't work on Alpine Linux
Key: IGNITE-27211
URL: https://issues.apache.org/jira/browse/IGNITE-27211
Project: Ignite
Issue Type: Bug
Components: cli ai3
Reporter: Vadim Pakhnushev
Assignee: Vadim Pakhnushev
We use https://github.com/bonede/tree-sitter-ng library for highlighting in the
CLI, which uses native libraries. The libraries are linked with the libc and
don't work with libmusl which is used in the Alpine Linux.
This causes errors when we try to output JSON, HOCON or run sql command:
{noformat}
java.lang.NoClassDefFoundError: Could not initialize class
org.treesitter.TSParser
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)