Uh oh!
There was an error while loading. Please reload this page.
refactor: Parseable as the main interface - #1143
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nitisht
left a comment
There was a problem hiding this comment.
One small comment otherwise LGTM
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| let path = meta.file_path(); | ||
| // we are considering that we can always get from object store | ||
| if let Some(mut store_data) = storage_ingestor_metadata { |
There was a problem hiding this comment.
test initialising multiple ingestors setup / delete ingestor for distributed
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Nikhil Sinha <131262146+nikhilsinhaparseable@users.noreply.github.com> Signed-off-by: Devdutt Shenoi <devdutt@outlook.in>
Co-authored-by: Nikhil Sinha <131262146+nikhilsinhaparseable@users.noreply.github.com> Signed-off-by: Devdutt Shenoi <devdutt@outlook.in>
Fixes #XXXX.
Description
Refactors code to share a
Parseableobject that is the interface to perform all operations in parseable, instead of having distinct interfaces such asCONFIG,StreamInfo, etc.This PR has: