Conversation
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
There was a problem hiding this comment.
We should actually remove the reference to KTable as we don't currently support it
There was a problem hiding this comment.
remove "or multiple"
Unless there is something i'm missing a KTable is created from exactly one topic unless it is the result of an aggregation
There was a problem hiding this comment.
Was intended as is -- records are updates, so its an "update record" (or update-record). "updated" makes sense, too, though. Not sure what the better wording is...
There was a problem hiding this comment.
I see what you mean. I just think "updated records" sounds more natural. But i'm not overly concerned
There was a problem hiding this comment.
if -> of ?
also add a , before and
There was a problem hiding this comment.
Why a comma?
To my knowledge, for two things that are listed there is no comma: "A and B"
Only for three or more, there are command: "A, B, C, and D"
Correct my if I am wrong.
|
Fair enough
…On Thu, 26 Jan 2017 at 21:40, Matthias J. Sax ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In streams/src/main/java/org/apache/kafka/streams/kstream/KTable.java
<#2438>:
> - *
- * @param selector select the grouping key and value to be aggregated
- * @param keySerde key serdes for materializing this stream,
- * if not specified the default serdes defined in the configs will be used
- * @param valueSerde value serdes for materializing this stream,
- * if not specified the default serdes defined in the configs will be used
- * @param <K1> the key type of the ***@***.*** KGroupedTable}
- * @param <V1> the value type of the ***@***.*** KGroupedTable}
- *
- * @return a ***@***.*** KGroupedTable} that contains the re-partitioned records of this ***@***.*** KTable}
+ * Join records of this ***@***.*** KTable} with another ***@***.*** KTable}'s records using non-windowed inner equi join.
+ * The join is a primary key join with join attribute ***@***.*** thisKTable.key == otherKTable.key}.
+ * The result is an ever updating ***@***.*** KTable} that represents the <em>current</em> (i.e., processing time) result
+ * of the join.
+ * <p>
+ * The join is computed by (1) updating the internal state if one ***@***.*** KTable} and (2) performing a lookup for a
Why?
To my knowledge, for two things that are listed there is no comma: "A and
B"
Only for three or more, there are command: "A, B, C, and D"
Correct my if I am wrong.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2438>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADWLXXVYJ3srb9ok59OtUXsf3l_3pEDks5rWRKwgaJpZM4LuZIE>
.
|
|
Addressed @dguy comments. (Not the part about "update records" -- but we can discuss if we want to reword). Also added Some minor refactoring in Call for review @eno @guozhangwang |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Rebased to resolve conflict. |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Merged to trunk and 0.10.2. |
Author: Matthias J. Sax <matthias@confluent.io> Reviewers: Damian Guy <damian.guy@gmail.com> Closes apache#2438 from mjsax/ktableJavaDocs
No description provided.