This is an automated email from the ASF dual-hosted git repository.
ifesdjeen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-harry.git
The following commit(s) were added to refs/heads/master by this push:
new 6adedb0 Update README.md
6adedb0 is described below
commit 6adedb0c1da9b07a3dcf259959bd01ebd6d94c79
Author: Scott Hirleman <[email protected]>
AuthorDate: Mon Sep 21 14:22:03 2020 -0700
Update README.md
In What's Missing section:
Removed the repeated bullet of * Partition deletions are not implemented
Removed extra "o" from * Exhaustive checker should use more precise
information from data tracker, not
just watermarks
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 69a12b1..ec93b22 100644
--- a/README.md
+++ b/README.md
@@ -499,7 +499,6 @@ Harry is by no means feature-complete. Main things that are
missing are:
* Runner and scheduler are rather rudimentary and require significant rework
and proper scheduling
* TTL is not supported
* Some SELECT queries are not supported: `LIMIT`, `IN`, `GROUP BY`, token
range queries
- * Partition deletions are not implemented
* Pagination is not implemented
Some things, even though are implemented, can be improved or optimized:
@@ -510,7 +509,7 @@ Some things, even though are implemented, can be improved
or optimized:
off-heap data structure
* Exhaustive checker can be significantly optimized
* Harry shouldn't rely on java-driver for query generation
- * Exhaustive checker shouold use more precise information from data tracker,
not
+ * Exhaustive checker should use more precise information from data tracker,
not
just watermarks
* Decision-making about _when_ we visit partitions and/or rows should be
improved
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]