This is an automated email from the ASF dual-hosted git repository.
fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new c4aaf26 Add missing redirect for ORC extension document (#7979)
c4aaf26 is described below
commit c4aaf26797e1eaa3f123cb6535f3a0f3bb88c73e
Author: Jihoon Son <[email protected]>
AuthorDate: Thu Jun 27 14:23:44 2019 -0700
Add missing redirect for ORC extension document (#7979)
---
docs/_redirects.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/_redirects.json b/docs/_redirects.json
index e053a62..9f1922c 100644
--- a/docs/_redirects.json
+++ b/docs/_redirects.json
@@ -165,5 +165,6 @@
{"source": "development/community-extensions/kafka-simple.html", "target":
"../extensions-contrib/kafka-simple.html"},
{"source": "development/community-extensions/rabbitmq.html", "target":
"../extensions-contrib/rabbitmq.html"},
{"source": "development/extensions-core/namespaced-lookup.html", "target":
"lookups-cached-global.html"},
- {"source": "operations/performance-faq.html", "target":
"../operations/basic-cluster-tuning.html"}
+ {"source": "operations/performance-faq.html", "target":
"../operations/basic-cluster-tuning.html"},
+ {"source": "development/extensions-contrib/orc.html", "target":
"development/extensions-core/orc.html"}
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]