Skip to content

Commit

Permalink
[#10003] backport: add pinot offline table ingestionConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun-cho committed May 30, 2023
1 parent 10fc1e7 commit 09d3857
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@
},
"metadata": {
"customConfigs": {}
},
"ingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "DAILY"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"loadMode": "MMAP",
"nullHandlingEnabled": true
},
"metadata": {}
"metadata": {},
"ingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "DAILY"
}
}
}
}

0 comments on commit 09d3857

Please sign in to comment.