Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/422#issuecomment-83844491
Hi @jihoonson,
> It looks that a record column and a table have the same name. In this
case, how can we identify them exactly?
Here is how to resolve names.
https://github.com/apache/tajo/pull/422/files#diff-23481c6f9849708ac4a57d2252714846R312
There is a priority about resolving names. If a record column and a table,
a table has a higher priority. To resolve this problem, users should use full
qualified names.
Could you explain what alias for nested record is? Is it different from
just column alias?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---