arrow git commit: ARROW-990: [JS] Add tslint support for linting TypeScript

2017-06-02 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 5c155c353 -> 092afb6dc ARROW-990: [JS] Add tslint support for linting TypeScript Added tslint config and `npm run tslint` script. Modified current code to pass lint tests. Currently the config disables the bitwise operation and max classe

arrow git commit: ARROW-1084: Implementations of BufferAllocator should handle Netty's OutOfDirectMemoryError

2017-06-02 Thread adeneche
Repository: arrow Updated Branches: refs/heads/master 092afb6dc -> ba97f343f ARROW-1084: Implementations of BufferAllocator should handle Netty's OutOfDirectMemoryError Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/ba97

arrow git commit: ARROW-1085: [java] Follow up on template cleanup. Missing method for …

2017-06-02 Thread julien
Repository: arrow Updated Branches: refs/heads/master ba97f343f -> 0576ff55c ARROW-1085: [java] Follow up on template cleanup. Missing method for … …IntervalYear Author: Julien Le Dem Closes #726 from julienledem/followup_ARROW-1049 and squashes the following commits: babe1a5 [Julien