uber/queryparser

Column usage doesn't include hive struct accessors

オープン

#11 opened on 2017/08/29

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (145 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (1,079 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド