id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
2300738361
Feat: Add SignIn with google option Describe the feature We can add google authentication to directly sign in using google firebase. Add ScreenShots Record [X] I agree to follow this project's Code of Conduct [X] I'm a GSSOC'24 contributor [X] I want to work on this issue @anuragverma108 Please look at this issu...
gharchive/issue
2024-05-16T15:37:54
2025-04-01T04:55:56.755449
{ "authors": [ "aryansharma220" ], "repo": "anuragverma108/SwapReads", "url": "https://github.com/anuragverma108/SwapReads/issues/549", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2579170082
enhanced the login page issue no :- #728 This pull request focuses on enhancing the user interface of the login page by adjusting the layout of the social media login buttons. The goal is to create a more user-friendly and visually appealing experience for users attempting to log in via social media accounts. Key Cha...
gharchive/pull-request
2024-10-10T15:19:51
2025-04-01T04:55:56.759944
{ "authors": [ "Kedar-sonavani", "akash70629" ], "repo": "anuragverma108/WildGuard", "url": "https://github.com/anuragverma108/WildGuard/pull/869", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
111720225
gexf file from gephi to 3d graph? First of all: amazing work! here you say that the ngraph generated from a .gexf file could also easily be rendered by using e.g. ngraph.three as the renderer. I changed ngraph.pixi to ngraph.three, but it doesn't seem to work. Could you please help? Here is some raw code doing what...
gharchive/issue
2015-10-15T22:22:59
2025-04-01T04:55:56.766569
{ "authors": [ "sandboxdp", "ticapix" ], "repo": "anvaka/ngraph", "url": "https://github.com/anvaka/ngraph/issues/21", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2588803665
Add popcnt target feature Problem Without popcnt feature the bitwise operations will use the standard library implementation instead of the hardware supported popcnt instruction. Instances where it will affect: bloom/src/bloom.rs:223: let num_bits_set = bits.iter().map(|x| x.count_ones() as u64).sum(); core/sr...
gharchive/pull-request
2024-10-15T13:34:41
2025-04-01T04:55:56.779237
{ "authors": [ "apfitzge", "ksolana", "yihau" ], "repo": "anza-xyz/agave", "url": "https://github.com/anza-xyz/agave/pull/3176", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2276668485
Firebase auth The signin dynamic function seems like a good place to start but I am at a loss to where to start with firebase authentication with this wallet. Is there anybody who implemented this solution? Can we use firebase authentication with message signing so users are logged in to firebase also? Wallet-adapt...
gharchive/issue
2024-05-02T23:38:46
2025-04-01T04:55:56.781596
{ "authors": [ "agolho", "mcintyre94" ], "repo": "anza-xyz/wallet-adapter", "url": "https://github.com/anza-xyz/wallet-adapter/issues/958", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
84963351
Would Moloch work with an existing ES cluster that already has some indices in it? I already have an ES cluster, holding some other indices. There's plenty of capacity, so I'm thinking of using it for moloch capture as well. Would the additional indices cause a problem, say with the viewer or the API queries? yes i...
gharchive/issue
2015-06-04T07:39:22
2025-04-01T04:55:56.790412
{ "authors": [ "awick", "thongsia" ], "repo": "aol/moloch", "url": "https://github.com/aol/moloch/issues/394", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
869798525
Failed with Drone: Please provide compiled classes of your project with sonar.java.binaries property ERROR: Error during SonarScanner execution 64 | org.sonar.java.AnalysisException: Please provide compiled classes of your project with sonar.java.binaries property 65 | at org.sonar.java.JavaClasspath.init(JavaClasspa...
gharchive/issue
2021-04-28T10:36:23
2025-04-01T04:55:56.821986
{ "authors": [ "mailbyms" ], "repo": "aosapps/drone-sonar-plugin", "url": "https://github.com/aosapps/drone-sonar-plugin/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2375434564
🛑 Main Site is down In 37fea88, Main Site (https://aosp.app) was down: HTTP code: 502 Response time: 617 ms Resolved: Main Site is back up in f665d50 after 17 minutes.
gharchive/issue
2024-06-26T13:55:37
2025-04-01T04:55:56.831184
{ "authors": [ "Ylarod" ], "repo": "aospapp/upptime", "url": "https://github.com/aospapp/upptime/issues/452", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1684233940
Bump plugins and build-related deps Bump plugin versions to latest Bump build related deps and plugin deps to latest (errorprone, easymock, checkstyle, slf4j) Ignore license-maven-plugin execution when using Eclipse M2E (broken by https://github.com/eclipse-m2e/m2e-core/issues/1332) Update source with modernizer rec...
gharchive/pull-request
2023-04-26T04:10:58
2025-04-01T04:55:56.835814
{ "authors": [ "ctubbsii" ], "repo": "apache/accumulo", "url": "https://github.com/apache/accumulo/pull/3344", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1009564955
ARTEMIS-3501 Added exception handling on #handleAddMessage to not sto… …p broker from starting with currupted messages I've been unable to write a proper test for this as I cannot simulate a journal broken in the "correct" way. This did however solve the issue I was seeing with an actual broken journal. It will dis...
gharchive/pull-request
2021-09-28T10:22:47
2025-04-01T04:55:56.839019
{ "authors": [ "AntonRoskvist", "clebertsuconic" ], "repo": "apache/activemq-artemis", "url": "https://github.com/apache/activemq-artemis/pull/3776", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
178812528
Make start script work on busybox The current version of the activemq start script uses options to ps which are unavailable in busybox. Suggested change refactors the start script to remove duplicated code to find a java process given a pidfile and makes it work on busybox. I have limited possibilities of verifying t...
gharchive/pull-request
2016-09-23T08:13:31
2025-04-01T04:55:56.841107
{ "authors": [ "fjollberg", "lucastetreault" ], "repo": "apache/activemq", "url": "https://github.com/apache/activemq/pull/199", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1339302956
AMBARI-25705. Bump spring to 5.3.22 to address the CVE What changes were proposed in this pull request? Bump Spring to the latest versions How was this patch tested? Verified it was built ok. Existing UT should cover it enough. @jojochuang any chance test after this upgrade..? Build succeed in trunk branch, I'm ...
gharchive/pull-request
2022-08-15T18:12:17
2025-04-01T04:55:56.958479
{ "authors": [ "brahmareddybattula", "jojochuang", "kevinw66", "virajjasani" ], "repo": "apache/ambari", "url": "https://github.com/apache/ambari/pull/3336", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1485085708
AMBARI-25802: Add group functionality is not working for Mysql8 Verified using mysql-8.0.30. Able to create group from Ambari web UI. @kevinw66 Kindly review. lgtm. @jojochuang can you also check once..? Looks good. @bhavikpatel9977 Why do we have to use quotes with escape. Is it because of keyword group? +...
gharchive/pull-request
2022-12-08T17:25:24
2025-04-01T04:55:56.960686
{ "authors": [ "bhavikpatel9977", "brahmareddybattula", "mnpoonia" ], "repo": "apache/ambari", "url": "https://github.com/apache/ambari/pull/3600", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
224924908
APEXCORE-711 create a new attribute CUSTOM_SSL_SERVER_CONFIG and use its value to set custom ssl server config @PramodSSImmaneni pls review and merge as appropriate also requesting @devtagare to review and merge ... @PramodSSImmaneni incorporated your feedback. Pls review and if okay I will squash @PramodSSIm...
gharchive/pull-request
2017-04-27T21:57:59
2025-04-01T04:55:56.963859
{ "authors": [ "PramodSSImmaneni", "sanjaypujare", "tweise" ], "repo": "apache/apex-core", "url": "https://github.com/apache/apex-core/pull/520", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
184781176
APEXMALHAR-2314 Improper functioning in partitioning for sequentialFileRead for FSRecord Fix the StreamCodec for FSRecordReader, initially it was hashcode of blockId's mostly always unique. Hence unable to satisfy the sequentialFileRead property. Now the StreamCodec is modified to work with hashcode of filePath. So a...
gharchive/pull-request
2016-10-24T08:43:07
2025-04-01T04:55:56.974442
{ "authors": [ "deepak-narkhede", "tushargosavi", "yogidevendra" ], "repo": "apache/apex-malhar", "url": "https://github.com/apache/apex-malhar/pull/468", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2478179304
Support SHOW command What feature or improvement would you like to see? In postgres, the show command returns server/session configuration attributes: SHOW all The show command doesn't appear to be recognized by abdc: >>> cur.execute("show all") Traceback (most recent call last): File "<stdin>", line 1, in <m...
gharchive/issue
2024-08-21T14:24:38
2025-04-01T04:55:57.017389
{ "authors": [ "mcrumiller" ], "repo": "apache/arrow-adbc", "url": "https://github.com/apache/arrow-adbc/issues/2093", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2143353626
feat: Support Emit::First for SumDecimalGroupsAccumulator Which issue does this PR close? Closes #46. Rationale for this change What changes are included in this PR? How are these changes tested? CI tests are passed. The failure is due to WARNING: /Users/runner/hostedtoolcache/Java_Adopt_jdk/17.0.10-7/x64/Conte...
gharchive/pull-request
2024-02-20T01:09:02
2025-04-01T04:55:57.021426
{ "authors": [ "sunchao", "viirya" ], "repo": "apache/arrow-datafusion-comet", "url": "https://github.com/apache/arrow-datafusion-comet/pull/47", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
873703054
Update repository url Which issue does this PR close? Closes #16. Rationale for this change We moved to a new repo and need to update the URL. What changes are included in this PR? Update repo URL in Cargo.toml Are there any user-facing changes? No Codecov Report Merging #233 (57cdc95) into master (c945b03) will n...
gharchive/pull-request
2021-05-01T15:33:15
2025-04-01T04:55:57.029841
{ "authors": [ "andygrove", "codecov-commenter", "djKooks" ], "repo": "apache/arrow-datafusion", "url": "https://github.com/apache/arrow-datafusion/pull/233", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1366344980
Fix the test failure of size_of_scalar failure on M1/M2 Mac Signed-off-by: remzi 13716567376yh@gmail.com Which issue does this PR close? Closes #3383. Rationale for this change What changes are included in this PR? Are there any user-facing changes? Codecov Report Merging #3398 (4090903) into master (81addf7) ...
gharchive/pull-request
2022-09-08T13:33:38
2025-04-01T04:55:57.038145
{ "authors": [ "Dandandan", "HaoYang670", "andygrove", "codecov-commenter" ], "repo": "apache/arrow-datafusion", "url": "https://github.com/apache/arrow-datafusion/pull/3398", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2359788733
Make ObjectStoreScheme in the object_store crate public Is your feature request related to a problem or challenge? Please describe what you are trying to do. I want to parse an object store URL into a type. Using parse_url and parse_url_opts casts the result into a Box<dyn ...> which makes it impossible to get the un...
gharchive/issue
2024-06-18T12:49:36
2025-04-01T04:55:57.040938
{ "authors": [ "alamb", "drmorr0", "orf" ], "repo": "apache/arrow-rs", "url": "https://github.com/apache/arrow-rs/issues/5911", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2494005839
Wrap all tokio::io::AsyncWrite types to a specific type which is implemented AsyncFileWriter In current, parquet defines all AsyncWrite implement AsyncFileWriter: impl<T: AsyncWrite + Unpin + Send> AsyncFileWriter for T { ... ... } which would in conflict with: impl<T: AsyncFileWriter + ?Sized + Unpin + Send> As...
gharchive/issue
2024-08-29T10:04:28
2025-04-01T04:55:57.052863
{ "authors": [ "Xuanwo", "ethe" ], "repo": "apache/arrow-rs", "url": "https://github.com/apache/arrow-rs/issues/6327", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1631165461
feat: Add Commands enum to decode prost messages to strong type Which issue does this PR close? Closes #3874 Rationale for this change Per the issue, this PR introduces a Commands enum to allow client to match on all supported messages. The following minor improvements were made to the prost_message_ext macro: 1. Gen...
gharchive/pull-request
2023-03-19T23:51:10
2025-04-01T04:55:57.061488
{ "authors": [ "alamb", "stuartcarnie" ], "repo": "apache/arrow-rs", "url": "https://github.com/apache/arrow-rs/pull/3887", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1528268182
[C++][Python] Support start == stop in list_slice kernel [GitHub PR 14395 | https://github.com/apache/arrow/pull/14395] adds the list_slice kernel, but does not implement the case where stop == stop, which should return empty lists. Reporter: Miles Granger / @milesgranger Assignee: Miles Granger / @milesgranger Relat...
gharchive/issue
2022-11-08T04:21:41
2025-04-01T04:55:57.066295
{ "authors": [ "asfimport", "felipecrv" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/issues/33459", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2342332325
[Java] Update Unit Tests for Compression Module Describe the enhancement requested This is a sub-issue of the issue below. #41680 The unit tests should use the org.junit.jupiter.api package. This issue deals with the compression module. Component(s) Java Issue resolved by pull request 42044 https://github.com/apa...
gharchive/issue
2024-06-09T15:17:42
2025-04-01T04:55:57.068639
{ "authors": [ "lidavidm", "llama90" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/issues/42042", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
993727327
ARROW-13976: [C++] Add path to libjvm.so in ARM CPU resolve issue ARROW-13976, add path in hdfs_internal.cc to find libjvm.so in ARM CPU. @cyb70289 Would you know if this looks good? MinGW failures tracked at https://issues.apache.org/jira/browse/ARROW-13999 @pitrou, do you have comments? No :-) Thanks @wuz...
gharchive/pull-request
2021-09-11T03:04:42
2025-04-01T04:55:57.071345
{ "authors": [ "cyb70289", "pitrou", "wuzhuoming" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/11135", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1282511787
ARROW-16918: [Gandiva][C++] Adding UTC-local timezone conversion functions Adding functions to_utc_timezone : Converts a timestamp from local timezone to UTC time from_utc_timezone : Converts a timestamp from UTC time to local time We can fix style by cmake --build ${BUILD_DIR} --target format but you need to insta...
gharchive/pull-request
2022-06-23T14:35:50
2025-04-01T04:55:57.073344
{ "authors": [ "kou", "palak-9202" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/13428", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
342129054
ARROW-2868: [Packaging] Fix Apache Arrow ORC GLib related problems .pc file name was wrong: arrow-glib-orc.pc -> arrow-orc-glib.pc We use arrow-XXX-glib.pc rule such as arrow-gpu-glib.pc. .spec didn't include arrow-orc-glib.pc. .spec included duplicated -DARROW_ORC=ON https://github.com/apache/arrow-dist/commit/...
gharchive/pull-request
2018-07-17T23:57:36
2025-04-01T04:55:57.083088
{ "authors": [ "codecov-io", "kou", "kszucs" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/2280", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1744954796
GH-35926: [C++][Parquet] Testing disable ColumnIndex by disable statistics Rationale for this change Allow only build Offset Index for some column by disable statistics What changes are included in this PR? Fix a tiny bug Are these changes tested? Yes Are there any user-facing changes? Actually no change? C...
gharchive/pull-request
2023-06-07T03:17:16
2025-04-01T04:55:57.087472
{ "authors": [ "mapleFU", "pitrou" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/35958", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2392866223
GH-43228: [C++] Fix Abseil compile error on GCC 13 Rationale for this change When trying to compile Arrow with GCC 13, it fails due to ABSEIL missing a <cstdint> include, this PR addresses the issue by adding the missing include. There have been past reports for this issue too: https://github.com/apache/arrow/issues/...
gharchive/pull-request
2024-07-05T16:15:00
2025-04-01T04:55:57.100972
{ "authors": [ "amol-", "assignUser", "kou", "raulcd" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/43157", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
473160370
ARROW-6031: [Java] Support iterating a vector by ArrowBufPointer Provide the functionality to traverse a vector (fixed-width vector & variable-width vector) by an iterator. This is convenient for scenarios when accessing vector elements in sequence. Codecov Report Merging #4950 into master will decrease coverage b...
gharchive/pull-request
2019-07-26T03:31:32
2025-04-01T04:55:57.118888
{ "authors": [ "codecov-io", "emkornfield", "liyafan82" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/4950", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
643422123
ARROW-9210: [C++] Use BitBlockCounter in array/visitor_inline.h This significantly speeds up processing of mostly-not-null or mostly-null data, while having almost no overhead for the other scenarios where you rarely have a word-sized run of all-not-null or all-null-data. Because BitUtil::GetBit is used for bit-check...
gharchive/pull-request
2020-06-22T23:28:49
2025-04-01T04:55:57.131475
{ "authors": [ "cyb70289", "pitrou", "wesm" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/7521", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1167338890
AVRO-2211: SchemaBuilder equivalent or other means of schema creation Make sure you have checked all steps below. Jira [x] My PR addresses the following Avro Jira https://issues.apache.org/jira/browse/AVRO-2211 In case you are adding a dependency, check if the license complies with the ASF 3rd Party License Polic...
gharchive/pull-request
2022-03-12T16:52:07
2025-04-01T04:55:57.142931
{ "authors": [ "KyleSchoonover", "martin-g", "yanivru", "zcsizmadia" ], "repo": "apache/avro", "url": "https://github.com/apache/avro/pull/1597", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
523077370
[BEAM-8666] Remove dependency between DataflowRunner and PortableRunner introduced by PR#9811 PR#9811 creates a new dependency between DataflowRunner and PortableRunner. DataflowRunner uses DockerEnvironment but there was no need for DataflowRunner to depend on the PortableRunner module before. We will refactor out d...
gharchive/pull-request
2019-11-14T20:07:42
2025-04-01T04:55:57.170033
{ "authors": [ "chamikaramj", "violalyu" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/10112", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
583399208
[BEAM-9468] Hl7v2 io Add HL7v2IO connector for the Google Cloud Healthcare API. Initial work for these connectors is being prioritized based to support various customer use cases for HL7v2 -> FHIR ETL pipelines. Healthcare clients are extremely concerned with not losing data in their pipelines and want dead letter q...
gharchive/pull-request
2020-03-18T01:28:29
2025-04-01T04:55:57.251892
{ "authors": [ "brianlucier", "chamikaramj", "jaketf", "lastomato", "lukecwik", "pabloem" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/11151", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
885501904
[BEAM-12246] Fix ib.collect(dataframe) indexing Indexing wasn't being properly propagated. This also preserves any hierarchical indexing from the dataframes. There is one problem with passing dataframes, however, which is that the indexing isn't kept and is reset per bundle. This solves this by resetting the index on...
gharchive/pull-request
2021-05-11T00:51:18
2025-04-01T04:55:57.278304
{ "authors": [ "rohdesamuel" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/14778", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
988161511
[BEAM-9482] Disable Kafka perf tests. Disable a perma-red suite https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO. Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: [ ] Choose reviewer(s) and mention them in a comment (R: @username). [ ] ...
gharchive/pull-request
2021-09-03T23:52:12
2025-04-01T04:55:57.304614
{ "authors": [ "tvalentyn" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/15459", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1430664207
[DO NOT MERGE] Test failures Please add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: [ ] Choose reviewer(s) and mention them in a comment (R: @username). [ ] Mention the appropriate issue in your des...
gharchive/pull-request
2022-11-01T00:22:09
2025-04-01T04:55:57.312428
{ "authors": [ "kileys" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/23912", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1529567861
DONT MERGE Please add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: [ ] Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a li...
gharchive/pull-request
2023-01-11T19:29:51
2025-04-01T04:55:57.319460
{ "authors": [ "AnandInguva" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/24978", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1930564290
Add support to use side inputs with Combine.PerKeyWithHotKeyFanout Addresses #20637 This PR fixes the bug that you cannot use side inputs with Combine.PerKeyWithHotKeyFanout by passing down the side inputs from Combine.PerKey Thank you for your contribution! Follow this checklist to help us incorporate your contribu...
gharchive/pull-request
2023-10-06T16:26:33
2025-04-01T04:55:57.327884
{ "authors": [ "damccorm", "damondouglas", "marc7806" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/28867", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
281996035
Fix javadoc in FnDataReceiver Follow this checklist to help us incorporate your contribution quickly and easily: [ ] Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issu...
gharchive/pull-request
2017-12-14T06:35:33
2025-04-01T04:55:57.331361
{ "authors": [ "jbonofre", "lukecwik" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/4259", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
426564454
[BEAM-4610] Add SSL support for RedisIO Hi all, Here is the PR for SSL connection support to RedisIO. The idea is to just add a SSL flag to allow the Redis client to open a SSL connection with its default SSL parameters. Thanks in advance for the review. (R: @iemejia ) Regards, Guobao Post-Commit Tests Status (on mas...
gharchive/pull-request
2019-03-28T15:39:44
2025-04-01T04:55:57.350976
{ "authors": [ "EdgarLGB", "iemejia" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/8161", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
777164744
Check whether progress reporting could be incorrect in certain cases (technical debt) See original issue on GitLab In GitLab by [Gitlab user @jonathanmaw] on Jul 26, 2019, 14:31 Background !1482 adds a way to report progress when loading elements, but there are points where an element might be loaded or resolved that...
gharchive/issue
2021-01-01T00:20:59
2025-04-01T04:55:57.403492
{ "authors": [ "BuildStream-Migration-Bot" ], "repo": "apache/buildstream", "url": "https://github.com/apache/buildstream/issues/1093", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1708674579
"Too many open files" when running with remote execution When building with remote execution, I get the following error. I don't know if it's consistent, but retrying once gives the same error. [16:35:19][00:11:56][e8a2758a][ build:bootstrap/build/gcc-stage1.bst] BUG Build An unhandled exception occured: ...
gharchive/issue
2023-05-13T16:24:47
2025-04-01T04:55:57.406792
{ "authors": [ "abderrahim", "nanonyme" ], "repo": "apache/buildstream", "url": "https://github.com/apache/buildstream/issues/1842", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
799535968
Support for incremental builds for workspaces See original issue on GitLab In GitLab by [Gitlab user @tristanvb] on Jan 16, 2018, 08:09 Currently BuildStream never caches any build trees after a build, as noted in #21. However, when a workspace is active we have the opportunity to reuse the same workspace directory t...
gharchive/issue
2021-02-02T18:06:41
2025-04-01T04:55:57.411239
{ "authors": [ "BuildStream-Migration-Bot" ], "repo": "apache/buildstream", "url": "https://github.com/apache/buildstream/issues/192", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
801005603
WIP: bst fmt: Add basic functionality See original merge request on GitLab In GitLab by [Gitlab user @coldtom] on Nov 15, 2018, 16:55 Description Adds a bst fmt command, which modifies the format of a projects element files into a canonical yaml format. This has the main benefit of automating files into the format bs...
gharchive/pull-request
2021-02-04T07:16:39
2025-04-01T04:55:57.453642
{ "authors": [ "BuildStream-Migration-Bot" ], "repo": "apache/buildstream", "url": "https://github.com/apache/buildstream/pull/1415", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
636839944
kamel run directory (self contained) It would also in the future be nice to be able to run by just specifying a directory, then the CLI figures out what files are in the directory and what kind they are myrepo/foo - MyRoute.java - application.properties - myawesomelib.jar kamel run github:user/myrepo/foo And it get...
gharchive/issue
2020-06-11T08:49:54
2025-04-01T04:55:57.458740
{ "authors": [ "davsclaus", "nicolaferraro" ], "repo": "apache/camel-k", "url": "https://github.com/apache/camel-k/issues/1523", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1227715024
1.9.x TestHealthTrait/Readiness_condition_with_stopped_route failure Right now, only this test is failing: --- FAIL: TestHealthTrait/Readiness_condition_with_stopped_route (416.44s) Originally posted by @squakez in https://github.com/apache/camel-k/issues/3256#issuecomment-1119494943 Should be fixed already.
gharchive/issue
2022-05-06T10:58:51
2025-04-01T04:55:57.460581
{ "authors": [ "squakez", "tadayosi" ], "repo": "apache/camel-k", "url": "https://github.com/apache/camel-k/issues/3258", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2409271131
Bitcoin Source fails with It seems like there is a dependency missing for the bitcoin-source. Note: All the following resources were neated and stripped of namespace for ease of use during debugging. When running: apiVersion: camel.apache.org/v1 kind: Pipe metadata: annotations: camel.apache.org/operator.id: ...
gharchive/issue
2024-07-15T17:36:04
2025-04-01T04:55:57.465686
{ "authors": [ "mwmahlberg", "oscerd" ], "repo": "apache/camel-kamelets", "url": "https://github.com/apache/camel-kamelets/issues/2112", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2120235034
Extend the pod specs for the dev mode and build Is there a way we could extend / customize the pod / deployment yaml file of the run in devmode and build? Basically, we need to push some traits / tolerances to the pods running, and could not find a way to update it. Thanks! Add deployment.jkube.yaml to your project...
gharchive/issue
2024-02-06T08:35:58
2025-04-01T04:55:57.468477
{ "authors": [ "arheom", "mgubaidullin" ], "repo": "apache/camel-karavan", "url": "https://github.com/apache/camel-karavan/issues/1106", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1937644990
Upgrade Netty to version 4.1.100.Final (#11690) Description Target [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses camel-3.x, whereas Camel 4 uses the main branch) Tracking [ ] If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for ...
gharchive/pull-request
2023-10-11T12:22:35
2025-04-01T04:55:57.475179
{ "authors": [ "oscerd" ], "repo": "apache/camel", "url": "https://github.com/apache/camel/pull/11694", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
276929955
CAMEL-12030: Add CoAP response code header https://issues.apache.org/jira/browse/CAMEL-12030 Thanks the PR has been merged.
gharchive/pull-request
2017-11-27T08:00:50
2025-04-01T04:55:57.476629
{ "authors": [ "jamesnetherton", "oscerd" ], "repo": "apache/camel", "url": "https://github.com/apache/camel/pull/2121", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
745580600
[UI] UI Changes to support new storage plugin for PowerFlex/ScaleIO storage pool Generate URL from the UI inputs when adding "PowerFlex" Primary Storage Allow VM Snapshot for stopped VM on KVM hypervisor and PowerFlex/ScaleIO storage pool @blueorangutan package @shwstppr a Jenkins job has been kicked to build ...
gharchive/pull-request
2020-11-18T11:32:09
2025-04-01T04:55:57.482670
{ "authors": [ "GabrielBrascher", "blueorangutan", "borisstoyanov", "shwstppr", "sureshanaparti" ], "repo": "apache/cloudstack-primate", "url": "https://github.com/apache/cloudstack-primate/pull/863", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api"...
2550789718
Multiple secondary storage in one zone; problem with volume snapshots ISSUE TYPE Bug Report CLOUDSTACK VERSION 4.19.1.0, xcp-ng hypervisor SUMMARY We are planning to add multiple NFS secondary storages for backup purpose. And I don't understand the principle of distribution of storage snapshots among secstors....
gharchive/issue
2024-09-26T14:36:23
2025-04-01T04:55:57.525289
{ "authors": [ "Pearl1594", "top-secrett" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/issues/9734", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2694036851
Projects listing breaks after deleting a user added to a project. ISSUE TYPE Bug Report COMPONENT NAME UI,API CLOUDSTACK VERSION 4.19.1.2 CONFIGURATION Projects SUMMARY Once you deleted a user in 'ROOT admin' role account, the projects can't be listed using UI/API. The deleted user was added to one of the p...
gharchive/issue
2024-11-26T10:13:57
2025-04-01T04:55:57.533194
{ "authors": [ "DaanHoogland", "rajujith", "winterhazel" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/issues/9974", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
209752629
CLOUDSTACK-9727 Password reset discrepancy in RVR when one of the Rou… …ter is not in Running state. @bvbharatk can you format the code ? @ustcweizhou Reformatted the code. thanks. ACS CI BVT Run Sumarry: Build Number 394 Hypervisor xenserver NetworkType Advanced Passed=104 Failed=1 Skipped=7 Link to logs Folde...
gharchive/pull-request
2017-02-23T12:50:30
2025-04-01T04:55:57.591771
{ "authors": [ "DaanHoogland", "blueorangutan", "bvbharatk", "cloudmonger", "jayapalu", "rhtyd", "ustcweizhou", "weizhouapache" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/pull/1965", "license": "Apache-2.0", "license_type": "permissive", "l...
259166668
CLOUDSTACK-10085 : Upload volume from local fails when global config max.account.seconday.storage is set to -1 ISSUE Upload volume from local fails when global config max.account.seconday.storage is set to -1 STEPS TO REPRODUCE Download any volume on your local machine. Change value of global configuration max.accou...
gharchive/pull-request
2017-09-20T13:38:54
2025-04-01T04:55:57.596022
{ "authors": [ "GabrielBrascher", "mrunalinikankariya", "niteshsarda", "ustcweizhou" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/pull/2270", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
78160179
Cloudstack-8301 PR for configuring local storage for system VMs at zone level. FS @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enable+configuring+local+storage+use+for+system+VMs+at+zone+level Jira @ https://issues.apache.org/jira/browse/CLOUDSTACK-8301 @rags22489664 contibuted UI changes (https://github....
gharchive/pull-request
2015-05-19T16:33:31
2025-04-01T04:55:57.602681
{ "authors": [ "bhaisaab", "koushik-das", "nitt10prashant" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/pull/263", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2166949548
Log4j2 refactor cloud engine orchestration module Description With the new version of Log4j there is some space for improving log readability using the new features. This PR refactors the logs from the cloud-orchestration module. Types of changes [ ] Breaking change (fix or feature that would cause existing function...
gharchive/pull-request
2024-03-04T14:13:09
2025-04-01T04:55:57.632759
{ "authors": [ "DaanHoogland", "KlausDornsbach", "blueorangutan", "codecov-commenter" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/pull/8742", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
770983888
Miscellaneous (cherry-picked) improvements Various improvements highlighted by the IDE. The improvements are cherry-picked where it makes sense. Each improvement category is grouped as a single commit. LGTM @arturobernalg I kept them separate so its remove/rebase a specific change. Will wait for #123 to avoid m...
gharchive/pull-request
2020-12-18T15:42:48
2025-04-01T04:55:57.635848
{ "authors": [ "arturobernalg", "darkma773r", "singhbaljit" ], "repo": "apache/commons-geometry", "url": "https://github.com/apache/commons-geometry/pull/122", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
812538280
true && false String constant create true && false String constant in order to re use variable, and make the code more readable Coverage remained the same at 94.957% when pulling be5c63a4cdd0538ec72fe7cb15448c048603ea4b on arturobernalg:feature/boolean_string_const into 5689c91cf2a3a27f0a3a8a362857f2cf0919d4f6 on ...
gharchive/pull-request
2021-02-20T07:13:03
2025-04-01T04:55:57.637752
{ "authors": [ "arturobernalg", "coveralls" ], "repo": "apache/commons-lang", "url": "https://github.com/apache/commons-lang/pull/714", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2628268558
refactor!: Cleanup & dependency modernization Motivation and Context coho is... unloved 😬 Description Update several dependencies and replace some with built-in NodeJS APIs Bump the minimum NodeJS version to 20.14.0+ (this is a dev tool not intended for public use, so that should be okay) Remove the code that tr...
gharchive/pull-request
2024-11-01T04:03:43
2025-04-01T04:55:57.656538
{ "authors": [ "codecov-commenter", "dpogue" ], "repo": "apache/cordova-coho", "url": "https://github.com/apache/cordova-coho/pull/327", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1699948368
Android API 32-33 Open NON Media Files Problem Hi everyone, i recently noticed that since the update to Android 12-13 / API 32-33, the readAsDataURL and readAsDataText methods are no longer working (return NULL) in case of reading PDF/TXT files, while they work no problem for pictures or videos. The folder I'm readin...
gharchive/issue
2023-05-08T10:01:59
2025-04-01T04:55:57.699206
{ "authors": [ "EYALIN", "MauriceFrank", "breautek", "gtaormina" ], "repo": "apache/cordova-plugin-file", "url": "https://github.com/apache/cordova-plugin-file/issues/568", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
170179585
Fix reply filter for open_revs Current filter removing all not_found's from the final reply in presence of any {ok, Doc} in it, which is not always the correct behaviour, since we can have missing doc for one of the passed revisions. In general, in absence of latest attribute, we are expecting one reply per revision ...
gharchive/pull-request
2016-08-09T14:24:13
2025-04-01T04:55:57.710784
{ "authors": [ "davisp", "eiri" ], "repo": "apache/couchdb-fabric", "url": "https://github.com/apache/couchdb-fabric/pull/65", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
326723067
Add official support of Couchdb for Ubuntu 18.04 Hello, Please add this task in your 2.2.0 milestone. https://github.com/apache/couchdb/issues/1314 (Duplicate of this but it's closed and task is still open) @codeyash The convenience binaries for CouchDB are only semi-official. Whether that ticket is open or not, t...
gharchive/issue
2018-05-26T09:03:40
2025-04-01T04:55:57.716594
{ "authors": [ "FgfdCBVCbnsebtgf", "codeyash", "wohali" ], "repo": "apache/couchdb", "url": "https://github.com/apache/couchdb/issues/1343", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
598482440
Broken unicode in CouchDB 3.0.0 Description After upgrading to CouchDB 3 we had a big problem with JS query server that now incorrectly works with unicode characters. Steps to Reproduce Create view with following map function: function (doc) { log(doc.string_field.length); } Put document with field string_field with ...
gharchive/issue
2020-04-12T13:16:32
2025-04-01T04:55:57.720591
{ "authors": [ "kimaiavd", "wohali" ], "repo": "apache/couchdb", "url": "https://github.com/apache/couchdb/issues/2779", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
385187074
Add Credo to Elixir test suite Overview This PR adds Credo as the static code analysis tool of choice for the Elixir test suite. Testing recommendations Just issue make elixir-credo first, then make elixir Related Issues or Pull Requests #1756 Checklist [X] Code is written and works correctly; [X] Changes are covere...
gharchive/pull-request
2018-11-28T09:57:32
2025-04-01T04:55:57.733129
{ "authors": [ "davisp", "dottorblaster", "jaydoane", "van-mronov", "wohali" ], "repo": "apache/couchdb", "url": "https://github.com/apache/couchdb/pull/1769", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
237897071
Optimize ddoc cache Overview The previous version of ddoc_cache was written to rely on evicting entries after a maximum TTL. This leads to issues on clusters that have a large amount of load on databases with a large Q. What ends up happening is that when a design document is evicted we suddenly have a thundering her...
gharchive/pull-request
2017-06-22T16:08:40
2025-04-01T04:55:57.757978
{ "authors": [ "chewbranca", "davisp", "nickva" ], "repo": "apache/couchdb", "url": "https://github.com/apache/couchdb/pull/610", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
144847167
implemented AutoCloseable Client Implemented AutoCloseable interface which simple calls destroy() method This code does not seem to build. I got somee checkstyle errors. I also think setting the classloader on the bus is not correct as the bus may be for a complete bundle. So setting it when a DynamicClient is cr...
gharchive/pull-request
2016-03-31T09:50:41
2025-04-01T04:55:57.763006
{ "authors": [ "bilak", "cschneider", "tomitribe-dev" ], "repo": "apache/cxf", "url": "https://github.com/apache/cxf/pull/124", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1050499476
[Fix-#6783] switchVersion error (#6783) Purpose of the pull request https://github.com/apache/dolphinscheduler/issues/6783 Brief change log Verify this pull request This pull request is code cleanup without any test coverage. (or) This pull request is already covered by existing tests, such as (please describe tes...
gharchive/pull-request
2021-11-11T02:11:46
2025-04-01T04:55:57.778123
{ "authors": [ "codecov-commenter", "zhongjiajie", "zwZjut" ], "repo": "apache/dolphinscheduler", "url": "https://github.com/apache/dolphinscheduler/pull/6784", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1069391948
[Feature][Task] add seatunnel task plugin Purpose of the pull request add seatunnel task plugin Brief change log Verify this pull request This pull request is code cleanup without any test coverage. (or) This pull request is already covered by existing tests, such as (please describe tests). (or) This change adde...
gharchive/pull-request
2021-12-02T10:40:06
2025-04-01T04:55:57.793343
{ "authors": [ "codecov-commenter", "zhongjiajie", "zhuangchong" ], "repo": "apache/dolphinscheduler", "url": "https://github.com/apache/dolphinscheduler/pull/7131", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2033881955
[Bug] (jdbc catalog) When the field value of some tables is null, the query will report an error. Search before asking [X] I had searched in the issues and found no similar issues. Version master What's Wrong? CAUSED BY: ClassCastException: [Ljava.lang.Object; cannot be cast to [Ljava.lang.Long; at org.apache.doris...
gharchive/issue
2023-12-09T14:58:01
2025-04-01T04:55:57.805470
{ "authors": [ "DevPJ9", "liugddx" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/issues/28204", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1367462588
testadd test join case4 Proposed changes Issue Number: close #xxx Problem summary Describe your changes. Checklist(Required) Does it affect the original behavior: [ ] Yes [x] No [ ] I don't know Has unit tests been added: [x] Yes [ ] No [ ] No Need Has document been added or modified: [ ] Yes [x] No [ ] No Ne...
gharchive/pull-request
2022-09-09T08:17:47
2025-04-01T04:55:57.811206
{ "authors": [ "dataalive", "zy-kkk" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/12508", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1389424140
regression Add regression tests for datev2 Proposed changes Issue Number: close #xxx Problem summary Describe your changes. Checklist(Required) Does it affect the original behavior: [ ] Yes [ ] No [ ] I don't know Has unit tests been added: [ ] Yes [ ] No [ ] No Need Has document been added or modified: [ ] Y...
gharchive/pull-request
2022-09-28T14:03:27
2025-04-01T04:55:57.816684
{ "authors": [ "Gabriel39" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/13040", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1676280608
enhance: When requiredSlots is empty, prune child previously in ColumnPruning Proposed changes Issue Number: close #xxx Problem summary When requiredSlots is empty, prune child previously in ColumnPruning. A example: Agg count(*) - Filter age > 3 -- Scan id, age We should get Agg count(*) - Project age -- Filter age...
gharchive/pull-request
2023-04-20T08:45:28
2025-04-01T04:55:57.820794
{ "authors": [ "924060929", "jackwener" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/18856", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1813445558
Fix Fix bugs in tombstone Bug: table ref has not decreased when replay by tombstone. table sync GC tombstone information can cause errors. Bug fix: fixed. fixed, db sync can be smoothly upgraded, but table sync requires GC of all binlogs run buildall (From new machine)TeamCity pipeline, clickbench performance...
gharchive/pull-request
2023-07-20T08:23:25
2025-04-01T04:55:57.825710
{ "authors": [ "deadlinefen", "hello-stephen" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/22031", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2009446609
[branch-2.0] enable hive view by default Proposed changes Enable hive view support by default Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... run buildall
gharchive/pull-request
2023-11-24T10:04:08
2025-04-01T04:55:57.827551
{ "authors": [ "morningman" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/27550", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2120162445
fixpush more than one runtime filters into cte Proposed changes Issue Number: close #xxx Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... run buildall run...
gharchive/pull-request
2024-02-06T07:48:25
2025-04-01T04:55:57.830686
{ "authors": [ "englefly" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/30901", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2122910216
[opt](ES catalog) Increase to 3 connect attempts per node (#30957) Proposed changes pick #30957 Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... run buildal...
gharchive/pull-request
2024-02-07T12:20:05
2025-04-01T04:55:57.832275
{ "authors": [ "qidaye" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/30969", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2143865361
[Enhancement](jdbc catalog) Add security check on driver when creating Jdbc Catalog Proposed changes Issue Number: close #xxx Enhancements This PR introduces enhanced security measures for managing and verifying driver packages when creating Catalogs in Doris. Specifically, it adds path management and checksum verifi...
gharchive/pull-request
2024-02-20T08:58:40
2025-04-01T04:55:57.837129
{ "authors": [ "zy-kkk" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/31153", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2144104632
fixFix hive p2 case (#31149) backport https://github.com/apache/doris/pull/31149 Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... run buildall
gharchive/pull-request
2024-02-20T10:57:58
2025-04-01T04:55:57.839514
{ "authors": [ "Jibing-Li" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/31165", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2302637415
opt handle oom exception in spill tasks Proposed changes Issue Number: close #xxx Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... run buildall run builda...
gharchive/pull-request
2024-05-17T12:34:37
2025-04-01T04:55:57.842332
{ "authors": [ "mrhhsg" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/35025", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2495000514
test find large memory allocation not catch exception Proposed changes Issue Number: close #xxx run buildall
gharchive/pull-request
2024-08-29T16:19:23
2025-04-01T04:55:57.843374
{ "authors": [ "yiguolei" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/40156", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2587528905
test based on https://github.com/apache/doris/pull/41784, resolve conflicts with the latest branch-2.1 to run branch-2.1 CI run buildall run buildall run buildall run buildall
gharchive/pull-request
2024-10-15T03:26:35
2025-04-01T04:55:57.845129
{ "authors": [ "bobhan1" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/41839", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2594184529
[Improvement](LDAP Auth)Enhance LDAP authentication with a configurable group filter Proposed changes This PR enhances LDAP authentication by adding an optional configurable filter for retrieving user groups, primarily to support Open Directory LDAP implementations. If the configurable property is left empty, the ex...
gharchive/pull-request
2024-10-17T09:40:21
2025-04-01T04:55:57.846892
{ "authors": [ "nsivarajan" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/42038", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2720234298
[test](index compaction)Add exception cases for index compaction What problem does this PR solve? Problem Summary: Add more exception cases for index compaction Refactor index compaction test code, add a util class for all cases Merge index_compaction_delete case to index compaction test Release note None Check Lis...
gharchive/pull-request
2024-12-05T12:06:09
2025-04-01T04:55:57.853662
{ "authors": [ "qidaye" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/45056", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1772583361
DRILL-8443: Upgrade netty due to CVE Description https://github.com/apache/drill/security/dependabot/45 Testing CI build Some tests failing with this error - IO Running in secure mode, but config doesn't have a keytab Seems like a Hadoop issue. We may need to upgrade Hadoop or at least review the Hadoop config used...
gharchive/pull-request
2023-06-24T10:01:32
2025-04-01T04:55:57.856934
{ "authors": [ "cgivre", "jnturton", "pjfanning", "vvysotskyi" ], "repo": "apache/drill", "url": "https://github.com/apache/drill/pull/2813", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
484423426
Problem of dubbo.xsd file in dubbo2.5.6.jar Environment Dubbo version: 2.5.6 Operating System version: Windows10 Java version: 1.8.0_221 Steps to reproduce this issue Document description 2.5.6 supports netty4. I can't find the parameter client from dubbo.xsd in dubbo2.5.6.jar. I can find the parameter clie...
gharchive/issue
2019-08-23T09:19:05
2025-04-01T04:55:57.861650
{ "authors": [ "CrazyHZM", "alexander-wong-tech" ], "repo": "apache/dubbo", "url": "https://github.com/apache/dubbo/issues/4928", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1813555266
RpcContext proxy What is the purpose of the change Brief changelog Verifying this change Checklist [x] Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without ...
gharchive/pull-request
2023-07-20T09:26:28
2025-04-01T04:55:57.869072
{ "authors": [ "AlbumenJ", "codecov-commenter" ], "repo": "apache/dubbo", "url": "https://github.com/apache/dubbo/pull/12766", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2252830329
[Feature][3.3] Triple rest useTrailingSlashMatch useSuffixPatternMatch support #14036 What is the purpose of the change support useTrailingSlashMatch useSuffixPatternMatch #14036 Brief changelog Added constructor method and added support for useTrailingSlashMatch useSuffixPatternMatch Verifying this change No Checkl...
gharchive/pull-request
2024-04-19T12:16:15
2025-04-01T04:55:57.875419
{ "authors": [ "heliang666s" ], "repo": "apache/dubbo", "url": "https://github.com/apache/dubbo/pull/14105", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
733658784
Update dubbo-provider.xml What is the purpose of the change XXXXX Brief changelog XXXXX Verifying this change XXXXX Follow this checklist to help us incorporate your contribution quickly and easily: [x] Make sure there is a GITHUB_issue field for the change (usually before you start working on it). Trivial changes l...
gharchive/pull-request
2020-10-31T07:30:59
2025-04-01T04:55:57.881137
{ "authors": [ "baymaxxjf", "htynkn" ], "repo": "apache/dubbo", "url": "https://github.com/apache/dubbo/pull/6857", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2242912577
[Feature] 折线图series上的label支持和x轴一样的根据密度分布显示 What problem does this feature solve? 大数据量的时候想显示label,就会出现所有label都显示的请客。如果自己进行密度分布可能和x轴的数据显示不同步 What does the proposed API look like? 增加一个类似xAxis均匀显示的api xAxis: { data: xData, axisLabel: { interval: 'auto' } }, labelLayout { hideO...
gharchive/issue
2024-04-15T07:25:10
2025-04-01T04:55:57.883200
{ "authors": [ "MatthiasMert", "SONASIDANTE" ], "repo": "apache/echarts", "url": "https://github.com/apache/echarts/issues/19832", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
215357137
Creditbureau configuration module This PR contains code for creditbureau configuration @nikpawar89 Please follow coding style defined by https://google.github.io/styleguide/javaguide.html @nikpawar89 Please let me know whether I understood correctly. With this implementation, I can define credit bureau, credit bu...
gharchive/pull-request
2017-03-20T08:47:06
2025-04-01T04:55:57.886040
{ "authors": [ "nazeer1100126", "nikpawar89" ], "repo": "apache/fineract", "url": "https://github.com/apache/fineract/pull/320", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2488444617
[hotfix] Run schema coordinator logic asynchronously to avoid blocking the main thread This tweaks SchemaRegistry coordinator to let it handle requests / trigger checkpoints in background threads to avoid blocking the main thread. This also adds E2e test case running on various parallelisms. @loserwang1024 Would yo...
gharchive/pull-request
2024-08-27T06:47:15
2025-04-01T04:55:57.887301
{ "authors": [ "leonardBang", "yuxiqian" ], "repo": "apache/flink-cdc", "url": "https://github.com/apache/flink-cdc/pull/3577", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2716498944
[FLINK-36165][source-connector/mysql] Support capturing snapshot data with conditions Hey, this is an implementation designed to capture snapshot data with filtering conditions. For example, by specifying scan.snapshot.filters: db.user_table:id > 200;, we can synchronize only the user data where the id is greater tha...
gharchive/pull-request
2024-12-04T03:56:41
2025-04-01T04:55:57.891195
{ "authors": [ "Thorne-coder", "uicosp", "yuxiqian" ], "repo": "apache/flink-cdc", "url": "https://github.com/apache/flink-cdc/pull/3776", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1191428737
[hotfix] Change email/repository notifications to match with Flink Core settings Making sure that notification schema is setup like it's currently for Flink core. Details about this file can be found in https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features Dank. Dank. You're welcome :)
gharchive/pull-request
2022-04-04T08:21:15
2025-04-01T04:55:57.893120
{ "authors": [ "MartijnVisser", "mbalassi" ], "repo": "apache/flink-kubernetes-operator", "url": "https://github.com/apache/flink-kubernetes-operator/pull/154", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
658954231
[FLINK-16048][avro] Support read/write confluent schema registry avro… … data from Kafka What is the purpose of the change Supports read/write with SQL using schema registry avro format. The format details The factory identifier (or format id) There are 2 candidates now ~ avro-sr: the pattern borrowed from KSQL JSON_...
gharchive/pull-request
2020-07-17T07:18:46
2025-04-01T04:55:57.914587
{ "authors": [ "KurtYoung", "danny0405", "maver1ck", "sjwiesman" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/12919", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
980068988
[FLINK-22002][tests] Let taskmanager.slot.timeout fall back to akka.ask.timeout This commit lets taskmanager.slot.timeout fall to akka.ask.timeout so that the MiniCluster will run by default with a 5 min taskmanager.slot.timeout. This should harden against CI pauses. Thanks for the review @zentol. Merging this PR n...
gharchive/pull-request
2021-08-26T10:09:30
2025-04-01T04:55:57.916618
{ "authors": [ "tillrohrmann" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/16995", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1748973167
[FLINK-30629][Client/Job Submission] Increase clientHeartbeatTimeout to 1 second What is the purpose of the change Increase clientHeartbeatTimeout to 1 second to avoid shutting down the job in ClientHeartbeatTest. Brief change log Increase clientHeartbeatTimeout to 1 second Verifying this change This change is a tr...
gharchive/pull-request
2023-06-09T02:07:41
2025-04-01T04:55:57.920793
{ "authors": [ "Myracle", "snuyanzin" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/22742", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1939334554
[FLINK-32073][checkpoint] Implement file merging in snapshot What is the purpose of the change As one part of FLIP-306, this PR enables file merging in snapshot by implementing the corresponding output&input streams for FileMergingSnapshotManager Brief change log Add createCheckpointStateOutputStream in FileMerging...
gharchive/pull-request
2023-10-12T07:02:28
2025-04-01T04:55:57.930015
{ "authors": [ "AlexYinHan", "Zakelly", "curcur" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/23514", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1993147345
[FLINK-33410] Implement type inference for OVER function What is the purpose of the change It implements type inference for OVER, STREAM_RECORD and THROW_EXCEPTION functions. Verifying this change all available tests pass added tests for OVER type inference Does this pull request potentially affect one of the follo...
gharchive/pull-request
2023-11-14T16:52:10
2025-04-01T04:55:57.935569
{ "authors": [ "dawidwys", "liuyongvs" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/23713", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }