apache/pinot

Support query response dump in different formats and location

Open

#6.939 aberto em 18 de mai. de 2021

Ver no GitHub
 (3 comments) (2 reactions) (0 assignees)Java (1.234 forks)batch import
featuregood first issue

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

Description

From the query endpoint, Pinot currently only supports customized JSON format.

It would be great to support:

  1. user can specify the response format, e.g. CSV
  2. user can specify a file to dump the query response to, e.g. local or remote(s3) file or directory.
  3. user can specify the compression algorithm for output file.

This can be implemented in broker query API or we can do all the reformat and response dump using org.apache.pinot.tools.admin.command.PostQueryCommand

Guia do colaborador