Re: RelBuilder API issue using table aliases in join condition

2016-12-01 Thread Julian Hyde
And please log a bug. On Thu, Dec 1, 2016 at 1:37 PM, Jess Balint wrote: > Thanks... > > On Wed, Nov 30, 2016 at 2:34 PM, Julian Hyde wrote: > >> Sorry, my mistake (or my email provider’s). I sent this reply on 11/22 and >> it went into my “sent” folder but it seems not to have made it onto the

Re: RelBuilder API issue using table aliases in join condition

2016-12-01 Thread Jess Balint
Thanks... On Wed, Nov 30, 2016 at 2:34 PM, Julian Hyde wrote: > Sorry, my mistake (or my email provider’s). I sent this reply on 11/22 and > it went into my “sent” folder but it seems not to have made it onto the > list. > > > On Nov 22, 2016, at 7:55 PM, Julian Hyde wrote: > > > > This looks l

Re: RelBuilder API issue using table aliases in join condition

2016-11-30 Thread Julian Hyde
Sorry, my mistake (or my email provider’s). I sent this reply on 11/22 and it went into my “sent” folder but it seems not to have made it onto the list. > On Nov 22, 2016, at 7:55 PM, Julian Hyde wrote: > > This looks like a bug. But first try writing > > rb.scan("EMP").as("t0”) > .scan(

Re: RelBuilder API issue using table aliases in join condition

2016-11-30 Thread Jess Balint
I am subscribed and have seen nothing. Also can't find anything in the archives other than my original message. :( On Wed, Nov 30, 2016 at 2:23 PM, Julian Hyde wrote: > I think you should subscribe to the mailing list. Maybe there are some > replies you have missed. :) > > > On Nov 30, 2016, at

Re: RelBuilder API issue using table aliases in join condition

2016-11-30 Thread Julian Hyde
I think you should subscribe to the mailing list. Maybe there are some replies you have missed. :) > On Nov 30, 2016, at 12:18 PM, Jess Balint wrote: > > thoughts? > > On Tue, Nov 22, 2016 at 3:41 PM, Jess Balint wrote: > >> Hi, >> >> Using the RelBuilder API, I would like to create a join

Re: RelBuilder API issue using table aliases in join condition

2016-11-30 Thread Jess Balint
thoughts? On Tue, Nov 22, 2016 at 3:41 PM, Jess Balint wrote: > Hi, > > Using the RelBuilder API, I would like to create a join condition using > table aliases. The RelBuilder.field(relationAlias, fieldName) method only > checks the top of the stack. The top of the stack is not yet a join node i