is <consistent push and rollback> feature for offl...
# troubleshooting
p
is consistent push and rollback feature for offline tables available in release 0.11?
s
@Priyank Bagrecha the building block APIs are available in 0.11; however, you may need to write up your own segment push runner something like the following: https://github.com/apache/pinot/pull/9295 For 0.12, we added the support for consistent push for
SegmentMetadataPushJobRunner
,
SegmentTarPushJobRunner
,
SegmentUriPushJobRunner
Which push job runner are you using for your pipeline?
p
I see. We are using spark jobs for ingestion. I see the open issue for that. Ok. Thank you @Seunghyun.
FYI @suraj sheshadri