walterddr opened a new pull request #7096:
URL: https://github.com/apache/incubator-pinot/pull/7096


   ## Description
   This PR adds support to write query results to a file with JSON/CSV format.
   This should address 2 of the items in #6939: support output format and 
support write to file. 
   TODOs
   - [ ] Support other output writters (such as S3)
   - [ ] Support other output format (via dynamic SPI loading? this meant it 
can also include user-defined compression algorithms) 
   
   ## Upgrade Notes
   Does this PR prevent a zero down-time upgrade? (Assume upgrade order: 
Controller, Broker, Server, Minion)
   * NO
   
   Does this PR fix a zero-downtime upgrade introduced earlier?
   * NO
   
   Does this PR otherwise need attention when creating release notes? Things to 
consider:
   - New configuration options NO
   - Deprecation of configurations NO
   - Signature changes to public methods/interfaces YES
   - New plugins added or old plugins removed NO
   
   ## Release Notes
   - Added support for selecting output format and output path to local 
directory
   
   ## Documentation
   Not documented, please advice which file to document this feature. 
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to