uber/queryparser

Column usage doesn't include hive struct accessors

Open

#11 建立於 2017年8月29日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Haskell (145 fork)batch import
good first issue

倉庫指標

Star
 (1,079 star)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南