You are right. I made a PR for this issue at https://github.com/apache/tajo/pull/807. Thanks!
2015년 10월 7일 (수) 오전 12:31, Odin Guillermo Caudillo Gallegos < [email protected]>님이 작성: > jsondigilant is actually my table. It seems that it doesn't work with the > alias of the tables when it's based on a schemaless one. > Thanks! > > 2015-10-05 21:21 GMT-05:00 Jihoon Son <[email protected]>: > >> I created a jira ticket for this issue ( >> https://issues.apache.org/jira/browse/TAJO-1912). >> Thank you for your report! >> Jihoon >> >> 2015년 10월 6일 (화) 오전 9:13, Jihoon Son <[email protected]>님이 작성: >> >>> Hi, it seems a bug. I'll dig it. >>> If you share some information about your error message, it would be >>> greatly helpful to me. I wonder where the name 'default.jsondigilant' comes >>> from. Is the 'MyField' actually jsondigilant? >>> >>> Best regards, >>> Jihoon >>> 2015년 10월 6일 (화) 오전 2:57, Odin Guillermo Caudillo Gallegos < >>> [email protected]>님이 작성: >>> >>>> Hi. >>>> I have a schemaless table based on json files. >>>> If i do a query like the following: >>>> >>>> select dj."MyField" from jsontable dj; >>>> it gives me the error "ERROR: internal error: Columns projected from >>>> default.jsondigilant is not found." >>>> So i can't use alias if i'm using a schemaless table? >>>> Thanks! >>>> >>> >
