Re: [Memo] API Behavior changes

2019-07-22 Thread Fan Liya
@Wes Mckineey, Thanks for the good suggestion. Best, Liya Fan On Mon, Jul 22, 2019 at 8:23 PM Wes McKinney wrote: > You could also use labels in JIRA to mark issues that introduce API changes > > On Mon, Jul 22, 2019 at 4:42 AM Fan Liya wrote: > > > > @Uwe L. Korn > > > > Thanks a lot for the

Re: [Memo] API Behavior changes

2019-07-22 Thread Wes McKinney
You could also use labels in JIRA to mark issues that introduce API changes On Mon, Jul 22, 2019 at 4:42 AM Fan Liya wrote: > > @Uwe L. Korn > > Thanks a lot for the good suggestion. > I will create a new file to track the changes. > > Best, > Liya Fan > > On Mon, Jul 22, 2019 at 5:03 PM Uwe L. K

Re: [Memo] API Behavior changes

2019-07-22 Thread Fan Liya
@Uwe L. Korn Thanks a lot for the good suggestion. I will create a new file to track the changes. Best, Liya Fan On Mon, Jul 22, 2019 at 5:03 PM Uwe L. Korn wrote: > Hallo Liya, > > what about having this as part of the repository, e.g. > java/api-changes.md? We have an auto-generated changelo

Re: [Memo] API Behavior changes

2019-07-22 Thread Uwe L. Korn
Hallo Liya, what about having this as part of the repository, e.g. java/api-changes.md? We have an auto-generated changelog that is quite verbose but having such documentation for consumers of the Java library would be really helpful as it is gives a denser packed information on upgrading versi

[Memo] API Behavior changes

2019-07-21 Thread Fan Liya
Hi all, Let's track the API behavior changes in this email thread, so as not forget about them for the next release. ARROW-5842 : the semantics of lastSet in ListVector changes. In the past, it refers to the next index that will be set; now it poi