[GitHub] [parquet-mr] zivanfi closed pull request #520: PARQUET-1410: Refactor modules to use the new logical type API

2018-09-12 Thread GitHub
[ pull request closed by zivanfi ] [ Full content available at: https://github.com/apache/parquet-mr/pull/520 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-superset] codecov-io commented on issue #5870: Enable Teradata

2018-09-12 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/5870?src=pr&el=h1) Report > Merging > [#5870](https://codecov.io/gh/apache/incubator-superset/pull/5870?src=pr&el=desc) > into > [master](https://codecov.io/gh/apache/incubator-superset/commit/657993d6098d01bea0bf4eb3fcc4c663578c

[GitHub] [incubator-openwhisk] markusthoemmes closed issue #4013: Ping test should be more leninet in expected message

2018-09-12 Thread GitHub
[ issue closed by markusthoemmes ] [ Full content available at: https://github.com/apache/incubator-openwhisk/issues/4013 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-skywalking] wu-sheng closed issue #1666: Huge memory is used when using skywalking-agent.

2018-09-12 Thread GitHub
[ issue closed by wu-sheng ] [ Full content available at: https://github.com/apache/incubator-skywalking/issues/1666 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-openwhisk] markusthoemmes closed pull request #4015: Ping test should check for absence of ping response

2018-09-12 Thread GitHub
[ pull request closed by markusthoemmes ] [ Full content available at: https://github.com/apache/incubator-openwhisk/pull/4015 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-skywalking] wu-sheng commented on issue #1666: Huge memory is used when using skywalking-agent.

2018-09-12 Thread GitHub
> Does bytebuddy used huge memroy? No, it will not. Byte Buddy is stable libs. Of course, code manipulation has risk. The cost should be perm size or meta space in different JDK. [ Full content available at: https://github.com/apache/incubator-skywalking/issues/1666 ] This message was relayed v

[GitHub] [cordova-plugin-wkwebview-engine] shazron commented on issue #49: CB-12815: (ios) Fix bug nativeCallback not executed when app is in background

2018-09-12 Thread GitHub
@jcesarmobile see the [JIRA Issue](https://issues.apache.org/jira/browse/CB-12815?focusedCommentId=16013887&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16013887). `process.nextTick`, `Promises` and `setTimeout` put the code into a the queue for the next process

[GitHub] [incubator-skywalking] wu-sheng commented on issue #1666: Huge memory is used when using skywalking-agent.

2018-09-12 Thread GitHub
One possible reason is are you using some dynamic class mechanism? Or motan using? I have known, some debug tool could trigger this issue, such as Spring dev tool. [ Full content available at: https://github.com/apache/incubator-skywalking/issues/1666 ] This message was relayed via gitbox.apach

[GitHub] [incubator-skywalking] coveralls commented on issue #1661: close inputStream safety & FIX NPE in AlarmService

2018-09-12 Thread GitHub
[![Coverage Status](https://coveralls.io/builds/18955619/badge)](https://coveralls.io/builds/18955619) Coverage remained the same at 24.473% when pulling **950b9320543d0bdad773d1f55f108a69da3218bf on IanCao:5.x** into **3f318ac59b239a5d6434189485d3735dd5f75b72 on apache:5.x**. [ Full content

[GitHub] [incubator-druid] kaijianding commented on issue #6322: severe performance issue due to lock in StringDimensionIndexer.DimensionDictionary

2018-09-12 Thread GitHub
@leventov for the ArrayList part, I don't think it is a problem, because size++ happens after grow(). In another word, the size() is always smaller than or equal to elementData size. other methods should only use index which is smaller than size(), the growing part is beyond current size() and s

[GitHub] [flink] isunjin closed pull request #6657: [FLINK-10205] [JobManager] Batch Job: InputSplit Fault tolerant for DataSource…

2018-09-12 Thread GitHub
[ pull request closed by isunjin ] [ Full content available at: https://github.com/apache/flink/pull/6657 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-netbeans] sdedic commented on issue #857: [NETBEANS-1074] Module Review libs.jstestdriver

2018-09-12 Thread GitHub
Rebased on latest master (`webcommon` cluster has moved`) [ Full content available at: https://github.com/apache/incubator-netbeans/pull/857 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-echarts] liihuu closed issue #6783: y轴axisLabel的showMinLabel问题

2018-09-12 Thread GitHub
[ issue closed by liihuu ] [ Full content available at: https://github.com/apache/incubator-echarts/issues/6783 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [ambari] asfgit commented on issue #2287: AMBARI-24618. Ambari generates wrong zookeeper connection string for KMS HA configuration

2018-09-12 Thread GitHub
Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ambari-Github-PullRequest-Builder/3920/ Test FAILed. Test FAILured. [ Full content available at: https://github.com/apache/ambari/pull/2287 ] This message was relayed via gitbox.apache.org

[GitHub] [flink] azagrebin opened pull request #6683: [FLINK-10325] [State TTL] Refactor TtlListState to use only loops, no java stream API for performance

2018-09-12 Thread GitHub
## What is the purpose of the change Refactor TtlListState to use only loops instead of java stream API to exclude any performance impact ## Brief change log - Refactor TtlListState.updateTs() to use loop - Refactor TtlListState.collect() to use loop - auxiliary methods in TtlUtils ## Ve

[GitHub] [incubator-openwhisk] cbickel opened pull request #4019: Send activations of sequences to user-metric-topic.

2018-09-12 Thread GitHub
Currently, only the invoker sends activation-events to the user-metric-topic. With this PR, the controller will write activations of sequences as well. This PR is based on #4006. - [x] Controller - [x] Message Bus (e.g., Kafka) - [x] Intrinsic actions (e.g., sequences, conductors) - [x] Bug fix

[GitHub] [incubator-skywalking] wu-sheng opened pull request #1667: Add IDColumn Annotation.

2018-09-12 Thread GitHub
Add a new annotation for the generated indicators. After you have this, @peng-yongsheng you could let query knows, which columns should be grouped by default. [ Full content available at: https://github.com/apache/incubator-skywalking/pull/1667 ] This message was relayed via gitbox.apache.org f

[GitHub] [ambari] asfgit commented on issue #2288: AMBARI-24618. Ambari generates wrong zookeeper connection string for KMS HA configuration

2018-09-12 Thread GitHub
Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ambari-Github-PullRequest-Builder/3921/ Test FAILed. Test FAILured. [ Full content available at: https://github.com/apache/ambari/pull/2288 ] This message was relayed via gitbox.apache.org

[GitHub] [couchdb-documentation] ufobat opened pull request #324: Fixed typo in vm.args example

2018-09-12 Thread GitHub
I think in the vm.args example the line with `-kernel inet_dist_listen_max 9100` should in fact be `-kernel inet_dist_listen_min 9100` ## Checklist - [x] Documentation is written and is accurate; - [ ] `make check` passes with no errors - [ ] Update [rebar.config.script](https://github.com/ap

[GitHub] [camel-k] lburgazzoli opened issue #54: Store integration code in a configmap

2018-09-12 Thread GitHub
We do store the integration code inside the Integration CRD but it would be better to have a default strategy that stores it in a configmap and mount them to the runtime pod [ Full content available at: https://github.com/apache/camel-k/issues/54 ] This message was relayed via gitbox.apache.org

[GitHub] [beam-site] mxm commented on issue #551: Add information on OutOfMemory errors during build

2018-09-12 Thread GitHub
@asfgit merge [ Full content available at: https://github.com/apache/beam-site/pull/551 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [geronimo-microprofile] akhabali opened pull request #1: add a full configuraiton file for geronimo opentracing

2018-09-12 Thread GitHub
[ Full content available at: https://github.com/apache/geronimo-microprofile/pull/1 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-druid] leventov commented on issue #6322: severe performance issue due to lock in StringDimensionIndexer.DimensionDictionary

2018-09-12 Thread GitHub
@kaijianding this is not a matter of the size variable increment, this is a matter of elementData array update. See this thread: http://cs.oswego.edu/pipermail/concurrency-interest/2018-September/016526.html (ArrayList could have easily avoided this race, but currently it doesn't.) [ Full conte

[GitHub] [incubator-weex] wqyfavor opened pull request #1516: Fix nan cell/header height

2018-09-12 Thread GitHub
First of all, thank you for your contribution! Please makes sure that these checkboxes are checked before submitting your PR, thank you! CheckList: **if** *isBugFix* **:** * [ ] Make sure that you add at least one unit test for the bug which you had fixed. **elif** *isNewFeature* **:**

[GitHub] [incubator-weex] weex-bot commented on issue #1516: Fix nan cell/header height

2018-09-12 Thread GitHub
Messages :book: has no jsfm file changed. :book: jsfm test finished. Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS [ Full content available at: https://github.com/apache/incubator-w

[GitHub] [incubator-weex] weex-bot commented on issue #1516: Fix nan cell/header height

2018-09-12 Thread GitHub
Warnings :warning: No Changelog changes! Messages :book: danger test finished. Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS [ Full content availab

[GitHub] [incubator-mxnet] marcoabreu opened pull request #12531: Trigger

2018-09-12 Thread GitHub
Test [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12531 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [flink] isunjin opened pull request #6684: [FLINK-10205] Batch Job: InputSplit Fault tolerant for DataSource…

2018-09-12 Thread GitHub
## What is the purpose of the change Today DataSource Task pull InputSplits from JobManager to achieve better performance, however, when a DataSourceTask failed and rerun, it will not get the same splits as its previous version. this will introduce inconsistent result or even data

[GitHub] [incubator-weex] weex-bot commented on issue #1516: Fix nan cell/header height

2018-09-12 Thread GitHub
Messages :book: No android file has been changed. :book: android build verification finished. Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS [ Full content available at: https://gith

[GitHub] [incubator-superset] datinho closed pull request #5845: Added dashboard only Rho role

2018-09-12 Thread GitHub
[ pull request closed by datinho ] [ Full content available at: https://github.com/apache/incubator-superset/pull/5845 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-skywalking] wu-sheng opened pull request #1668: Fix startup script

2018-09-12 Thread GitHub
Based on #1635 [ Full content available at: https://github.com/apache/incubator-skywalking/pull/1668 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-weex] wqyfavor closed pull request #1516: Fix nan cell/header height

2018-09-12 Thread GitHub
[ pull request closed by wqyfavor ] [ Full content available at: https://github.com/apache/incubator-weex/pull/1516 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-weex] wqyfavor opened pull request #1517: [Core] Refactor. Avoid invalid cell/header height.

2018-09-12 Thread GitHub
First of all, thank you for your contribution! Please makes sure that these checkboxes are checked before submitting your PR, thank you! CheckList: **if** *isBugFix* **:** * [ ] Make sure that you add at least one unit test for the bug which you had fixed. **elif** *isNewFeature* **:**

[GitHub] [incubator-netbeans] sdedic opened pull request #863: Weaker dependency on IOS platform plugin (removed from webcommon clus…

2018-09-12 Thread GitHub
…ter in std. build) Following #856 Netbeans complain about not having `cordova.platform.ios` on startup. The module is not needed for compilation, so I changed the dependency to `OpenIDE-Module-Recommends`. The IDE wills start without any messages and if `cordova.platform.ios` happens to be ins

[GitHub] [ambari] atkach closed pull request #2294: AMBARI-24620 Duplicate view of configurations in Add Service wizard

2018-09-12 Thread GitHub
[ pull request closed by atkach ] [ Full content available at: https://github.com/apache/ambari/pull/2294 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [ambari] atkach closed pull request #2293: AMBARI-24620 Duplicate view of configurations in Add Service wizard

2018-09-12 Thread GitHub
[ pull request closed by atkach ] [ Full content available at: https://github.com/apache/ambari/pull/2293 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [ignite-teamcity-bot] asfgit closed pull request #5: IGNITE-9377

2018-09-12 Thread GitHub
[ pull request closed by asfgit ] [ Full content available at: https://github.com/apache/ignite-teamcity-bot/pull/5 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-weex] weex-bot commented on issue #1517: [Core] Refactor. Avoid invalid cell/header height.

2018-09-12 Thread GitHub
Warnings :warning: No Changelog changes! Messages :book: danger test finished. Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS [ Full content availab

[GitHub] [incubator-weex] weex-bot commented on issue #1517: [Core] Refactor. Avoid invalid cell/header height.

2018-09-12 Thread GitHub
Messages :book: has no jsfm file changed. :book: jsfm test finished. Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS [ Full content available at: https://github.com/apache/incubator-w

[GitHub] [incubator-skywalking] coveralls commented on issue #1667: Add IDColumn Annotation.

2018-09-12 Thread GitHub
[![Coverage Status](https://coveralls.io/builds/18956447/badge)](https://coveralls.io/builds/18956447) Coverage decreased (-0.1%) to 15.448% when pulling **b25c9e35aaf3f4ebead8c52b4e5fd1f4ab4215c2 on idcolumn-supported** into **973ad9e35d86969fd5d0a6c96581246ec13b4422 on master**. [ Full con

[GitHub] [nutch] sebastian-nagel opened pull request #383: NUTCH-2644 CrawlDbReader -dump ignores filter options

2018-09-12 Thread GitHub
- need to pass filter options via job configuration into mapper [ Full content available at: https://github.com/apache/nutch/pull/383 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-weex] weex-bot commented on issue #1517: [Core] Refactor. Avoid invalid cell/header height.

2018-09-12 Thread GitHub
Messages :book: No android file has been changed. :book: android build verification finished. Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS [ Full content available at: https://gith

[GitHub] [incubator-skywalking] peng-yongsheng closed pull request #1667: Add IDColumn Annotation.

2018-09-12 Thread GitHub
[ pull request closed by peng-yongsheng ] [ Full content available at: https://github.com/apache/incubator-skywalking/pull/1667 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-weex] cxfeng1 closed pull request #1517: [Core] Refactor. Avoid invalid cell/header height.

2018-09-12 Thread GitHub
[ pull request closed by cxfeng1 ] [ Full content available at: https://github.com/apache/incubator-weex/pull/1517 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [drill] vdiravka commented on issue #1460: DRILL-6732: Queries are runnable on disable plugins

2018-09-12 Thread GitHub
@lushuifeng Thank you for your contribution to Drill. The PR will be merged soon in scope of the next batch-commit. [ Full content available at: https://github.com/apache/drill/pull/1460 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [flink] TisonKun commented on issue #6643: [FLINK-10275] StreamTask support object reuse

2018-09-12 Thread GitHub
@StephanEwen you're right. After raising the exception mentioned above I communicate with our batch team, who pointing me to FLIP-21. So this thread stalls until the corresponding patch from batch size given out. Still under discussion and attempts. [ Full content available at: https://github.c

[GitHub] [flink] jrthe42 commented on issue #6666: [FLINK-10290] [table] Fix conversion error in StreamScan and BatchScan

2018-09-12 Thread GitHub
Could you please review this PR? @twalthr @fhueske @xccui [ Full content available at: https://github.com/apache/flink/pull/ ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [kafka] rajinisivaram commented on pull request #5634: KAFKA-7394; OffsetsForLeaderEpoch supports topic describe access

2018-09-12 Thread GitHub
Perhspa use string interpolation here? [ Full content available at: https://github.com/apache/kafka/pull/5634 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [ambari] asfgit commented on issue #2259: [AMBARI-24464] Integrate Blueprints with the new MPackAdvisor API for Configuration Recommendations

2018-09-12 Thread GitHub
Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ambari-Github-PullRequest-Builder/3922/ Test FAILed. Test FAILured. [ Full content available at: https://github.com/apache/ambari/pull/2259 ] This message was relayed via gitbox.apache.org

[GitHub] [incubator-netbeans] sdedic closed pull request #857: [NETBEANS-1074] Module Review libs.jstestdriver

2018-09-12 Thread GitHub
[ pull request closed by sdedic ] [ Full content available at: https://github.com/apache/incubator-netbeans/pull/857 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-mxnet] gigasquid commented on issue #12525: [WIP] Updating news, readme files and bumping master version to 1.3.1

2018-09-12 Thread GitHub
Thanks for putting this together @Roshrini. The version number is located in the `project.clj` files in the Clojure package. - https://github.com/apache/incubator-mxnet/blob/master/contrib/clojure-package/project.clj#L18 - The main one - And one for each of the examples directory project.clj

[GitHub] [incubator-dubbo] elmar-chen commented on issue #2493: dubbo List序列化问题【路过的好汉看下~】

2018-09-12 Thread GitHub
I'm using dubbo 2.5.10 and it has no error with your code. Maybe you really need to create a demo project to demonstrate the issue. [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2493 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
Fixed. [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-daffodil] stevedlawrence opened pull request #120: Support more versions of Java

2018-09-12 Thread GitHub
- With the recent switch to custom decoders, we no longer are affected by the Java 7 decoder bug--we can now support Java 7, so remove those checks that required Java 8 or higher. Those checks also caused exceptions on older versions of Scala mixed with newer versions of Java, so this remov

[GitHub] [arrow] scopatz commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
Shouldn't this be indented? [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [cordova-ios] knight9999 commented on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml

2018-09-12 Thread GitHub
@shazron Thanks for testing, and I am sorry to trouble you. This PR depends other PR apache/cordova-common#48. Therefore please change package.json as follows only for testing. ``` diff --git a/package.json b/package.json index 4ce47fc9..bc7cd729 100644 --- a/package.json +++ b/package.json @@ -51,

[GitHub] [incubator-skywalking] coveralls commented on issue #1668: Fix startup script

2018-09-12 Thread GitHub
[![Coverage Status](https://coveralls.io/builds/18956932/badge)](https://coveralls.io/builds/18956932) Coverage remained the same at 15.576% when pulling **f99294ddbae583f224f6d0a8a8fda36bd1a78c86 on wu-sheng-patch-1** into **973ad9e35d86969fd5d0a6c96581246ec13b4422 on master**. [ Full conte

[GitHub] [cordova-ios] knight9999 commented on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml

2018-09-12 Thread GitHub
@shazron Thanks for testing, and I am sorry to trouble you. This PR depends on PR apache/cordova-common#48. Therefore please change package.json as follows only for testing. ``` diff --git a/package.json b/package.json index 4ce47fc9..bc7cd729 100644 --- a/package.json +++ b/package.json @@ -51,12

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
I believe fixing bundle_arrow_lib logic is not a part of this PR. [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [trafficserver] d2r commented on issue #4145: Adds configurable behavior on redirect to loopback

2018-09-12 Thread GitHub
I am going to rebase, because an `ink_release_assert` triggered in one of my local tests that was likely due to a bug that has been fixed on master branch after the commit on which I have based: ``` (gdb) p history $7 = {history = {{location = {file = 0x826d62 "HttpSM.cc", func = 0x829cc

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
I believe fixing bundle logic is not a part of this PR (I cannot test it myself anyway). [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-airflow] minh5 opened pull request #3888: Updated README to include CAVA

2018-09-12 Thread GitHub
Just added CAVA as an official user of Airflow [ Full content available at: https://github.com/apache/incubator-airflow/pull/3888 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
Fixed. [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [thrift] bforbis commented on issue #1584: THRIFT-4625: Use let/const variable decorators in ES6 Javascript

2018-09-12 Thread GitHub
@jeking3 any ideas on the Dart dependency issue. I can try to dig in, but I am not sure it's related to this branch. [ Full content available at: https://github.com/apache/thrift/pull/1584 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [arrow] kevingurney commented on issue #2208: ARROW-2750: [MATLAB] Initial MATLAB interface, support for reading numeric types from Feather files

2018-09-12 Thread GitHub
@wesm Thanks for merging in my pull request! We are currently in the process of implementing support for other datatypes and will be making more pull requests soon. I'll look into the possibility of getting some MATLAB licenses for Apache Arrow committers and get back to you. [ Full content ava

[GitHub] [commons-jexl] henrib closed pull request #2: Add NPE check to property for MapGetExecutor

2018-09-12 Thread GitHub
[ pull request closed by henrib ] [ Full content available at: https://github.com/apache/commons-jexl/pull/2 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [commons-jexl] henrib commented on issue #2: Add NPE check to property for MapGetExecutor

2018-09-12 Thread GitHub
Code has been merged sometime ago. [ Full content available at: https://github.com/apache/commons-jexl/pull/2 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-airflow] ashb commented on issue #3888: Updated README to include CAVA

2018-09-12 Thread GitHub
Welcome! For any PRs in the future please make sure to follow the PR template [ Full content available at: https://github.com/apache/incubator-airflow/pull/3888 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [beam] janotav commented on issue #6303: [BEAM-690] Backoff in the DirectRunner if no work is available

2018-09-12 Thread GitHub
I couldn't bring this any further and so I'm closing this PR. [ Full content available at: https://github.com/apache/beam/pull/6303 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [beam] janotav closed pull request #6303: [BEAM-690] Backoff in the DirectRunner if no work is available

2018-09-12 Thread GitHub
[ pull request closed by janotav ] [ Full content available at: https://github.com/apache/beam/pull/6303 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-airflow] ashb closed pull request #3888: Updated README to include CAVA

2018-09-12 Thread GitHub
[ pull request closed by ashb ] [ Full content available at: https://github.com/apache/incubator-airflow/pull/3888 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-airflow] minh5 commented on issue #3888: Updated README to include CAVA

2018-09-12 Thread GitHub
Apologies, I figured it was simple enough. But will do in the future [ Full content available at: https://github.com/apache/incubator-airflow/pull/3888 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-airflow] ashb commented on issue #3888: Updated README to include CAVA

2018-09-12 Thread GitHub
It was :) [ Full content available at: https://github.com/apache/incubator-airflow/pull/3888 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
Removed `-DPYARROW_BUILD_CUDA=off` as redundant. Detecting Arrow CUDA is implemented in FindArrowCuda.cmake. Moving the detection algorithm to setup.py is involved and against the current logic in cmake/setup files, imho. An option is to make `--with-cuda` default, that is, replace it with `--

[GitHub] [trafficserver] d2r commented on pull request #4145: Adds configurable behavior on redirect to loopback

2018-09-12 Thread GitHub
These are unused. Will remove. [ Full content available at: https://github.com/apache/trafficserver/pull/4145 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-pulsar] gordeevbr commented on issue #2025: Allow non-pesistent topics to be retrieved along with persistent ones from the "GetTopicsOfNamespace" method

2018-09-12 Thread GitHub
Would you mind reruning these tests? I'm quite sure some of these were working just now. [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2025 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
It is, but with a tab that shows differently in my emacs. Replaced tab with spaces. [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] lovepoem commented on issue #275: dubbo-spring-boot-starter pom.xml

2018-09-12 Thread GitHub
I think it should be `provided` [ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/275 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-mxnet] jacky4323 opened issue #12532: caffeOp mxnet build failed

2018-09-12 Thread GitHub
Hi, environment MXNet v1.0.0 I want to use caffe operator to implement some custom layers,such as the solution in mxnet/example/caffe/ I follow the install command described in https://mxnet.incubator.apache.org/faq/caffe.html, how to solve these problems? 1. git clone https://github.com/BVLC/c

[GitHub] [cloudstack] izenk commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2018-09-12 Thread GitHub
does this functionality is ready to use in 4.11.1? Is there any docs for it? (how to enable host HA, because clicking button in UI just show error.., what should be configured and so on) [ Full content available at: https://github.com/apache/cloudstack/pull/1960 ] This message was relayed via gi

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
Fixed. [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [cordova-docs] brodybits opened pull request #883: Full android.util.Config class name for Android

2018-09-12 Thread GitHub
in embedding Android webview doc to avoid the following potential pitfalls: - use of "config" with small 'c' - failure to explicitly import from android.util package ref: - -

[GitHub] [arrow] wesm commented on issue #2208: ARROW-2750: [MATLAB] Initial MATLAB interface, support for reading numeric types from Feather files

2018-09-12 Thread GitHub
OK, it would be great if you could create some JIRA issues to increase visibility into the work that you are doing [ Full content available at: https://github.com/apache/arrow/pull/2208 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
Fixed. [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-airflow] feluelle commented on pull request #3661: [AIRFLOW-2780] Adds IMAP Hook to interact with a mail server

2018-09-12 Thread GitHub
According to [this](https://docs.python.org/2/library/imaplib.html#imaplib.IMAP4.logout) it shutdowns the connection to the server. [ Full content available at: https://github.com/apache/incubator-airflow/pull/3661 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [kafka] aai95 opened pull request #5643: [KAFKA-7379] [streams] send.buffer.bytes should be allowed to set -1 in KafkaStreams

2018-09-12 Thread GitHub
*atLeast(0) were replaced by atLeast(-1) in org.apache.kafka.streams.StreamsConfig* ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) [ Full content av

[GitHub] [incubator-airflow] feluelle commented on pull request #3661: [AIRFLOW-2780] Adds IMAP Hook to interact with a mail server

2018-09-12 Thread GitHub
According to [the official docs](https://docs.python.org/2/library/imaplib.html#imaplib.IMAP4.logout) it shutdowns the connection to the server. [ Full content available at: https://github.com/apache/incubator-airflow/pull/3661 ] This message was relayed via gitbox.apache.org for devnull@infra.

[GitHub] [kafka] aai95 commented on issue #5643: [KAFKA-7379] [streams] send.buffer.bytes should be allowed to set -1 in KafkaStreams

2018-09-12 Thread GitHub
@mjsax review my changes, please. Is my understanding of the goal of this JIRA correct? [ Full content available at: https://github.com/apache/kafka/pull/5643 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [incubator-openwhisk-package-cloudant] csantanapr closed pull request #178: make action's node.js runtime version configurable

2018-09-12 Thread GitHub
[ pull request closed by csantanapr ] [ Full content available at: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/178 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [trafficserver] SolidWallOfCode commented on issue #4221: IntrusiveHashMap: Fix for find false positive in some cases.

2018-09-12 Thread GitHub
[approve ci autest] [ Full content available at: https://github.com/apache/trafficserver/pull/4221 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [flink] GJL commented on pull request #6678: [FLINK-10255] Only react to onAddedJobGraph signal when being leader

2018-09-12 Thread GitHub
I think this commit should be before `[FLINK-10255] Only react to onAddedJobGraph signal when being leader`, or it should be squashed. [ Full content available at: https://github.com/apache/flink/pull/6678 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [trafficserver]

2018-09-12 Thread GitHub
[ Full content available at: https://github.com/apache/trafficserver/pull/4221 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [cordova-docs] brodybits opened issue #884: Embedding Android WebView doc looks broken

2018-09-12 Thread GitHub
**Issue Type** [x] Bug [ ] Feature Request **Priority** [ ] Minor [x] Major [ ] Critical [ ] Blocker **Environment** * OS: N/A * Browser: N/A **Description** In : Sample code seems to use a `Config` object

[GitHub] [trafficserver] SolidWallOfCode commented on issue #4222: Lexicon: A enumeration <-> string converter.

2018-09-12 Thread GitHub
[approve ci autest] [ Full content available at: https://github.com/apache/trafficserver/pull/4222 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [cordova-docs] brodybits closed pull request #883: Full android.util.Config class name for Android

2018-09-12 Thread GitHub
[ pull request closed by brodybits ] [ Full content available at: https://github.com/apache/cordova-docs/pull/883 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [trafficserver]

2018-09-12 Thread GitHub
[ Full content available at: https://github.com/apache/trafficserver/pull/4222 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [cordova-docs] brodybits commented on issue #883: Full android.util.Config class name for Android

2018-09-12 Thread GitHub
Does not look right to me, closing ref: #884 [ Full content available at: https://github.com/apache/cordova-docs/pull/883 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

[GitHub] [trafficserver] d2r commented on issue #4145: Adds configurable behavior on redirect to loopback

2018-09-12 Thread GitHub
I am going to rebase, because an `ink_release_assert` triggered in one of my local tests that was likely due to a bug that has been fixed on master branch after the commit on which I have based: ``` (gdb) p history $7 = {history = {{location = {file = 0x826d62 "HttpSM.cc", func = 0x829cc

[GitHub] [incubator-airflow] XD-DENG commented on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators

2018-09-12 Thread GitHub
Hi @Fokko , fridenly ping: JIRA ticket of this PR is not closed yet. Understand that committers need to set up the fix version for it when closing in JIRA, so I leave it to you to close it? Thanks. [ Full content available at: https://github.com/apache/incubator-airflow/pull/3764 ] This messag

[GitHub] [arrow] pearu commented on pull request #2536: ARROW-1424: Add CUDA support to pyarrow (WIP)

2018-09-12 Thread GitHub
Fixed here and elsewhere. [ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org

  1   2   3   4   5   6   7   8   9   10   >