[
https://issues.apache.org/jira/browse/BEAM-4863?focusedWorklogId=141091&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-141091
]
ASF GitHub Bot logged work on BEAM-4863:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Sep/18 01:31
Start Date: 05/Sep/18 01:31
Worklog Time Spent: 10m
Work Description: reuvenlax commented on a change in pull request #6057:
[BEAM-4863] Implement consistentWithEquals/structuralValue on
FullWindowedValueCoder
URL: https://github.com/apache/beam/pull/6057#discussion_r215113421
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/util/WindowedValue.java
##########
@@ -497,7 +497,7 @@ private void ensureWindowsAreASet() {
// right, and cast the window type away here.
@SuppressWarnings({"unchecked", "rawtypes"})
Coder<Collection<? extends BoundedWindow>> collectionCoder =
- (Coder) CollectionCoder.of(this.windowCoder);
Review comment:
Will this break DataflowRunner's update by changing all these coders?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 141091)
Time Spent: 40m (was: 0.5h)
> Implement consistentWithEquals/structuralValue on FullWindowedValueCoder
> ------------------------------------------------------------------------
>
> Key: BEAM-4863
> URL: https://issues.apache.org/jira/browse/BEAM-4863
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Implementing *consistentWithEquals*/*structuralValue* boosts significantly
> the performance of using these values in comparison operations since it
> doesn't require encoding the values.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)