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

lostluck pushed a change to branch swift-sdk
in repository https://gitbox.apache.org/repos/asf/beam.git


     was bcf017ccb32 add swift to git ignore

This change permanently discards the following revisions:

 discard bcf017ccb32 add swift to git ignore
 discard c13e652d2a4 Changes to allow Swift SDK to operate successfully with 
the Flink Portable Runner as well as the Python Portable Runner. Modified the 
PInput/POutput functionality to just be structs, this allows us to use them for 
both closures as well as the eventual DoFn interface and cleans up the function 
signatures.
 discard 739ea5a644e Rename previous stream-based pardo implementation to 
pstream and start to introduce an element-wise pardo. This better matches other 
SDK conventions (i.e. processElement) and allows us to implicitly transfer the 
timestamp and window from the input to an output. Repurposes the PInput and 
POutput protocols to handle this functionality. Also update the map and flatmap 
implementations to use pardo rather than pstream to get a sense of how well it 
works (well).
 discard 0bfcf41f455 Added the primitives for a FileIO implementation with 
Google Storage support to start. Doesn't do anything fancy, but does implement 
a true version of wordcount with the classic Shakespeare input.
 discard 9471e336310 Added backwards links in PCollections to support Composite 
transforms. Added a very basic composite version of WordCount to the test 
suite. Still need to hook up the graph generation, which requires searching for 
the roots from the leaves to give it more of that "SwiftUI" style.
 discard c5edeac1289 Start stubbing out more of the composite transform 
implementation. Start stubbing out External Transforms and Schema support. 
Improve automatic naming of pardos and make explicit name implementation 
cleaner. Add S3 and GCS dependencies to implement basic internal IOs.
 discard 59328968ac5 Remove random output file
 discard 16e1ca311d1 Second attempt and fixing the line values.
 discard adfd8948ae3 Turns out String interpolation breaks the #file and #line 
macros. Try a new approach with optional "real" names to get more stable 
transform names. Start adding "ObjectFn" for more complicated DoFn 
implementations.
 discard 844cd182f16 Move typealiases for model protos to make it easier to 
find and less likely to be ignored by .gitignore
 discard e155dc3e87d safeAdvance to try to address issues with zero-length data 
elements on non-mac platforms.
 discard 02b0ae54ca7 Trying to stop advanced(by:) crashes on non-macOS platforms
 discard 33ad4d8a97a Small change to try to stop crashing on Linux
 discard 28268f78874 Use a single advance in varint implementation
 discard c3d71877323 Add the generated proto files so other people don't have 
to do it along with the typealias data
 discard 24d960835ad Add licenses everywhere
 discard f3f519d11d9 Add the rest of the code. Basic word count integration 
test now completes successfully with the Python Portable Runner.
 discard 9ebd42c7948 Add missing file
 discard 534b3e4c2c9 Moving some stuff around to make the proto construction 
code easier to read
 discard 5be3750fd8f Refactor Unary and Tuple SerializableFn into a single 
ClosureFn since one is just a special case of the other. Add the wordcount 
integration test to verify the refactoring does indeed work and start moving 
the pipeline code into the branch.
 discard d22e84f5bd2 Adding more of the Swift SDK implementation
 discard cf29f48a462 Moving experimental Swift SDK code into Beam repo 
structure. Cleaning up and adding tests and Apache License labels where needed.

Reply via email to