[
https://issues.apache.org/jira/browse/BEAM-2939?focusedWorklogId=170353&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-170353
]
ASF GitHub Bot logged work on BEAM-2939:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Nov/18 18:26
Start Date: 28/Nov/18 18:26
Worklog Time Spent: 10m
Work Description: swegner commented on a change in pull request #6969:
[BEAM-2939] SplittableDoFn Java SDK API Changes
URL: https://github.com/apache/beam/pull/6969#discussion_r237192383
##########
File path: model/fn-execution/src/main/proto/beam_fn_api.proto
##########
@@ -186,6 +186,15 @@ message ProcessBundleDescriptor {
org.apache.beam.model.pipeline.v1.ApiServiceDescriptor
state_api_service_descriptor = 7;
}
+
+// Represents a non-negative decimal number: unscaled_value * 10^(-scale)
Review comment:
This is well-known as '[scientific
notation](https://en.wikipedia.org/wiki/Scientific_notation)' (or alternatively
from wikipedia: scientific form, standard index form, or standard form in the
UK). I recommend noting the existing terminology here so the reader recognizes
it.
----------------------------------------------------------------
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: 170353)
Time Spent: 10h 20m (was: 10h 10m)
> Fn API streaming SDF support
> ----------------------------
>
> Key: BEAM-2939
> URL: https://issues.apache.org/jira/browse/BEAM-2939
> Project: Beam
> Issue Type: Improvement
> Components: beam-model
> Reporter: Henning Rohde
> Assignee: Luke Cwik
> Priority: Major
> Labels: portability
> Time Spent: 10h 20m
> Remaining Estimate: 0h
>
> The Fn API should support streaming SDF. Detailed design TBD.
> Once design is ready, expand subtasks similarly to BEAM-2822.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)