You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/13 14:44:24 UTC

[GitHub] [arrow] lwhite1 opened a new pull request, #13153: ARROW-16571: [JAVA] Update .gitignore to exclude JNI-related binaries

lwhite1 opened a new pull request, #13153:
URL: https://github.com/apache/arrow/pull/13153

   Adds three lines to gitignore to exclude three folders containing binaries and other build output produced by the JNI build process. The folders: 
   - java-dist/
   - java-native-c/
   - java-native-cpp/
   
   are created in the root arrow directory when cmake is run


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lwhite1 commented on pull request #13153: ARROW-16571: [Java] Update .gitignore to exclude JNI-related binaries

Posted by GitBox <gi...@apache.org>.
lwhite1 commented on PR #13153:
URL: https://github.com/apache/arrow/pull/13153#issuecomment-1127716341

   > Could you show your command lines to build JNI related binaries?
   
   I edited the PR to include a link to the instructions, and the actual steps I followed for macOS. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on pull request #13153: ARROW-16571: [Java] Update .gitignore to exclude JNI-related binaries

Posted by GitBox <gi...@apache.org>.
kou commented on PR #13153:
URL: https://github.com/apache/arrow/pull/13153#issuecomment-1126657734

   Could you show your command lines to build JNI related binaries?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #13153: ARROW-16571: [Java] Update .gitignore to exclude JNI-related binaries

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #13153:
URL: https://github.com/apache/arrow/pull/13153#issuecomment-1128355652

   Benchmark runs are scheduled for baseline = eb7f986a6707226bcf41754ca82b5727de83ad2d and contender = f17b09b4ba912f9658974ce1f6f12ee48a92cf26. f17b09b4ba912f9658974ce1f6f12ee48a92cf26 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/e6ac5b72f3a143eaa1684b097df1467a...1fa0c3a90a064a7ba8304a42a75804dd/)
   [Finished :arrow_down:0.31% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/971c1ad630d44e3d84707b1605659644...044f001373ea4e88ac1c80d5199a490c/)
   [Failed :arrow_down:0.36% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/59e6228618cf437cbc8884e9208bf977...639ab9a7903d4cc7abcf4fc8f9a05a67/)
   [Finished :arrow_down:0.43% :arrow_up:0.12%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/bae80523d11544b3a932f136e430fec4...ad10b48140dd457a9b36e95d6227cdf1/)
   Buildkite builds:
   [Finished] [`f17b09b4` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/771)
   [Finished] [`f17b09b4` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/768)
   [Finished] [`f17b09b4` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/758)
   [Finished] [`f17b09b4` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/774)
   [Finished] [`eb7f986a` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/770)
   [Finished] [`eb7f986a` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/767)
   [Failed] [`eb7f986a` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/757)
   [Finished] [`eb7f986a` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/773)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed pull request #13153: ARROW-16571: [Java] Update .gitignore to exclude JNI-related binaries

Posted by GitBox <gi...@apache.org>.
kou closed pull request #13153: ARROW-16571: [Java] Update .gitignore to exclude JNI-related binaries
URL: https://github.com/apache/arrow/pull/13153


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #13153: ARROW-16571: [JAVA] Update .gitignore to exclude JNI-related binaries

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13153:
URL: https://github.com/apache/arrow/pull/13153#issuecomment-1126140104

   https://issues.apache.org/jira/browse/ARROW-16571


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #13153: ARROW-16571: [JAVA] Update .gitignore to exclude JNI-related binaries

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13153:
URL: https://github.com/apache/arrow/pull/13153#issuecomment-1126140123

   :warning: Ticket **has not been started in JIRA**, please click 'Start Progress'.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #13153: ARROW-16571: [Java] Update .gitignore to exclude JNI-related binaries

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #13153:
URL: https://github.com/apache/arrow/pull/13153#issuecomment-1128355761

   ['Python', 'R'] benchmarks have high level of regressions.
   [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/59e6228618cf437cbc8884e9208bf977...639ab9a7903d4cc7abcf4fc8f9a05a67/)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org