razvanculea commented on issue #19636: URL: https://github.com/apache/beam/issues/19636#issuecomment-3164017411
pre my IObase work, all IOs derived from IObased and FileBasedSink don't work in streaming. They do work in batch. My PR to add streaming support: PR - [(apache/beam#35137)] adds support in IObase (fyi, most of the implementation needs to be in FileBasedSink for most used IOs : Text,Avro,Parquet,TFRecords) PR - [(apache/beam#35253)] adds surpport in FileBasedSink and TextIO PR - [(apache/beam#35418)] , i added support for all the others IOs using IObase and FileBasedSink in apache_beam : AvroIO, ParquetIO, TFRecordsIO After last PR merged TextIO and the others IO should work in streaming now with either user window defined or triggering frequency (that overrides it) in the Write operation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org