From ce9ace2a7ac7709d8af5324e5b3dffed19c13ba3 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 21 Oct 2020 05:05:41 +0200 Subject: Fix client crash when accessing stats on non-parquet clients --- properties.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 properties.md (limited to 'properties.md') diff --git a/properties.md b/properties.md new file mode 100644 index 0000000..c2a42a3 --- /dev/null +++ b/properties.md @@ -0,0 +1,17 @@ +# parquet.properties + +## stats-* + +`[true]/false` +enable/disable custom statistic collection + +## stats-send-to-client + +`true/[false]` +enable/disable sending custom statistics to clients. +This causes clients to crash when trying to access statistics. + +## command-* + +`[true]/false` +enable/disable single parquet commands \ No newline at end of file -- cgit v1.2.3