razvanculea commented on issue #25598:
URL: https://github.com/apache/beam/issues/25598#issuecomment-3164011295

   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
   
   The test in https://github.com/apache/beam/issues/25598#issue-1595809601 , 
should work now as expect as windowing is defined by the user (60s)


-- 
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

Reply via email to