uber/queryparser

Column usage doesn't include hive struct accessors

Aberta

#11 aberto em 29 de ago. de 2017

 (1 comentário) (0 reação) (0 responsável)Haskell (145 forks)batch import
good first issue

Métricas do repositório

Stars
 (1.079 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

For tables where the majority of 'columns' are abstracted under a top-level column, e.g. body or msg, we don't surface the struct accessor as the column name, rendering analysis of these queries unusable.

Ideally, if we had a msg.name, msg.attrs.foo, msg.attrs.bar struct, we'd see the leaf struct names as the column name, i.e. msg.name, msg.attrs.foo, etc. Instead, we currently see msg for all of them.

Guia do colaborador