Hi, while testing offline table ingestion on pinot...
# general
d
Hi, while testing offline table ingestion on pinot github i found that the 
overwrite
 mode is called 
refresh
 now and got an error while using the
overwrite
as a segment push type. Is the
overwrite
keyword not valid anymore?
n
afaik, it was called REFRESH from the start.
just to confirm, you’re referring to the “segmentPushType” field in the table config, and not the “overwriteOutput” field in the ingestion spec: https://docs.pinot.apache.org/configuration-reference/job-specification#example ?
d
yeah
segmentPushType
, was it always between
append
and
refresh
?
n
yup
d
oh okay, thanks for the info, must be a mix up on my side