collerek

Results 101 comments of collerek

Can you post a query, otherwise it's hard to tell.

I see that you use same subquery names for different subqueries. Although technically possible for different level of nesting our parser keeps all subqueries definition by name regardless of the...

For now values and values_dict works only for insert queries. So this is an enhancement and not a bug.

BTW. I think this should not be in values, but rather in separate property like: `conditions` or something similar (same in regard of #138 where join conditions are mentioned). Proposed...

@macbre - I was thinking more something closer to the one proposed for joins. Conditions for both where and joins are in a set of limited choices (like 20 of...

@macbre I need your opinion on this, we do not support `lateral view explode` keyword as of now, the question is if we should? https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-lateral-view.html in a part `lateral view...

Created a discussion: https://github.com/macbre/sql-metadata/discussions/166

@macbre - I think we should either close this one and open a new one with enhancement for lateral view, or rename this one and change the labels, what do...

@abecus The original bug was resolved but the tables still will return wrong data as the lateral view explode is not yet supported. Therefore I changed the name and label...

Right now it's not really possible as `columns` keep all columns (including ones later "covered" by aliases) with resolved aliases (so both for individual columns and columns used in formulas...