This is an automated email from the ASF dual-hosted git repository.
jerrypeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 9d120ef Updated PIP 18: Pulsar SQL (markdown)
9d120ef is described below
commit 9d120ef234d41e1dd8ad21a635d14ac22fdb234a
Author: Boyang Jerry Peng <[email protected]>
AuthorDate: Thu Jul 19 12:39:56 2018 -0700
Updated PIP 18: Pulsar SQL (markdown)
---
PIP-18:-Pulsar-SQL.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PIP-18:-Pulsar-SQL.md b/PIP-18:-Pulsar-SQL.md
index 716f64b..72021af 100644
--- a/PIP-18:-Pulsar-SQL.md
+++ b/PIP-18:-Pulsar-SQL.md
@@ -75,8 +75,8 @@ Let’s break the implementation into multiple phases:
* Deploy alongside pulsar / embedded with pulsar cluster
6. Metrics
* Prometheus
- * How long queries are taking, etc
- * Number of requests per sec, etc..
+ * How long queries are taking, etc.
+ * Number of requests per sec, etc.
7. System Columns
* Automatically generate columns such as publish time, event time,
partitionId, etc for each table
8. Integrate with pulsar CLI