uber/queryparser

Column usage doesn't include hive struct accessors

开放

#11 创建于 2017年8月29日

 (1 条评论) (0 个反应) (0 位负责人)Haskell (145 个派生)batch import
good first issue

仓库指标

星标
 (1,079 个星标)
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.

贡献者指南