You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Bozo Dragojevic <bo...@digiverse.si> on 2020/05/27 14:35:08 UTC

DRILL-7722 issues with CREATE VIEW with UNNEST

Hi!


I've created a unit test for DRILL-7722. From how things look from the
outside, drill parses the VIEW query to some AST representation and
generates the view file out of that. Somewhere there lies the issue, the
UNNEST clause is generated wrongly with extraenous parentheses.


Any hints on where to start digging?


Cheers,

Bozzo