tfx icon indicating copy to clipboard operation
tfx copied to clipboard

fix missing values problem in PrestoExampleGen executor

Open SoheilMehrani opened this issue 3 years ago • 0 comments

Reference issue: #5040

Since zip returns a lazy iterable, some rows of data will be lost with the current implementation of beam pipeline in PrestoExampleGen.

screenshot

SoheilMehrani avatar Jul 16 '22 16:07 SoheilMehrani