aboutsummaryrefslogtreecommitdiff
path: root/properties.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-10-21 05:05:41 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-10-21 05:05:41 +0200
commitce9ace2a7ac7709d8af5324e5b3dffed19c13ba3 (patch)
tree458000cb06290239925187c50241757cbbd84b9d /properties.md
parent130efdf70984a8efb59d05d1708cce4a4d1c3361 (diff)
downloadparquet-ce9ace2a7ac7709d8af5324e5b3dffed19c13ba3.tar.gz
Fix client crash when accessing stats on non-parquet clients
Diffstat (limited to 'properties.md')
-rw-r--r--properties.md17
1 files changed, 17 insertions, 0 deletions
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