[ 
https://issues.apache.org/jira/browse/ARROW-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174580#comment-16174580
 ] 

ASF GitHub Bot commented on ARROW-1590:
---------------------------------------

GitHub user trxcllnt opened a pull request:

    https://github.com/apache/arrow/pull/1120

    ARROW-1590: [JS] Flow TS Table method generics

    This PR fixes the Table generics to infer the types from the call site:
    
    ![kapture 2017-09-21 at 4 03 
34](https://user-images.githubusercontent.com/178183/30692953-5b8638d6-9e82-11e7-9d66-b87eb50f0e3f.gif)
    
    @wesm this PR also includes the fixes to the prepublish script I mentioned 
yesterday.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/graphistry/arrow-1 fix-ts-typings

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/arrow/pull/1120.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1120
    
----
commit b87f409c3997aa1e935bea805904831fbfef0eb4
Author: Kouhei Sutou <k...@clear-code.com>
Date:   2017-09-13T13:09:38Z

    ARROW-1529: [GLib] Use Xcode 8.3 on Travis CI
    
    Author: Kouhei Sutou <k...@clear-code.com>
    
    Closes #1092 from kou/glib-travis-macos and squashes the following commits:
    
    291808b2 [Kouhei Sutou] [GLib] Use Xcode 8.3 on Travis CI

commit f15a91b0f32d73c450e552ffb5230116dbd2cbf1
Author: Kouhei Sutou <k...@clear-code.com>
Date:   2017-09-15T14:47:04Z

    ARROW-1537: [C++] Support building with full path install_name on macOS
    
    If you use `@rpath` for install_name (default), you can use the
    DYLD_LIBRARY_PATH environment variable to find libarrow.dylib. But the
    DYLD_LIBRARY_PATH environment variable isn't inherited to sub process by
    System Integration Protection (SIP). It's difficult to use
    libarrow.dylib.
    
    You can use full path install_name by -DARROW_INSTALL_NAME_RPATH=OFF
    CMake option. If you use it, you can find libarrow.dylib without
    DYLD_LIBRARY_PATH environment variable.
    
    Author: Kouhei Sutou <k...@clear-code.com>
    
    Closes #1100 from kou/cpp-macos-support-install-name and squashes the 
following commits:
    
    8207ace [Kouhei Sutou] [C++] Support building with full path install_name 
on macOS

commit 37a4f2dc6b59a1a5b09d854827769b944622e67d
Author: Paul Taylor <paul.e.tay...@me.com>
Date:   2017-09-21T10:44:43Z

    enforce exact dependency package versions

commit 0151cbb76ae77bfb6c46fde9a3bc880e5a228cbe
Author: Paul Taylor <paul.e.tay...@me.com>
Date:   2017-09-21T10:45:18Z

    fix gulp and prepublish scripts

commit ac6db5e0b76ef0668b28f144d3d242c3a887bedb
Author: Paul Taylor <paul.e.tay...@me.com>
Date:   2017-09-21T10:46:07Z

    add comments explaining ARROW-1363 reader workaround

commit c7c67fbd3855cab58ca578481d41f746ad1b0da7
Author: Paul Taylor <paul.e.tay...@me.com>
Date:   2017-09-21T10:47:21Z

    more defensively typed reader internal values

commit 06fa8ae60738f62e1dc5777a48d6d0b091f2443e
Author: Paul Taylor <paul.e.tay...@me.com>
Date:   2017-09-21T10:47:58Z

    flow table method generics

----


> Flow TS Table method generics
> -----------------------------
>
>                 Key: ARROW-1590
>                 URL: https://issues.apache.org/jira/browse/ARROW-1590
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: JavaScript
>            Reporter: Paul Taylor
>            Assignee: Paul Taylor
>              Labels: pull-request-available
>
> The Table method generics should thread the Vector and value types through 
> from the call site.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to