Is it being checked out as a submodule? On Mon, Aug 6, 2018 at 6:07 PM Li Jin <ice.xell...@gmail.com> wrote:
> I've generated the docs but unfortunately is stuck on a weird git issue. > For some reason git doesn't want to add a few files after "git add ." (10 > python files): > > modified: docs/python/parquet.html > > modified: docs/python/plasma.html > > modified: docs/python/search.html > > modified: docs/python/searchindex.js > > > Changes not staged for commit: > > (use "git add <file>..." to update what will be committed) > > (use "git checkout -- <file>..." to discard changes in working directory) > > > modified: docs/python/_sources/generated/pyarrow.Array.rst.txt > > modified: docs/python/_sources/generated/pyarrow.Column.rst.txt > > modified: docs/python/_sources/generated/pyarrow.Field.rst.txt > > modified: docs/python/_sources/generated/pyarrow.Schema.rst.txt > > modified: docs/python/_sources/generated/pyarrow.lib.Array.rst.txt > > modified: docs/python/generated/pyarrow.Array.html > > modified: docs/python/generated/pyarrow.Column.html > > modified: docs/python/generated/pyarrow.Field.html > > modified: docs/python/generated/pyarrow.Schema.html > > modified: docs/python/generated/pyarrow.lib.Array.html > > I have tried a few things but no luck, including: > * adding these files manually (git add docs/python/...) > * stage only python docs > * commit the staged change first and try to stage the rest of files > * check git-ignore (there is none) > * git add --force > ... > > Unfortunately none of these seems to work. Anyone has a clue what might be > going on? > > A separate issue is that I noticed Java doc is comment out from > dev/gen_apidocs/create_documents.sh > (probably due to Java8 lint-checks). I have uncommented it and it works. > (Opened ARROW-3003) > > On Mon, Aug 6, 2018 at 9:33 PM, Phillip Cloud <cpcl...@gmail.com> wrote: > > > Excellent. Thanks for testing that out Krisztián. > > > > On Mon, Aug 6, 2018 at 5:32 PM Krisztián Szűcs < > szucs.kriszt...@gmail.com> > > wrote: > > > > > Great! Just tested to be sure, the osx wheels (all three python > versions) > > > are working. > > > > > > On Aug 6 2018, at 11:16 pm, Wes McKinney <wesmck...@gmail.com> wrote: > > > > > > > > Wheels are up https://pypi.org/project/pyarrow/#files > > > > On Mon, Aug 6, 2018 at 4:38 PM, Phillip Cloud <cpcl...@gmail.com> > > wrote: > > > > > The release artifacts are uploaded to SVN. > > > > > > > > > > On Mon, Aug 6, 2018 at 4:01 PM Wes McKinney <wesmck...@gmail.com> > > > wrote: > > > > > > We can comment out the JS doc build for now, so it's not a > blocker, > > > > > > but would be good to fix > > > > > > > > > > > > On Mon, Aug 6, 2018 at 3:59 PM, Paul Taylor <ptay...@apache.org> > > > wrote: > > > > > > > Looks like typedoc is using the wrong version of typescript. I > > can > > > take a > > > > > > > look at updating it later this afternoon if it’s blocking the > > > release. > > > > > > > > > > > > > > On Mon, Aug 6, 2018 at 12:55 PM Li Jin <ice.xell...@gmail.com> > > > wrote: > > > > > > > > I was trying to build the documentation but hit a JavaScript > > > error. I am > > > > > > > > not familiar with JavaScript and TypeScript ... Any > suggestion? > > > > > > > > > > > > > > > > Error log: > > > > > > > > /apache-arrow/arrow/js /apache-arrow > > > > > > > > + npm install > > > > > > > > npm WARN optional Skipping failed optional dependency > > > > > > /chokidar/fsevents: > > > > > > > > > > > > > > > > npm WARN notsup Not compatible with your operating system or > > > > > > architecture: > > > > > > > > fsevents@1.2.4 > > > > > > > > > > > > > > > > npm WARN optional Skipping failed optional dependency > > > /sane/fsevents: > > > > > > > > npm WARN notsup Not compatible with your operating system or > > > > > > architecture: > > > > > > > > fsevents@1.2.4 > > > > > > > > > > > > > > > > npm WARN optional Skipping failed optional dependency > > > > > > > > /watchpack/chokidar/fsevents: > > > > > > > > > > > > > > > > npm WARN notsup Not compatible with your operating system or > > > > > > architecture: > > > > > > > > fsevents@1.2.4 > > > > > > > > > > > > > > > > npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 > but > > > none was > > > > > > > > installed. > > > > > > > > > > > > > > > > npm WARN uglifyjs-webpack-plugin@1.1.6 requires a peer of > > > webpack@ > > > > > > ^2.0.0 > > > > > > > > || > > > > > > > > ^3.0.0 but none was installed. > > > > > > > > > > > > > > > > + 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[]'. > > > > > > > > > > > > > > > > npm ERR! Linux 4.9.93-linuxkit-aufs > > > > > > > > npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "doc" > > > > > > > > npm ERR! node v8.10.0 > > > > > > > > npm ERR! npm v3.5.2 > > > > > > > > npm ERR! code ELIFECYCLE > > > > > > > > npm ERR! apache-arrow@0.3.0 doc: `shx rm -rf ./doc && > typedoc > > > --mode > > > > > > file > > > > > > > > --out doc src/Arrow.ts` > > > > > > > > > > > > > > > > npm ERR! Exit status 4 > > > > > > > > npm ERR! > > > > > > > > npm ERR! Failed at the apache-arrow@0.3.0 doc script 'shx rm > > > -rf ./doc > > > > > > && > > > > > > > > typedoc --mode file --out doc src/Arrow.ts'. > > > > > > > > > > > > > > > > npm ERR! Make sure you have the latest version of node.js and > > npm > > > > > > > > installed. > > > > > > > > > > > > > > > > npm ERR! If you do, this is most likely a problem with the > > > apache-arrow > > > > > > > > package, > > > > > > > > > > > > > > > > npm ERR! not with npm itself. > > > > > > > > npm ERR! Tell the author that this fails on your system: > > > > > > > > npm ERR! shx rm -rf ./doc && typedoc --mode file --out doc > > > > > > src/Arrow.ts > > > > > > > > > > > > > > > > npm ERR! You can get information on how to open an issue for > > this > > > > > > project > > > > > > > > with: > > > > > > > > > > > > > > > > npm ERR! npm bugs apache-arrow > > > > > > > > npm ERR! Or if that isn't available, you can get their info > > via: > > > > > > > > npm ERR! npm owner ls apache-arrow > > > > > > > > npm ERR! There is likely additional logging output above. > > > > > > > > > > > > > > > > npm ERR! Please include the following file with any support > > > request: > > > > > > > > npm ERR! /apache-arrow/arrow/js/npm-debug.log > > > > > > > > > > > > > > > > On Mon, Aug 6, 2018 at 7:41 PM, Wes McKinney < > > > wesmck...@gmail.com> > > > > > > wrote: > > > > > > > > > > > > > > > > > I have just rebased master on tag apache-arrow-0.10.0. I > will > > > rebase > > > > > > > > > the PRs that might be affected > > > > > > > > > > > > > > > > > > On Mon, Aug 6, 2018 at 2:55 PM, Krisztián Szűcs > > > > > > > > > <szucs.kriszt...@gmail.com> wrote: > > > > > > > > > > Wes, I can help You with the forge packages. I'm creating > > > the PRs. > > > > > > > > > > > > > > > > > > > > On Aug 6 2018, at 8:52 pm, Wes McKinney < > > wesmck...@gmail.com > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > I'm going to start kicking along the conda-forge > > packages. > > > If > > > > > > anyone > > > > > > > > > > > can assist with these, it would be much appreciated. > > > > > > > > > > > > > > > > > > > > > > I will update the website and write a blog post > > > summarizing the > > > > > > 0.10.0 > > > > > > > > > > > release (it's the biggest release we've ever done). > > > > > > > > > > > > > > > > > > > > > > I'm going to rebase master as soon as I merge the build > > > for this PR > > > > > > > > > > > completes: > > > https://travis-ci.org/apache/arrow/builds/412745140 > > > > > > > > > > > > > > > > > > > > > > On Mon, Aug 6, 2018 at 12:25 PM, Phillip Cloud < > > > cpcl...@gmail.com> > > > > > > > > > wrote: > > > > > > > > > > > > With 4 binding +1 votes (myself, Uwe, Wes, Kou), 2 > > > non-binding +1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > (Krisztián, > > > > > > > > > > > > Li), and no other votes, the vote passes. Thanks > > > everyone! > > > > > > > > > > > > > > > > > > > > > > > > I will upload the Java packages as per the release > > > management > > > > > > wiki. > > > > > > > > > > > > Would some folks please volunteer to get the Python > > > packaging, > > > > > > > > > > > > documentation and website updates rolling? > > > > > > > > > > > > > > > > > > > > > > > > -Phillip > > >