Re: How to understand this comment

2019-04-03 Thread Wes McKinney
On Wed, Apr 3, 2019 at 9:56 AM Jacques Nadeau wrote: > > > > > "To consume the whole flight, generally all endpoints must be consumed" > > > > I actually think the problem is we changed some names at one point and this > comment is a bit behind. This should probably read that "To consume the > who

Re: How to understand this comment

2019-04-03 Thread Jacques Nadeau
> > "To consume the whole flight, generally all endpoints must be consumed" > I actually think the problem is we changed some names at one point and this comment is a bit behind. This should probably read that "To consume the whole flight all Flight Itineraries must be consumed. Any endpoint liste

Re: How to understand this comment

2019-04-03 Thread Wes McKinney
business class, economic > > > class, etc > > > - they all need a ticket to finish the trip. > > > > > > is this right, or way off? > > > > > > Thanks > > > Ming > > > > > > > > > On Tue, Apr 2, 2019 at 9:59

Re: How to understand this comment

2019-04-03 Thread Jacques Nadeau
> > > > > > On Tue, Apr 2, 2019 at 9:59 PM Wes McKinney > wrote: > > > > > > > Hi, > > > > > > > > A FlightGetInfo plan corresponds to a single logical dataset. The > > > > dataset may be spread across multiple endpoints, so if

Re: How to understand this comment

2019-04-03 Thread ming zhang
e, Apr 2, 2019 at 9:59 PM Wes McKinney wrote: > > > > > Hi, > > > > > > A FlightGetInfo plan corresponds to a single logical dataset. The > > > dataset may be spread across multiple endpoints, so if you want the > > > whole dataset you have to execute D

Re: How to understand this comment

2019-04-02 Thread Wes McKinney
; I'm not sure what you mean by "provide more than one execution plan". > > > > - Wes > > > > On Tue, Apr 2, 2019 at 7:54 PM ming zhang > > wrote: > > > > > > Hi All > > > > > > Wonder how to understand this comment? > &

Re: How to understand this comment

2019-04-02 Thread ming zhang
uot;provide more than one execution plan". > > - Wes > > On Tue, Apr 2, 2019 at 7:54 PM ming zhang > wrote: > > > > Hi All > > > > Wonder how to understand this comment? > > > > Looks like this assume we only have one "itinerary" and finish

Re: How to understand this comment

2019-04-02 Thread Wes McKinney
Apr 2, 2019 at 7:54 PM ming zhang wrote: > > Hi All > > Wonder how to understand this comment? > > Looks like this assume we only have one "itinerary" and finish it need to > consume all the flight endpoints. > > /* >* A list of endpoints associated w

How to understand this comment

2019-04-02 Thread ming zhang
Hi All Wonder how to understand this comment? Looks like this assume we only have one "itinerary" and finish it need to consume all the flight endpoints. /* * A list of endpoints associated with the flight. To consume the whole * flight, all endpoints must be consumed. */