You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/08/15 17:37:00 UTC

[jira] [Resolved] (ARROW-2925) [JS] Documentation failing in docker container

     [ https://issues.apache.org/jira/browse/ARROW-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-2925.
---------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: JS-0.4.0)
                   0.11.0

Issue resolved by pull request 2432
[https://github.com/apache/arrow/pull/2432]

> [JS] Documentation failing in docker container
> ----------------------------------------------
>
>                 Key: ARROW-2925
>                 URL: https://issues.apache.org/jira/browse/ARROW-2925
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Documentation, JavaScript
>    Affects Versions: JS-0.3.1
>            Reporter: Uwe L. Korn
>            Assignee: Brian Hulette
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently the documentation build in {{./dev/gen_apidocs.sh}} fails for JavaScript with the following error:
> {code:java}
> + npm run doc
> > apache-arrow@0.3.0 doc /apache-arrow/arrow/js
> > shx rm -rf ./doc && typedoc --mode file --out doc src/Arrow.ts
> Using TypeScript 2.7.2 from /apache-arrow/arrow/js/node_modules/typedoc/node_modules/typescript/lib
> Error: /apache-arrow/arrow/js/src/vector.ts(161)
> Property 'childData' does not exist on type 'any[] | Data<T>'.
> Property 'childData' does not exist on type 'any[]'.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)