You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2019/05/29 20:09:30 UTC

[kudu] branch master updated: docs: remove stale recommendation from known issues

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

adar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 96ce5d4  docs: remove stale recommendation from known issues
96ce5d4 is described below

commit 96ce5d4d15f800ac98bdbb53ac3b36c15a36ad95
Author: Adar Dembo <ad...@cloudera.com>
AuthorDate: Sun May 26 20:04:37 2019 -0700

    docs: remove stale recommendation from known issues
    
    This is clearly no longer true, but I couldn't decide if we should recommend
    against multi-kilobyte _columns_, or recommend against _multi-megabyte_
    rows. In the end I figured there's more than enough specific information
    elsewhere in the known issues doc, so I dropped it altogether.
    
    Change-Id: I9b390e1d3559d827a7081f420ad4eedfbbabdeef
    Reviewed-on: http://gerrit.cloudera.org:8080/13442
    Reviewed-by: Alexey Serbin <as...@cloudera.com>
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <gr...@apache.org>
---
 docs/known_issues.adoc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index 8788585..3eddd8c 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -71,9 +71,6 @@
 
 === Other usage limitations
 
-* Kudu is primarily designed for analytic use cases. You are likely to encounter issues if
-  a single row contains multiple kilobytes of data.
-
 * Secondary indexes are not supported.
 
 * Multi-row transactions are not supported.