You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/03/18 17:26:49 UTC

[incubator-datasketches-website] branch Corrections created (now f103e2f)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch Corrections
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git.


      at f103e2f  Small corrections

This branch includes the following new commits:

     new f103e2f  Small corrections

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-website] 01/01: Small corrections

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch Corrections
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git

commit f103e2f574f9d7e43918fe7351fc09e2ee412359
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Mar 18 10:26:15 2020 -0700

    Small corrections
---
 docs/Architecture/SketchFeaturesMatrix.md | 2 +-
 docs/DistinctCountFeaturesMatrix.md       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/Architecture/SketchFeaturesMatrix.md b/docs/Architecture/SketchFeaturesMatrix.md
index c8dd0a0..168f9bd 100644
--- a/docs/Architecture/SketchFeaturesMatrix.md
+++ b/docs/Architecture/SketchFeaturesMatrix.md
@@ -19,7 +19,7 @@ layout: doc_page
     specific language governing permissions and limitations
     under the License.
 -->
-# Sketch Feature Matrix
+# Sketch Features Matrix
 
 Use the following table to compare the capabilities of the different sketch families.
 
diff --git a/docs/DistinctCountFeaturesMatrix.md b/docs/DistinctCountFeaturesMatrix.md
index 7daae77..a882386 100644
--- a/docs/DistinctCountFeaturesMatrix.md
+++ b/docs/DistinctCountFeaturesMatrix.md
@@ -60,8 +60,8 @@ Deserialize Operations | Heapify() | Y | Y | Y | Y |
  | Wrap() | Y | Y | Y |  |
  | WritableWrap | Y | Y | Y |  |
 Languages | Java | Y | Y | Y | Y |
- | C++ | Y | Y | Y | Y |
- | Python | Y | Y | Y | Y |
+ | C++ | Y |  | Y | Y |
+ | Python | Y |  | Y | Y |
  | Binary compatibility across Languages | Y | Y | Y | Y |
 Other Operations and Modes | Jaccard Index | Y |  |  |  |
  | Off-Heap | Y | Y | Y |


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org