Skip to content

TriggerJobOpts: Work around ByteStreamConfig issue in decodeBS.py

Rafal Bielski requested to merge rbielski/athena:decodeBS-workaround into master

This is a workaround for ATR-21307. There is currently a problem with merging new-style configuration from ByteStreamConfig with old-style, which is under discussion in !32449 (closed). The workaround is to not use the new-style ByteStreamConfig, but rely on the old-style ReadByteStream.

The original lines are only commented out and not removed to keep an example of how the configuration should look like. The workaround will be reverted once the underlying issue is resolved.

Merge request reports