glasser commented on issue #7631: Add ability for task and supervisor to recall 
the exact spec that was sent to them
URL: 
https://github.com/apache/incubator-druid/issues/7631#issuecomment-553580488
 
 
   This was inspired by a comment of mine at a meetup last night, about how we 
find a tool we built that diffs a spec against the currently-deployed version 
of it useful but how it requires us to normalize the spec via some hacky "link 
against druid server libraries, set up jackson with lots of null injected 
objects" stuff.
   
   The feature described here would solve that problem.  Another alternative 
for my particular use case would be a way for endpoints to normalize specs for 
you — eg, maybe a convention where a certain HTTP header or query parameter 
passed to a POST API means "don't actually apply this spec, just round-trip it 
through serialization and return the output".  I don't know if that would help 
with the data loader GUI!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to