Class NdJsonDataSourcePlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.xpack.esql.datasource.ndjson.NdJsonDataSourcePlugin
All Implemented Interfaces:
Closeable, AutoCloseable, DataSourcePlugin

public class NdJsonDataSourcePlugin extends Plugin implements DataSourcePlugin
Data source plugin that provides NDJSON format support for ESQL external data sources.

The NDJSON reader performs schema inference from the first 100 non-empty lines, resolves type conflicts to KEYWORD, marks nested objects/arrays as UNSUPPORTED, and ignores malformed lines while logging warnings with their line numbers.