OpenSearch/x-pack/plugin/sql/sql-proto/src
Costin Leau d5f04d29c9 SQL: Add support for FROZEN indices (#41558)
Allow querying of FROZEN indices both through dedicated SQL grammar
extension:
> SELECT field FROM FROZEN index
and also through driver configuration parameter, namely:
> index.include.frozen: true/false

Fix #39390
Fix #39377

(cherry picked from commit 2445a933915f420c7f51e8505afa0a7978ce6b0f)
2019-05-23 21:16:16 +03:00
..
main/java/org/elasticsearch/xpack/sql/proto SQL: Add support for FROZEN indices (#41558) 2019-05-23 21:16:16 +03:00
test/java/org/elasticsearch/xpack/sql/proto SQL: Refactor package names of sql-proto and sql-shared-proto projects (#31622) 2018-06-28 05:56:16 -07:00