Re: [PR] [ISSUE #8129] Support topic reserved time in tiered storage [rocketmq]

2024-05-21 Thread via GitHub
yuz10 commented on code in PR #8130: URL: https://github.com/apache/rocketmq/pull/8130#discussion_r1609135617 ## broker/src/main/java/org/apache/rocketmq/broker/topic/TopicConfigManager.java: ## @@ -515,6 +519,33 @@ public void updateTopicConfig(final TopicConfig topicConfig)

[Github-comments] Re: [geany/geany] I have just solved the socket problem in my computer. (Issue #3880)

2024-05-21 Thread elextr via Github-comments
@b4n IIUC using gvfs would add lots of other capability, eg access to networked files. There were a couple of attempts, #963 got a lot of comments, but in the end was not merged, and #1414 got only one comment. Both now have conflicts so I guess "not planned" is a reasonable response. --

Re: [PR] GH-40933: [Java] Enhance the copyFrom* functionality in StringView [arrow]

2024-05-21 Thread via GitHub
vibhatha commented on code in PR #41752: URL: https://github.com/apache/arrow/pull/41752#discussion_r1609134721 ## java/vector/src/test/java/org/apache/arrow/vector/TestVarCharViewVector.java: ## @@ -1451,6 +1455,200 @@ public void testSafeOverwriteLongFromALongerLongString()

Re: [PR] GH-40933: [Java] Enhance the copyFrom* functionality in StringView [arrow]

2024-05-21 Thread via GitHub
vibhatha commented on code in PR #41752: URL: https://github.com/apache/arrow/pull/41752#discussion_r1609134402 ## java/vector/src/main/java/org/apache/arrow/vector/BaseVariableWidthViewVector.java: ## @@ -1345,7 +1366,29 @@ public void copyFrom(int fromIndex, int thisIndex,

Re: [I] [CI][Integration] Spark jobs are failing with problem on org.apache.arrow.flatbuf [arrow]

2024-05-21 Thread via GitHub
lidavidm commented on issue #41571: URL: https://github.com/apache/arrow/issues/41571#issuecomment-2123690470 Hmm, the POM should reflect the main file. The shaded version might need to be split into a separate artifact... -- This is an automated message from the Apache Git Service. To

Re: [PR] [SPARK-48336][PS][CONNECT] Implement `ps.sql` in Spark Connect [spark]

2024-05-21 Thread via GitHub
itholic commented on PR #46658: URL: https://github.com/apache/spark/pull/46658#issuecomment-2123689848 Late LGTM. Thanks for addressing this! -- 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

Re: [PR] [Chore](column) remove some method about IColumn [doris]

2024-05-21 Thread via GitHub
BiteThet commented on PR #35136: URL: https://github.com/apache/doris/pull/35136#issuecomment-2123688785 run buildall -- 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.

Re: [PR] [opt](fe) exit FE when transfer to (non)master failed #34809 [doris]

2024-05-21 Thread via GitHub
morningman merged PR #35157: URL: https://github.com/apache/doris/pull/35157 -- 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:

Re: [I] [Python] OSError: List index overflow. [arrow]

2024-05-21 Thread via GitHub
danielz02 commented on issue #14229: URL: https://github.com/apache/arrow/issues/14229#issuecomment-2123686924 > Would `iter_batches()` as a workaround ok? @mapleFU I don't think so. I was using `IterableDataset` from Hugging Face, which calls `iter_batches()` and got a similar

Re: [PR] Fix bugs in Redisson plugin [skywalking-java]

2024-05-21 Thread via GitHub
wu-sheng commented on PR #693: URL: https://github.com/apache/skywalking-java/pull/693#issuecomment-2123686801 Note, the plugin tests fail about this plugin, please recheck. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Fix bugs in Redisson plugin [skywalking-java]

2024-05-21 Thread via GitHub
wu-sheng commented on code in PR #693: URL: https://github.com/apache/skywalking-java/pull/693#discussion_r1609131914 ## apm-sniffer/apm-sdk-plugin/redisson-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/redisson/v3/RedissonPluginConfig.java: ## @@ -40,6 +40,14 @@

[I] [Java] Rework how Java cookbooks are developed and built [arrow-cookbook]

2024-05-21 Thread via GitHub
amoeba opened a new issue, #351: URL: https://github.com/apache/arrow-cookbook/issues/351 In https://github.com/apache/arrow-cookbook/pull/350#issuecomment-2121850653 it was pointed out that the way the Java cookbooks work could be improved quite a bit. We might consider two more recent

Re: [PR] [HUDI-7778] Fixing global index for duplicate updates [hudi]

2024-05-21 Thread via GitHub
danny0405 commented on code in PR #11256: URL: https://github.com/apache/hudi/pull/11256#discussion_r1609131887 ## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndexUtils.java: ## @@ -288,12 +288,9 @@ public static HoodieData>

Re: [PR] [profile](pipeline) Add key metrics for pipeline initialization [doris]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #35073: URL: https://github.com/apache/doris/pull/35073#issuecomment-2123685501 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [profile](pipeline) Add key metrics for pipeline initialization [doris]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #35073: URL: https://github.com/apache/doris/pull/35073#issuecomment-2123685481 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] NO-ISSUE: Boxed Expression context menu renders behind other panels [incubator-kie-tools]

2024-05-21 Thread via GitHub
danielzhe commented on code in PR #2350: URL: https://github.com/apache/incubator-kie-tools/pull/2350#discussion_r1609131147 ## packages/boxed-expression-component/src/expressions/ExpressionDefinitionRoot/ExpressionDefinitionLogicTypeSelector.tsx: ## @@ -454,6 +459,28 @@

Re: [I] c: define async version of ArrowArrayStream [arrow-adbc]

2024-05-21 Thread via GitHub
lidavidm commented on issue #811: URL: https://github.com/apache/arrow-adbc/issues/811#issuecomment-2123685066 > I think this would be a bit of a pain to manage. Why not add `rows_affected` to the `on_schema` call? +1 > What if the receiver e.g. can't allocate memory for an

Re: [I] Stateless prepared statements wrap `DoPutPreparedStatementResult` with `Any` which is differs from Go implementation [arrow-rs]

2024-05-21 Thread via GitHub
matthewmturner commented on issue #5731: URL: https://github.com/apache/arrow-rs/issues/5731#issuecomment-2123684318 @lidavidm @zeroshade @erratic-pattern thank you all for the feedback and helping get this to a short term productive outcome despite having to diverge from some prior

Re: [PR] [download](link) Update Doris Ecosystem Download [doris-website]

2024-05-21 Thread via GitHub
luzhijing merged PR #673: URL: https://github.com/apache/doris-website/pull/673 -- 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:

Re: [PR] [doc](stream load) Fix misspellings [doris-website]

2024-05-21 Thread via GitHub
luzhijing commented on PR #671: URL: https://github.com/apache/doris-website/pull/671#issuecomment-2123683163 There are some conflicts and please rebase the code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 [creadur-rat]

2024-05-21 Thread via GitHub
dependabot[bot] opened a new pull request, #254: URL: https://github.com/apache/creadur-rat/pull/254 Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.2.0 to 3.3.0. Release notes Sourced from

Re: [PR] fix(c/driver/sqlite): Fix detection of extension loading in sqlite CMake [arrow-adbc]

2024-05-21 Thread via GitHub
paleolimbot commented on PR #1878: URL: https://github.com/apache/arrow-adbc/pull/1878#issuecomment-2123681492 Oh no!  (I'll re-look at this tomorrow) -- 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

Re: [PR] [Java] Refactor Java cookbooks to switch from JShell to Maven [arrow-cookbook]

2024-05-21 Thread via GitHub
amoeba commented on PR #350: URL: https://github.com/apache/arrow-cookbook/pull/350#issuecomment-2123681342 I updated the Substrait cookbook code and how javadoctest.py works so all the cookbooks pass now locally when I bump Arrow to 16.0.0. I left the version bump out of this PR since we

Re: [PR] Fix bugs in Redisson plugin [skywalking-java]

2024-05-21 Thread via GitHub
CzyerChen commented on code in PR #693: URL: https://github.com/apache/skywalking-java/pull/693#discussion_r1609127768 ## test/plugin/scenarios/redisson-scenario/bin/startup.sh: ## @@ -18,4 +18,4 @@ home="$(cd "$(dirname $0)"; pwd)" -java -Dredis.servers=${REDIS_SERVERS}

Re: [PR] GH-40933: [Java] Enhance the copyFrom* functionality in StringView [arrow]

2024-05-21 Thread via GitHub
lidavidm commented on code in PR #41752: URL: https://github.com/apache/arrow/pull/41752#discussion_r1609127038 ## java/vector/src/main/java/org/apache/arrow/vector/BaseVariableWidthViewVector.java: ## @@ -1345,7 +1366,29 @@ public void copyFrom(int fromIndex, int thisIndex,

Re: [PR] [SCB-2881] support fail fast for hibernate validation [servicecomb-java-chassis]

2024-05-21 Thread via GitHub
chengyouling commented on code in PR #4343: URL: https://github.com/apache/servicecomb-java-chassis/pull/4343#discussion_r1609127329 ## core/src/main/java/org/apache/servicecomb/core/filter/impl/ParameterValidatorFilter.java: ## @@ -111,9 +113,14 @@ protected ValidatorFactory

Re: [PR] Fix bugs in Redisson plugin [skywalking-java]

2024-05-21 Thread via GitHub
CzyerChen commented on code in PR #693: URL: https://github.com/apache/skywalking-java/pull/693#discussion_r1609127311 ## apm-sniffer/apm-sdk-plugin/redisson-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/redisson/v3/RedissonPluginConfig.java: ## @@ -40,6 +40,14 @@

Re: [PR] [HUDI-7622] Optimize HoodieTableSource's sanity check [hudi]

2024-05-21 Thread via GitHub
danny0405 commented on code in PR #11031: URL: https://github.com/apache/hudi/pull/11031#discussion_r1609127301 ## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableFactory.java: ## @@ -102,9 +102,9 @@ public DynamicTableSink

Re: [PR] [ISSUE #8084] fix typo [rocketmq]

2024-05-21 Thread via GitHub
RongtongJin commented on PR #8085: URL: https://github.com/apache/rocketmq/pull/8085#issuecomment-2123679386 Hi @hakusai22 , Could you help resolve the conflict? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] c: define async version of ArrowArrayStream [arrow-adbc]

2024-05-21 Thread via GitHub
paleolimbot commented on issue #811: URL: https://github.com/apache/arrow-adbc/issues/811#issuecomment-2123679404 A minor modification of Matt's proposal for the sake of argument: ```c struct ArrowArrayStreamHandler { // For parity with the device array stream?

Re: [I] [CI][Integration] Spark jobs are failing with problem on org.apache.arrow.flatbuf [arrow]

2024-05-21 Thread via GitHub
laurentgo commented on issue #41571: URL: https://github.com/apache/arrow/issues/41571#issuecomment-2123679316 The issue seems to be because `maven-shade-plugin` generates and attach a new pom file containing the following dependency: ``` org.apache.arrow

Re: [I] c: define async version of ArrowArrayStream [arrow-adbc]

2024-05-21 Thread via GitHub
CurtHagenlocher commented on issue #811: URL: https://github.com/apache/arrow-adbc/issues/811#issuecomment-2123678458 I gather that `ArrowDeviceArray` has different allocation semantics than `ArrowArray`? I guess I need to take a closer look at it. Any contract around releasing the

[PR] chore(deps): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 [camel-k]

2024-05-21 Thread via GitHub
dependabot[bot] opened a new pull request, #5532: URL: https://github.com/apache/camel-k/pull/5532 Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.4.1 to 1.4.2. Release notes Sourced from https://github.com/go-logr/logr/releases;>github.com/go-logr/logr's

Re: [PR] [Module] Optimize the module structure of the xtable [incubator-xtable]

2024-05-21 Thread via GitHub
daragu commented on PR #439: URL: https://github.com/apache/incubator-xtable/pull/439#issuecomment-2123676647 thanks @vinishjail97 -- 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

Re: [I] [GLib] Separate version macros for each GLib library [arrow]

2024-05-21 Thread via GitHub
kou closed issue #41681: [GLib] Separate version macros for each GLib library URL: https://github.com/apache/arrow/issues/41681 -- 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.

Re: [I] [GLib] Separate version macros for each GLib library [arrow]

2024-05-21 Thread via GitHub
kou commented on issue #41681: URL: https://github.com/apache/arrow/issues/41681#issuecomment-2123676294 Issue resolved by pull request 41721 https://github.com/apache/arrow/pull/41721 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Fix DebeziumIO testWrongHost trying to connect real external address [beam]

2024-05-21 Thread via GitHub
Abacn merged PR #31365: URL: https://github.com/apache/beam/pull/31365 -- 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:

Re: [PR] GH-41262: [Java][FlightSQL] Implement stateless prepared statements [arrow]

2024-05-21 Thread via GitHub
lidavidm commented on PR #41237: URL: https://github.com/apache/arrow/pull/41237#issuecomment-2123676192 Thanks! -- 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

Re: [PR] GH-41681: [GLib] Generate separate version macros for each GLib library [arrow]

2024-05-21 Thread via GitHub
kou merged PR #41721: URL: https://github.com/apache/arrow/pull/41721 -- 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:

Re: [PR] GH-41730: [Java] Adding variadicBufferCounts to RecordBatch [arrow]

2024-05-21 Thread via GitHub
lidavidm commented on code in PR #41732: URL: https://github.com/apache/arrow/pull/41732#discussion_r1609124069 ## java/vector/src/main/java/org/apache/arrow/vector/VectorUnloader.java: ## @@ -80,19 +80,29 @@ public VectorUnloader( public ArrowRecordBatch getRecordBatch() {

Re: [PR] [AMORO-2855] Paimon version bump to 0.8.0 [amoro]

2024-05-21 Thread via GitHub
xleoken commented on PR #2856: URL: https://github.com/apache/amoro/pull/2856#issuecomment-2123675282  -- 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,

Re: [PR] Fix bugs in Redisson plugin [skywalking-java]

2024-05-21 Thread via GitHub
wu-sheng commented on code in PR #693: URL: https://github.com/apache/skywalking-java/pull/693#discussion_r1609123905 ## apm-sniffer/apm-sdk-plugin/redisson-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/redisson/v3/RedissonPluginConfig.java: ## @@ -40,6 +40,14 @@

Re: [PR] Bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 2.0.0 [logging-log4j-samples]

2024-05-21 Thread via GitHub
github-actions[bot] merged PR #140: URL: https://github.com/apache/logging-log4j-samples/pull/140 -- 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:

Re: [PR] Fix bugs in Redisson plugin [skywalking-java]

2024-05-21 Thread via GitHub
wu-sheng commented on code in PR #693: URL: https://github.com/apache/skywalking-java/pull/693#discussion_r1609123535 ## test/plugin/scenarios/redisson-scenario/bin/startup.sh: ## @@ -18,4 +18,4 @@ home="$(cd "$(dirname $0)"; pwd)" -java -Dredis.servers=${REDIS_SERVERS}

Re: [PR] GH-41426: [R][CI] Install CRAN style openssl on gh runners. [arrow]

2024-05-21 Thread via GitHub
conbench-apache-arrow[bot] commented on PR #41629: URL: https://github.com/apache/arrow/pull/41629#issuecomment-2123674461 After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit f0678ec6031225d6ac939c68295813de8a628b28. There were

[PR] Make release process work with Linux [skywalking-helm]

2024-05-21 Thread via GitHub
hanahmily opened a new pull request, #150: URL: https://github.com/apache/skywalking-helm/pull/150 (no comment) -- 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

Re: [PR] Introduce expr builder for aggregate function [datafusion]

2024-05-21 Thread via GitHub
alamb commented on PR #10560: URL: https://github.com/apache/datafusion/pull/10560#issuecomment-2123673946 THanks @jayzhan211 -- I will plan to review this tomorrow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Bump org.apache.logging:logging-parent from 11.0.0 to 11.1.0 [logging-log4j-samples]

2024-05-21 Thread via GitHub
github-actions[bot] merged PR #141: URL: https://github.com/apache/logging-log4j-samples/pull/141 -- 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:

[PR] fix typos in sh and py files [bookkeeper]

2024-05-21 Thread via GitHub
shoothzj opened a new pull request, #4379: URL: https://github.com/apache/bookkeeper/pull/4379 ### Motivation Introduce typos ci to avoid typos. This is a part of https://lists.apache.org/thread/04hqqcnkfc5189zsxj0s5wm37t2x7bky -- This is an automated message from the Apache Git

Re: [PR] [feat](nereids)print physical plan in profile [doris]

2024-05-21 Thread via GitHub
englefly commented on PR #35144: URL: https://github.com/apache/doris/pull/35144#issuecomment-2123673086 run p0 -- 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

Re: [PR] GH-41262: [Java][FlightSQL] Implement stateless prepared statements [arrow]

2024-05-21 Thread via GitHub
stevelorddremio commented on PR #41237: URL: https://github.com/apache/arrow/pull/41237#issuecomment-2123671680 Noted @lidavidm. I'll update to wrap results in Any. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] Delete unnecessary setFile call. [pinot]

2024-05-21 Thread via GitHub
abhioncbr opened a new pull request, #13201: URL: https://github.com/apache/pinot/pull/13201 TODO -- 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:

Re: [PR] GH-41730: [Java] Adding variadicBufferCounts to RecordBatch [arrow]

2024-05-21 Thread via GitHub
vibhatha commented on code in PR #41732: URL: https://github.com/apache/arrow/pull/41732#discussion_r1609116966 ## java/vector/src/main/java/org/apache/arrow/vector/VectorUnloader.java: ## @@ -80,19 +80,29 @@ public VectorUnloader( public ArrowRecordBatch getRecordBatch() {

Re: [PR] [bugfix](stdcallonce) replace std callonce with a lock because it is not exception safe [doris]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #35126: URL: https://github.com/apache/doris/pull/35126#issuecomment-2123668699 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] CKS Enhancements [cloudstack]

2024-05-21 Thread via GitHub
codecov[bot] commented on PR #9102: URL: https://github.com/apache/cloudstack/pull/9102#issuecomment-2123667333 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9102?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

[PR] Fix bugs in Redisson plugin [skywalking-java]

2024-05-21 Thread via GitHub
CzyerChen opened a new pull request, #693: URL: https://github.com/apache/skywalking-java/pull/693 ### Fix bugs in Redisson plugin * Fix NPE in Redisson plugin since Redisson 3.20.0. Fix NPE in Redisson tracing since 3.20.0, because

Re: [PR] remove deprecations google cloud [airflow]

2024-05-21 Thread via GitHub
Bowrna commented on code in PR #39713: URL: https://github.com/apache/airflow/pull/39713#discussion_r1609104744 ## tests/system/providers/google/cloud/gcs/example_gcs_sensor.py: ## @@ -141,10 +140,11 @@ def mode_setter(self, value): # [END howto_sensor_object_exists_task]

Re: [I] [CI] - Camel Main Branch Build Failure [camel-quarkus]

2024-05-21 Thread via GitHub
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2123660440 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID:

Re: [PR] feat: correlation support [datafusion-comet]

2024-05-21 Thread via GitHub
huaxingao commented on PR #456: URL: https://github.com/apache/datafusion-comet/pull/456#issuecomment-2123660352 cc @andygrove @viirya -- 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

Re: [I] Error while creating Iceberg format from Hudi source using S3 bucket as tableBasePath location in config file. [incubator-xtable]

2024-05-21 Thread via GitHub
lkemmerer commented on issue #433: URL: https://github.com/apache/incubator-xtable/issues/433#issuecomment-2123659805 Hi! My team and I have also run into the issue described here while attempting to convert Hudi data stored in S3. Using Java 11 and the SHA

Re: [I] Remove quarkus-qute dependency [camel-karavan]

2024-05-21 Thread via GitHub
mgubaidullin closed issue #1291: Remove quarkus-qute dependency URL: https://github.com/apache/camel-karavan/issues/1291 -- 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

Re: [PR] remove deprecations google cloud [airflow]

2024-05-21 Thread via GitHub
Bowrna commented on code in PR #39713: URL: https://github.com/apache/airflow/pull/39713#discussion_r1609104744 ## tests/system/providers/google/cloud/gcs/example_gcs_sensor.py: ## @@ -141,10 +140,11 @@ def mode_setter(self, value): # [END howto_sensor_object_exists_task]

Re: [PR] GH-41730: [Java] Adding variadicBufferCounts to RecordBatch [arrow]

2024-05-21 Thread via GitHub
lidavidm commented on code in PR #41732: URL: https://github.com/apache/arrow/pull/41732#discussion_r1609103828 ## java/vector/src/main/java/org/apache/arrow/vector/VectorLoader.java: ## @@ -95,10 +100,16 @@ private void loadBuffers( Field field, Iterator buffers,

Re: [PR] GH-41730: [Java] Adding variadicBufferCounts to RecordBatch [arrow]

2024-05-21 Thread via GitHub
vibhatha commented on code in PR #41732: URL: https://github.com/apache/arrow/pull/41732#discussion_r1609101270 ## java/vector/src/main/java/org/apache/arrow/vector/VectorLoader.java: ## @@ -95,10 +100,16 @@ private void loadBuffers( Field field, Iterator buffers,

Re: [PR] Bump pymysql from 1.0.2 to 1.1.1 [skywalking-python]

2024-05-21 Thread via GitHub
wu-sheng closed pull request #342: Bump pymysql from 1.0.2 to 1.1.1 URL: https://github.com/apache/skywalking-python/pull/342 -- 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.

Re: [PR] remove deprecations google cloud [airflow]

2024-05-21 Thread via GitHub
Bowrna commented on code in PR #39713: URL: https://github.com/apache/airflow/pull/39713#discussion_r1609100263 ## tests/system/providers/google/cloud/bigquery/example_bigquery_sensors.py: ## @@ -98,11 +96,12 @@ # [END howto_sensor_bigquery_table_defered] # [START

Re: [PR] Bump pymysql from 1.0.2 to 1.1.1 [skywalking-python]

2024-05-21 Thread via GitHub
dependabot[bot] commented on PR #342: URL: https://github.com/apache/skywalking-python/pull/342#issuecomment-2123654630 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] [SEDONA-559] Make the flink example work [sedona]

2024-05-21 Thread via GitHub
docete commented on PR #1420: URL: https://github.com/apache/sedona/pull/1420#issuecomment-2123652423 @jiayuasu IMO it should be included in the parent pom if it is placed in the same repo. Otherwise, it will not be well maintained. BTW, we should implement our use cases as the formal

Re: [PR] chore(dev/bench): add a simple python benchmark script for ADBC [arrow-adbc]

2024-05-21 Thread via GitHub
lidavidm merged PR #1879: URL: https://github.com/apache/arrow-adbc/pull/1879 -- 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:

[PR] Bump org.apache.logging:logging-parent from 11.0.0 to 11.1.0 [logging-log4j-samples]

2024-05-21 Thread via GitHub
dependabot[bot] opened a new pull request, #141: URL: https://github.com/apache/logging-log4j-samples/pull/141 Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 11.0.0 to 11.1.0. Commits

Re: [PR] HDDS-10108. [hsync] Adopt RATIS-1994 to reduce hsync latency [ozone]

2024-05-21 Thread via GitHub
smengcl commented on PR #6014: URL: https://github.com/apache/ozone/pull/6014#issuecomment-2123649741 > Just tried -- `TestRandomKeyGenerator.testKeyLargerThan2GB()` can pass with `3.1.0-5e8ef17-SNAPSHOT`. Thanks so much @szetszwo ! The test passed after rolling back to the point

[PR] Bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 2.0.0 [logging-log4j-samples]

2024-05-21 Thread via GitHub
dependabot[bot] opened a new pull request, #140: URL: https://github.com/apache/logging-log4j-samples/pull/140 Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0. Release notes Sourced from

Re: [PR] GH-40933: [Java] Enhance the copyFrom* functionality in StringView [arrow]

2024-05-21 Thread via GitHub
vibhatha commented on PR #41752: URL: https://github.com/apache/arrow/pull/41752#issuecomment-2123649071 @lidavidm this PR is ready for review. -- 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

Re: [PR] 2.2.x [datasketches-memory]

2024-05-21 Thread via GitHub
leerho closed pull request #186: 2.2.x URL: https://github.com/apache/datasketches-memory/pull/186 -- 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:

[PR] 2.2.x [datasketches-memory]

2024-05-21 Thread via GitHub
leerho opened a new pull request, #186: URL: https://github.com/apache/datasketches-memory/pull/186 (no comment) -- 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

Re: [PR] remove deprecations mssql [airflow]

2024-05-21 Thread via GitHub
Bowrna commented on code in PR #39734: URL: https://github.com/apache/airflow/pull/39734#discussion_r1609089851 ## docs/apache-airflow-providers-microsoft-mssql/operators.rst: ## @@ -17,26 +17,29 @@ .. _howto/operator:MsSqlOperator: -MsSqlOperator -= +Connect

Re: [I] Connection com.mysql.cj.jdbc.ConnectionImpl@17a1981f marked as broken because of SQLSTATE(08S01), ErrorCode(0) [seatunnel]

2024-05-21 Thread via GitHub
github-actions[bot] commented on issue #6638: URL: https://github.com/apache/seatunnel/issues/6638#issuecomment-2123633575 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. -- This is

Re: [I] [Feature] Change tables_configs to table_list in file connector [seatunnel]

2024-05-21 Thread via GitHub
github-actions[bot] closed issue #6659: [Feature] Change tables_configs to table_list in file connector URL: https://github.com/apache/seatunnel/issues/6659 -- 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

Re: [I] Connection com.mysql.cj.jdbc.ConnectionImpl@17a1981f marked as broken because of SQLSTATE(08S01), ErrorCode(0) [seatunnel]

2024-05-21 Thread via GitHub
github-actions[bot] closed issue #6638: Connection com.mysql.cj.jdbc.ConnectionImpl@17a1981f marked as broken because of SQLSTATE(08S01), ErrorCode(0) URL: https://github.com/apache/seatunnel/issues/6638 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [Feature] Change tables_configs to table_list in file connector [seatunnel]

2024-05-21 Thread via GitHub
github-actions[bot] commented on issue #6659: URL: https://github.com/apache/seatunnel/issues/6659#issuecomment-2123633542 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. -- This is

Re: [PR] Update README.md to match repo name [parquet-java]

2024-05-21 Thread via GitHub
julienledem closed pull request #1357: Update README.md to match repo name URL: https://github.com/apache/parquet-java/pull/1357 -- 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.

Re: [PR] fix typo in docs [bookkeeper]

2024-05-21 Thread via GitHub
shoothzj merged PR #4378: URL: https://github.com/apache/bookkeeper/pull/4378 -- 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:

Re: [I] javafx [netbeans]

2024-05-21 Thread via GitHub
johntor commented on issue #7375: URL: https://github.com/apache/netbeans/issues/7375#issuecomment-2123632056 Try File / New Project... Select: Java with Maven then: FXML JavaFX Maven Archetype Chick Next and then Finish. You should have a running JavaFX Example with

Re: [PR] CASSANDRA-19604 Add support for BETWEEN operator [cassandra]

2024-05-21 Thread via GitHub
xvade commented on code in PR #3301: URL: https://github.com/apache/cassandra/pull/3301#discussion_r1609085702 ## pylib/cqlshlib/test/test_cqlsh_completion.py: ## @@ -390,17 +390,17 @@ def test_complete_in_update(self): self.trycompletions("UPDATE empty_table SET

Re: [PR] [fix-#15176] [sql] If the value of the variable contains $ or / symbols, an error may be reported. [dolphinscheduler]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #15177: URL: https://github.com/apache/dolphinscheduler/pull/15177#issuecomment-2123630872 This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity

Re: [PR] [API] [bug] dependent task need regenerate up-stream code when import [dolphinscheduler]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #15492: URL: https://github.com/apache/dolphinscheduler/pull/15492#issuecomment-2123630847 This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity

Re: [PR] Bump org.apache.commons:commons-compress from 1.23.0 to 1.26.0 [hive]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #5093: URL: https://github.com/apache/hive/pull/5093#issuecomment-2123630389 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to reach out on the

Re: [PR] added pytest.mark.flaky for test_big_query_write_temp_table_append_sc… [beam]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #31364: URL: https://github.com/apache/beam/pull/31364#issuecomment-2123630346 Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`: R: @tvalentyn for label python. R: @damondouglas for label io.

Re: [PR] CKS Enhancements [cloudstack]

2024-05-21 Thread via GitHub
blueorangutan commented on PR #9102: URL: https://github.com/apache/cloudstack/pull/9102#issuecomment-2123629725 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✖️ debian ✔️ suse15. SL-JID 9649 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Don't set SETUPTOOLS_USE_DISTUTILS=stdlib [beam]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #31370: URL: https://github.com/apache/beam/pull/31370#issuecomment-2123630274 Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`: R: @jrmccluskey for label python. R: @Abacn for label build.

Re: [PR] [#29697] Add prism artifact building workflow. [beam]

2024-05-21 Thread via GitHub
lostluck closed pull request #31368: [#29697] Add prism artifact building workflow. URL: https://github.com/apache/beam/pull/31368 -- 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

Re: [PR] GH-41262: [Java][FlightSQL] Implement stateless prepared statements [arrow]

2024-05-21 Thread via GitHub
lidavidm commented on PR #41237: URL: https://github.com/apache/arrow/pull/41237#issuecomment-2123629526 Ah actually, I think the consensus changed...the result should now be re-wrapped in an Any: https://github.com/apache/arrow-rs/issues/5731 -- This is an automated message from the

Re: [I] [Bug][Dashboard] "Issue Response Rate within SLA [Last Month]" panel is not working [incubator-devlake]

2024-05-21 Thread via GitHub
github-actions[bot] commented on issue #6804: URL: https://github.com/apache/incubator-devlake/issues/6804#issuecomment-2123628106 This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs.

Re: [PR] feat: typescript utilities [tinkerpop]

2024-05-21 Thread via GitHub
vkagamlyk commented on PR #2599: URL: https://github.com/apache/tinkerpop/pull/2599#issuecomment-2123627926 Hi @tien, I think this is a good direction for improvement for TinkerPop 5/6 when/if we introduce schema, but now it is important to have similar capabilities in all GLV's.

Re: [PR] KAFKA-16452: Don't throw OOORE when converting the offset to metadata [kafka]

2024-05-21 Thread via GitHub
showuon commented on code in PR #15825: URL: https://github.com/apache/kafka/pull/15825#discussion_r1609081346 ## core/src/main/scala/kafka/log/UnifiedLog.scala: ## @@ -1424,11 +1424,18 @@ class UnifiedLog(@volatile var logStartOffset: Long, /** * Given a message

Re: [I] Research what needs to be done to move to Jenkins and if it is necessary and feasible [age]

2024-05-21 Thread via GitHub
jrgemignani commented on issue #773: URL: https://github.com/apache/age/issues/773#issuecomment-2123627523 This issue was resolved as not necessary, for the time being. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] KAFKA-16452: Don't throw OOORE when converting the offset to metadata [kafka]

2024-05-21 Thread via GitHub
showuon commented on code in PR #15825: URL: https://github.com/apache/kafka/pull/15825#discussion_r1609081346 ## core/src/main/scala/kafka/log/UnifiedLog.scala: ## @@ -1424,11 +1424,18 @@ class UnifiedLog(@volatile var logStartOffset: Long, /** * Given a message

[PR] ci/risc-v: fix unused variable issue [nuttx]

2024-05-21 Thread via GitHub
yf13 opened a new pull request, #12387: URL: https://github.com/apache/nuttx/pull/12387 This is to fix issue in [this log](https://github.com/apache/nuttx/actions/runs/9173629303/job/25222879619): ``` Configuration/Tool: esp32c3-generic/twai esp32c6-devkitm/twai

Re: [PR] Update plugin org.asciidoctor.jvm.convert to v4 [fineract]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #3672: URL: https://github.com/apache/fineract/pull/3672#issuecomment-2123626255 This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days. -- This is an automated message from the Apache Git

Re: [PR] Update plugin org.asciidoctor.jvm.epub to v4 [fineract]

2024-05-21 Thread via GitHub
github-actions[bot] commented on PR #3678: URL: https://github.com/apache/fineract/pull/3678#issuecomment-2123626235 This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days. -- This is an automated message from the Apache Git

  1   2   3   4   5   6   7   8   9   10   >