added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T04:33:04.578255
2022-06-24T19:17:51
1284104809
{ "authors": [ "acassis", "gustavonihei" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3711", "repo": "apache/incubator-nuttx", "url": "https://github.com/apache/incubator-nuttx/pull/6514" }
gharchive/pull-request
esp32-wrover-kit: Add board profile to support MMC/SDCard over SPI Summary Add support to MMC/SD over SPI Impact only ESP32-WROVER-KIT board Testing Tested on ESP32-WROVER-KIT: $ ./tools/configure.sh esp32-wrover-kit:mmcsdspi $ make -j flash ESPTOOL_PORT=/dev/ttyUSB1 $ minicom ### Configured to use /dev/ttyUSB1 8n1 #...
2025-04-01T04:33:04.612899
2018-03-29T11:12:02
309714132
{ "authors": [ "chetanmeh", "codecov-io", "csantanapr", "markusthoemmes", "rabbah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3712", "repo": "apache/incubator-openwhisk", "url": "https://github...
gharchive/pull-request
Immutable attachments via putAndAttach This PR implements the approach B of #3500 by adding a new putAndAttach method to ArtifactStore Description This PR adds a new ArtifactStore#putAndAttach method and removes the ArtifactStore#attach method. Following are the main changes Key points A - Refactor the flow to pass i...
2025-04-01T04:33:04.634907
2020-12-09T08:34:40
760123670
{ "authors": [ "codecov-io", "fx19880617", "npawar" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3713", "repo": "apache/incubator-pinot", "url": "https://github.com/apache/incubator-pinot/pull/6340" }
gharchive/pull-request
Adding Pinot minion segment generation and push task. Description Adding Pinot minion segment generation and push task. Below is a table conf example with the simple version of batch ingestion config. More configs can be found in PR https://github.com/apache/incubator-pinot/pull/6332. { "tableName": "baseballStats"...
2025-04-01T04:33:04.637458
2018-11-02T11:40:29
376776312
{ "authors": [ "JulianFeinauer" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3714", "repo": "apache/incubator-plc4x", "url": "https://github.com/apache/incubator-plc4x/pull/38" }
gharchive/pull-request
Add simple mock driver I decided to make a new PR (in concurrence to #37 ) as this is the solution we need to test our code. The idea behind this mock driver is to allow testing WITHOUT changing the field adresses in your code you want to test (currently they have to be hardcoded for some reasons). This is not possib...
2025-04-01T04:33:04.656425
2024-02-07T15:43:14
2123322674
{ "authors": [ "codecov-commenter", "xingfudeshi" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3715", "repo": "apache/incubator-seata", "url": "https://github.com/apache/incubator-seata/pull/6343" }
gharchive/pull-request
optimize:compatible with tm module and rm-datasource module [ ] I have registered the PR changes. Ⅰ. Describe what this PR did Ⅱ. Does this pull request fix one issue? fixes #6337 fixes #6336 Ⅲ. Why don't you add test cases (unit test/integration test)? Ⅳ. Describe how to verify it Ⅴ. Special notes for reviews ...
2025-04-01T04:33:04.662094
2022-12-01T11:33:56
1471156389
{ "authors": [ "EricJoy2048", "TyrantLucifer" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3716", "repo": "apache/incubator-seatunnel", "url": "https://github.com/apache/incubator-seatunnel/pull/3625" }
gharchive/pull-request
[Improve][Connector-V2][File] Support split file based on batch size Purpose of this pull request support batch size for file sink Check list [x] Code changed are covered with tests, or it does not need tests for reason: [ ] If any new Jar binary package adding in your PR, please add License Notice according New L...
2025-04-01T04:33:04.670909
2019-04-08T08:44:32
430326867
{ "authors": [ "cherrylzhao", "jimmycheng888" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3717", "repo": "apache/incubator-shardingsphere", "url": "https://github.com/apache/incubator-shardingsphere/issues/21...
gharchive/issue
Integrate mongodb transaction conflict error Which version of ShardingSphere did you use? 3.1.0 Which project did you use? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC Actual behavior Switching transaction Type is unsupported for transaction manager org.springframework.data.mongodb.MongoTransactionManager Example c...
2025-04-01T04:33:04.672485
2021-07-13T08:43:55
942995838
{ "authors": [ "kangarooking", "midnight2104", "yu199195" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3718", "repo": "apache/incubator-shenyu", "url": "https://github.com/apache/incubator-shenyu/issues/...
gharchive/issue
i find WebsocketSyncDataService s executor.scheduleAtFixedRate some times can not execute some times executor.scheduleAtFixedRate can not execute, i need to restart bootstrap. but if it in prod,it is very serious. why executor.scheduleAtFixedRate can not execute ? its jdk bug ? or your local environmental issues?...
2025-04-01T04:33:04.683477
2022-02-28T13:31:46
1154097621
{ "authors": [ "codecov-commenter", "midnight2104" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3719", "repo": "apache/incubator-shenyu", "url": "https://github.com/apache/incubator-shenyu/pull/2950" }
gharchive/pull-request
[type:refactor] feature shenyu-agent : update SHENYU_AGENT in exchange. update SHENYU_AGENT in exchange to distinguish between different plugins. // Describe your PR here; eg. Fixes #issueNo Make sure that: [ ] You have read the contribution guidelines. [ ] You submit test cases (unit or integration tests) that bac...
2025-04-01T04:33:04.685955
2019-03-11T07:47:04
419333851
{ "authors": [ "coveralls", "peng-yongsheng" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3720", "repo": "apache/incubator-skywalking", "url": "https://github.com/apache/incubator-skywalking/pull/2344" }
gharchive/pull-request
The role of OAP server. Mixed: Receive agent data, level 1 aggregate, level 2 aggregate Receiver: Receive agent data, level 1 aggregate Aggregator: level 2 aggregate Coverage decreased (-0.001%) to 13.878% when pulling 76e7724dd34aa5a8470d19e1450bb07af56d4212 on peng-yongsheng:feature/role into 8ec12cd7e5440b529ef...
2025-04-01T04:33:04.693184
2023-09-14T08:19:46
1896010472
{ "authors": [ "GOODBOY008", "wolfboys" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3721", "repo": "apache/incubator-streampark", "url": "https://github.com/apache/incubator-streampark/issues/3079" }
gharchive/issue
[Feature] Add application backup count keep strategy Search before asking [X] I had searched in the feature and found no similar feature requirement. Description Story: With long time to use StreamPark to maintain jobs , the backup number is very large and user only to clean backup when disk usage is very high. So ...
2025-04-01T04:33:04.697574
2023-09-07T16:08:00
1886189436
{ "authors": [ "RocMarshal" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3722", "repo": "apache/incubator-streampark", "url": "https://github.com/apache/incubator-streampark/pull/3034" }
gharchive/pull-request
[Hotfix] Disabled unstable test cases. What changes were proposed in this pull request Issue Number: close #xxx Brief change log Verifying this change This change is a trivial rework / code cleanup without any test coverage. (or) This change is already covered by existing tests, such as (please describe tests). ...
2025-04-01T04:33:04.705970
2019-05-17T15:49:08
445507002
{ "authors": [ "codecov-io", "graceguo-supercat", "mistercrunch" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3723", "repo": "apache/incubator-superset", "url": "https://github.com/apache/incubator-super...
gharchive/pull-request
Skip flaky cypress dashboard test This one has been biting us for a while. Let's disable for now. CATEGORY Choose one [X] Build / Development Environment Codecov Report Merging #7538 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #75...
2025-04-01T04:33:04.742175
2024-02-15T21:02:32
2137441386
{ "authors": [ "XuQianJin-Stars", "codecov-commenter", "jerqi", "rickyma", "zuston" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3724", "repo": "apache/incubator-uniffle", "url": "https://github....
gharchive/pull-request
[#1472][part-5] Inaccurate flow control leads to Shuffle server OOM when enabling Netty What changes were proposed in this pull request? When the shuffle server enables Netty, during the pre-allocation of memory and flushing buffer, we should use the actual used direct memory(which is pinnedDirectMemory in PooledByte...
2025-04-01T04:33:04.746728
2024-08-23T03:18:12
2482156266
{ "authors": [ "Zkplo", "aloyszhang" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3725", "repo": "apache/inlong", "url": "https://github.com/apache/inlong/pull/10865" }
gharchive/pull-request
[INLONG-10864][SDK] Transform SQL support md5 function Fixes #10864 Motivation Add one arithmetic function classe: Md5Function. Also, add the corresponding unit test codes. Modifications Verifying this change (Please pick either of the following options) [ ] This change is a trivial rework/code cleanup without a...
2025-04-01T04:33:04.749438
2022-11-02T12:55:28
1433101505
{ "authors": [ "EMsnap", "thesumery" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3726", "repo": "apache/inlong", "url": "https://github.com/apache/inlong/pull/6383" }
gharchive/pull-request
[INLONG-6382][Sort] Iceberg misses data when the source table has no primary key in multiple sink scenes [INLONG-6382][Sort] Bugfix:Iceberg miss data when source table do not have primary key in multiple sink scences Prepare a Pull Request [INLONG-6382][Sort] Bugfix:Iceberg miss data when source table do not have pr...
2025-04-01T04:33:04.759480
2019-09-25T16:34:11
498397673
{ "authors": [ "codecov-io", "vlsi" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3727", "repo": "apache/jmeter", "url": "https://github.com/apache/jmeter/pull/502" }
gharchive/pull-request
Move "DNS with unavailable resolver" test to JUnit Motivation and Context The test takes 50 seconds in Travis, so I move it to JUnit. We might want to add UI for DNSCacheManager UI: timeout and the number of retry attempts. Codecov Report Merging #502 into master will decrease coverage by <.01%. The diff coverage ...
2025-04-01T04:33:04.762255
2021-02-10T01:36:37
805072714
{ "authors": [ "cmccabe" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3728", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/10095" }
gharchive/pull-request
MINOR: Introduce the KIP-500 Broker lifecycle manager The broker lifecycle manager handles registering the broker and sending periodic heartbeats, as described in KIP-631. Based on the responses it receives from the controller, it transitions the broker through the states described in BrokerState.java: STARTING, REC...
2025-04-01T04:33:04.763500
2021-10-04T09:58:40
1014970915
{ "authors": [ "wenzelcheng" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3729", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/11377" }
gharchive/pull-request
MINOR: Use try-with-resource to close the stream opened by Files.list() It may cause the file handle not to be released. @ijuma @tombentley request for review.
2025-04-01T04:33:04.767185
2022-05-16T13:57:00
1237202587
{ "authors": [ "lihaosky", "mjsax", "qingwei91" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3730", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/12166" }
gharchive/pull-request
KAFKA-13817 Always sync nextTimeToEmit with wall clock We should sync nextTimeToEmit with wall clock on each method call to ensure throttling works correctly in case of clock drift. If we dont, then in the event of significant clock drift, throttling might not happen for a long time, this can hurt performance. I've a...
2025-04-01T04:33:04.770605
2022-11-28T09:47:27
1466114794
{ "authors": [ "dajac" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3731", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/12909" }
gharchive/pull-request
KAFKA-14422; Consumer rebalance stuck after new static member joins a group with members not supporting static members When a consumer group on a version prior to 2.3 is rolled upgraded to a newer version and static membership is enabled in the meantime, the consumer group remains stuck, iff the leader is still on th...
2025-04-01T04:33:04.781260
2023-04-05T16:41:32
1655965292
{ "authors": [ "vamossagar12" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3732", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/13504" }
gharchive/pull-request
KAFKA-14750: Check if topic exists in WorkerSinkTask when committing offsets. Currently, the WorkerSinkTask fails when a subscribed topic is deleted and the RebalanceListener tries to fetch the position of such a topic. Note that this doesn't happen whenever a topic is deleted but instead under extreme scenarios like...
2025-04-01T04:33:04.783352
2024-09-14T03:11:41
2525961060
{ "authors": [ "Veryfirefly", "chia7712" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3733", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/17196" }
gharchive/pull-request
MINOR: Fix DefaultRecordBatch and DefaultRecord protocol documentation. The documentation for the DefaultRecordBatch protocol does not list recordsCount, which can be ambiguous for someone looking at the RecordBatch protocol through the official documentation or code comments. @Veryfirefly thanks for your contribut...
2025-04-01T04:33:04.787343
2024-10-10T09:20:54
2578199514
{ "authors": [ "jlprat" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3734", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/17447" }
gharchive/pull-request
MINOR: fix docs upgrade instructions fro 3.9 and 3.8 We forgot to add the upgrade instructions when preparing for the releases. More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers. Summary of testing strate...
2025-04-01T04:33:04.790890
2024-11-18T18:56:42
2669560696
{ "authors": [ "cmccabe", "kevin-wu24" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3735", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/17847" }
gharchive/pull-request
KAFKA-17917: Convert Kafka core system tests to use KRaft Remove some unused Zookeeper code Migrate group mode transactions, security rolling upgrade, and throttling tests to using KRaft Add KRaft downgrade tests to kraft_upgrade_test.py Whether or not network_degrade_test.py should be refactored to use a standalone...
2025-04-01T04:33:04.794336
2015-10-26T19:19:25
113431154
{ "authors": [ "b-goyal", "ijuma", "junrao", "rajinisivaram" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3736", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/361" }
gharchive/pull-request
MINOR: Add new build target for system test libs KAFKA-2644 adds MiniKdc for system tests and hence needs a target to collect all MiniKdc jars. At the moment, system tests run gradlew jar. Replacing that with gradlew systemTestLibs will enable kafka jars and test dependency jars to be built and copied into appropriat...
2025-04-01T04:33:04.795917
2017-09-22T10:05:32
259766005
{ "authors": [ "ijuma", "umesh9794" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3737", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/3946" }
gharchive/pull-request
KAFKA-5802 : ScramServerCallbackHandler#handle should check username not being null before calling credentialCache.get() Pretty trivial and tested with gradle clean client:test Can you please add a unit test? @ijuma @rajinisivaram thanks for your comments. I didn't see any errors regarding this. Also I was not aw...
2025-04-01T04:33:04.805226
2019-01-17T15:07:50
400319789
{ "authors": [ "bbejeck", "daliclass", "inponomarev", "mjsax" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3738", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/6164" }
gharchive/pull-request
KAFKA-5488: A method-chaining way to build branches for topology KStream.branch method uses varargs to supply predicates and returns array of streams ('Each stream in the result array corresponds position-wise (index) to the predicate in the supplied predicates'). This is poor API design that makes building branches ...
2025-04-01T04:33:04.810872
2019-02-25T14:55:27
414144589
{ "authors": [ "asfgit", "lisa2lisa" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3739", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/6321" }
gharchive/pull-request
Critical: make sure replica.fetch.max.bytes will always >= to max.message.bytes so when increase the when the max.message.bytes is bigger than replica.fetch.max.bytes will cause the replica fetch blocked. This will leads to only one Isa available, and changing the config might cause data loss. [2019-02-22 08:00:00...
2025-04-01T04:33:04.815892
2020-10-06T21:01:19
716019338
{ "authors": [ "rgo" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3740", "repo": "apache/kafka", "url": "https://github.com/apache/kafka/pull/9387" }
gharchive/pull-request
KAFKA-4759: Acl authorizer subnet support Add subnet support to ACL authorizer. For IPv4 and IPv6, it supports: IP address range Subnet CIDR notation Test strategy has been simple: Define ranges and set ACLs with IPs included in that range and other that it is not included inside the range. BTW suggestions are we...
2025-04-01T04:33:04.824663
2024-02-17T12:28:27
2140037337
{ "authors": [ "PragmaTwice", "Venjy", "codecov-commenter", "git-hulk" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3741", "repo": "apache/kvrocks-controller", "url": "https://github.com/apache/kvroc...
gharchive/pull-request
Support namespace CRUD This closes #137 Add banner home, cluster and community Support namespace listing, creation, and deletion Codecov Report All modified and coverable lines are covered by tests :white_check_mark: Comparison is base (d01e985) 25.91% compared to head (b208599) 24.67%. Report is 20 commits behi...
2025-04-01T04:33:04.830520
2021-08-03T07:04:57
958798917
{ "authors": [ "fanfanAlice", "hit-lacus" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3742", "repo": "apache/kylin", "url": "https://github.com/apache/kylin/pull/1709" }
gharchive/pull-request
add sample job Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. Types of changes What types of changes does your code introduce to Kylin? Put an x in ...
2025-04-01T04:33:04.848371
2019-06-21T03:40:23
458992480
{ "authors": [ "TempleZhou", "asfgit", "codecov-io", "coveralls" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3743", "repo": "apache/kylin", "url": "https://github.com/apache/kylin/pull/704" }
gharchive/pull-request
Minor, add Hive JDBC dependency for DebugTomcat Cubing job will failed with kylin.source.hive.client=beeline when I launch Kylin Server locally. Can one of the admins verify this patch? Codecov Report Merging #704 into master will decrease coverage by <.01%. The diff coverage is n/a. @@ Coverage Di...
2025-04-01T04:33:04.856329
2024-10-14T14:54:27
2586300775
{ "authors": [ "FreeAndNil", "VianneyTremelo" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3744", "repo": "apache/logging-log4net", "url": "https://github.com/apache/logging-log4net/issues/194" }
gharchive/issue
ObjectDisposedException in TelnetAppender (3.0.1) I migrated two (C#) applications to the version 3.01. And I've now an exception : "System.ObjectDisposedException: 'Cannot access a disposed object. Object name: 'System.Net.Sockets.Socket'.'" (see screenshot below) When the application start on my first migrated app...
2025-04-01T04:33:04.865978
2010-01-20T17:57:08
1346930454
{ "authors": [ "asfimport", "osnatShomrony" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3745", "repo": "apache/lucene", "url": "https://github.com/apache/lucene/issues/3304" }
gharchive/issue
AES Encrypted Directory [LUCENE-2228] Provides an encryption solution for Lucene indexes, using the AES encryption algorithm. You must have the JCE Unlimited Strength Jurisdiction Policy Files 6 Release Candidate which you can get from java.sun.com. Migrated from LUCENE-2228 by Jay Mundrawala, 8 votes, updated May 2...
2025-04-01T04:33:04.892639
2022-01-22T17:02:33
1111624514
{ "authors": [ "NightOwl888", "eladmarg", "hamzashoukat94", "rclabo" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3746", "repo": "apache/lucenenet", "url": "https://github.com/apache/lucenenet/issues/6...
gharchive/issue
MMapDirectory leads the process to high memory. I'm facing the issue of high memory because of MMapDirectory. In my scenario, I'm opening 100 directories and writers respectively for 100 different indexes. After writing around 1 million documents, the process reaches around 35 GB. I took the dump of that process, aft...
2025-04-01T04:33:04.914310
2019-03-29T06:28:25
426837190
{ "authors": [ "kaspersorensen", "q977734161" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3747", "repo": "apache/metamodel", "url": "https://github.com/apache/metamodel/pull/217" }
gharchive/pull-request
More efficiently perform row count operations for HBase. A filter that will only return the first KV from each row.This filter can be used to more efficiently perform row count operations. Please try a rebuild. Yuck this is getting to often that I say this. We need to get those unstable tests fixed. ok,I will reb...
2025-04-01T04:33:04.937172
2020-09-15T18:43:07
702164526
{ "authors": [ "patricker", "simonbence" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3748", "repo": "apache/nifi", "url": "https://github.com/apache/nifi/pull/4532" }
gharchive/pull-request
NIFI-7805 ResultSetRecordSet can't generate a schema if first row con… …tains NULL Decimal Description of PR When using ResultSetRecordSet, if the first row in a resultset contains a Decimal column with a NULL value, then NiFi fails to create a schema and throws an exception. This is because it is trying to read the ...
2025-04-01T04:33:04.946410
2022-12-05T18:03:51
1477113940
{ "authors": [ "mr1716" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3749", "repo": "apache/nifi", "url": "https://github.com/apache/nifi/pull/6760" }
gharchive/pull-request
NIFI-10921 Update poi.version to 5.2.3 Summary NIFI-10921 Tracking Please complete the following tracking steps prior to pull request creation. Issue Tracking [X] Apache NiFi Jira issue created Pull Request Tracking [X] Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000 [X...
2025-04-01T04:33:04.950167
2024-10-18T01:47:28
2596170331
{ "authors": [ "xiaoxiang781216" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3750", "repo": "apache/nuttx-apps", "url": "https://github.com/apache/nuttx-apps/issues/2754" }
gharchive/issue
[BUG] sim/module: ar output the warning message from ci Description / Steps to reproduce the issue please see https://github.com/apache/nuttx-apps/actions/runs/11381576984/job/31663367795?pr=2737: ==================================================================================== Configuration/Tool: sim/module 2024-...
2025-04-01T04:33:04.954815
2024-05-08T09:29:00
2285135162
{ "authors": [ "Gary-Hobson", "acassis", "xiaoxiang781216" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3751", "repo": "apache/nuttx", "url": "https://github.com/apache/nuttx/pull/12305" }
gharchive/pull-request
sim: add sqlite configuration Summary Add sqlite based on sim/minibasic configuration Impact Since hostfs does not support FIOC_FILEPATH, it cannot currently be used in hostfs Testing nsh> cd tmp nsh> ls /tmp: nsh> sqlite3 test.db SQLite version 3.45.1 2024-01-30 16:01:20 Enter ".help" for usage hints. sqlite> CR...
2025-04-01T04:33:04.959331
2023-01-23T22:54:58
1553962530
{ "authors": [ "acassis", "xiaoxiang781216" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3752", "repo": "apache/nuttx", "url": "https://github.com/apache/nuttx/pull/8224" }
gharchive/pull-request
sched: Implement tkill/tgkill Summary https://linux.die.net/man/2/tgkill Impact New API Testing Pass sim:ostest @xiaoxiang781216 why to remove pthread_kill() after adding tgkill()? Isn't it make our pthread incompatible with other POSIX OSes? Also take a look at PX5 RTOS: https://www.youtube.com/watch?v=6WO-Z32hKeE...
2025-04-01T04:33:04.963699
2023-02-08T16:24:55
1576429475
{ "authors": [ "TimJTi", "baggio63446333" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3753", "repo": "apache/nuttx", "url": "https://github.com/apache/nuttx/pull/8479" }
gharchive/pull-request
Fix sam_udphs to allow RNDIS to work Summary Fix SAMA5 usb device driver to allow RNIDS to work. This follows the solution used by @masayuki2009 to fix the issue seen by many on different processors. Impact Hopefully none, other than fixing RNDIS Testing Custom board with SAMA5D27C-D1G and usb RNDIS connection to Win...
2025-04-01T04:33:04.976391
2024-08-21T08:31:05
2477421749
{ "authors": [ "ChenSammi", "sumitagrawl" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3754", "repo": "apache/ozone", "url": "https://github.com/apache/ozone/pull/7104" }
gharchive/pull-request
HDDS-11285. cli to trigger quota repair and status What changes were proposed in this pull request? CLI option to trigger repair and also check status: ozone repair quota status [--service-host=<omHost> ] [--service-id, --om-service-id=<omServiceId>] ozone repair quota trigger [--buckets=<buckets>] [--service-host=...
2025-04-01T04:33:04.980797
2021-03-13T17:07:30
830942543
{ "authors": [ "dave2wave", "sebbASF" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3755", "repo": "apache/petri-site", "url": "https://github.com/apache/petri-site/issues/4" }
gharchive/issue
License transition is not mentioned anywhere I could find Projects which join the ASF must provide their source under the AL 2.0. This should be made clear in the FAQ. I think it needs to be covered under each of the following sections: What is special about The Apache Way? What does “Direct to TLP” entail? Is Apach...
2025-04-01T04:33:04.982633
2019-02-26T20:29:17
414804355
{ "authors": [ "bd2019us", "lx0704" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3756", "repo": "apache/phoenix", "url": "https://github.com/apache/phoenix/pull/448" }
gharchive/pull-request
use PreparedStatement Hello, Is it a good way to use "PreparedStatement" instead of "createStatement" in order to improve performance? "PreparedStatement" is used to execute dynamic or parameterized SQL queries. It is helpful if we are executing a particular SQL query multiple times ( such as in a loop in this case)...
2025-04-01T04:33:04.984864
2015-06-12T05:58:59
87619348
{ "authors": [ "petercdc", "twdsilva" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3757", "repo": "apache/phoenix", "url": "https://github.com/apache/phoenix/pull/88" }
gharchive/pull-request
PHOENIX-628 Support native JSON data type This pull request has following changes: JSON Operator : "->" "->>" "#>" "#>>" JSON Boolean Operactor : "?" "?|" "?&" "<@" "@>" For more detail about how to use these operators, Please See http://www.postgresql.org/docs/9.4/static/functions-json.html @petercdc Can you pl...
2025-04-01T04:33:04.992884
2023-04-28T23:28:41
1689253496
{ "authors": [ "abhioncbr", "ankitsultana", "navina", "shounakmk219", "walterddr" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3758", "repo": "apache/pinot", "url": "https://github.com/apache/pin...
gharchive/issue
TableName extraction fails for tables with name pattern as db.tablename in CalciteSqlParser extractTableNamesFromNode extracts incorrect name for the table with a pattern like db.tablename. Instead of extracting the full name as one value, it's outputting two values. Example query Select * from db.tbl1 It extracts a...
2025-04-01T04:33:04.998603
2022-10-27T07:04:58
1425138635
{ "authors": [ "Jackie-Jiang", "matthiasValuecloud" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3759", "repo": "apache/pinot", "url": "https://github.com/apache/pinot/issues/9670" }
gharchive/issue
Working with new schema registry consuming serialized avro messages I am currently trying to ingest avro messages from a kafka topic using a schema registry into a pinot table. Currently that results in an errorr: (snapshot from the pinot-server pod) see image The error states, that there is an unrecognized field "r...
2025-04-01T04:33:05.000452
2022-11-01T00:27:46
1430668352
{ "authors": [ "walterddr" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3760", "repo": "apache/pinot", "url": "https://github.com/apache/pinot/issues/9695" }
gharchive/issue
[bug] ConnectorFactory cannot get livebroker mapping hitting the tables/livebrokers endpoint returns a empty map even though there's live broker in the zookeeper host. this seems to be specific to ConnectionFactory --> it is querying without providing a table name when selecting broker, which is supported. however ...
2025-04-01T04:33:05.013694
2021-05-17T02:40:43
892835946
{ "authors": [ "gaozhangmin", "lhotari" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3761", "repo": "apache/pulsar", "url": "https://github.com/apache/pulsar/issues/10603" }
gharchive/issue
Cannot produce message to those topics without setting topic policies, when enable preciseTopicPublishRateLimiterEnable Describe the bug Topics without setting topic level publishRate and namespace level publishRate(without setting policies or rate <= 0), cannot produce message to it. when setting: preciseTopicPubl...
2025-04-01T04:33:05.028402
2022-05-15T16:50:52
1236338607
{ "authors": [ "Technoboy-", "zbentley" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3762", "repo": "apache/pulsar", "url": "https://github.com/apache/pulsar/issues/15609" }
gharchive/issue
[2.8.1] [broker] ProducerBlockedQuotaExceeded error occurs on partitioned topics without a backlog Describe the bug Using partitioned topics and KeyShared subscriptions, when a time-based quota is exceeded, the quota is not properly "cleared", so producer creation and publication still gets ProducerBlockedQuotaExceed...
2025-04-01T04:33:05.035033
2020-03-04T11:00:05
575311717
{ "authors": [ "sakthi-prasad", "sijie" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3763", "repo": "apache/pulsar", "url": "https://github.com/apache/pulsar/issues/6468" }
gharchive/issue
Unable to create partitioned topic which is a substring of an existing topic Describe the bug Unable to create partitioned topic which is a substring of an existing topic To Reproduce Create a partitioned topic using below command ./pulsar-admin topics create-partitioned-topic persistent://public/default/create_subs...
2025-04-01T04:33:05.039537
2020-11-12T17:30:26
741789232
{ "authors": [ "nha" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3764", "repo": "apache/pulsar", "url": "https://github.com/apache/pulsar/issues/8547" }
gharchive/issue
java client: expose endOfTopic event listener Is your enhancement request related to a problem? Please describe. In the pulsar java client, one cannot register a MessageListener for the endOfTopic event that can be used AND call Consumer.receive() or Consumer.receiveAsync(). From https://pulsar.apache.org/api/client/...
2025-04-01T04:33:05.045309
2021-04-27T11:56:00
868771545
{ "authors": [ "315157973", "MarvinCai" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3765", "repo": "apache/pulsar", "url": "https://github.com/apache/pulsar/pull/10401" }
gharchive/pull-request
[CLI] Add support for setting time based limit on backlog quota with CLI. Fixes #9680 This change added tests and can be verified as follows: Added unit test. Does this pull request potentially affect one of the following parts: If yes was chosen, please highlight the changes Dependencies (does it add or upgrade a d...
2025-04-01T04:33:05.048307
2022-01-04T09:37:46
1093171280
{ "authors": [ "Shoothzj", "lhotari" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3766", "repo": "apache/pulsar", "url": "https://github.com/apache/pulsar/pull/13595" }
gharchive/pull-request
Bump slf4j from 1.7.25 to 1.7.32 solve CVE-2018-8088 Motivation Bump slf4j to 1.7.32 solve CVE-2018-8088 Modifications Bump slf4j from 1.7.25 to 1.7.32 Documentation Check the box below or label this PR directly (if you have committer privilege). Need to update docs? [x] no-need-doc bump dependencies, no need doc ...
2025-04-01T04:33:05.056430
2022-03-09T08:21:07
1163627144
{ "authors": [ "Technoboy-", "eolivelli" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3767", "repo": "apache/pulsar", "url": "https://github.com/apache/pulsar/pull/14618" }
gharchive/pull-request
[Branch-2.8] Fix Broker HealthCheck Endpoint Exposes Race Conditions. Cherry-pick https://github.com/apache/pulsar/pull/14367 Master Issue: #14362 Motivation See #14362 According to relative PR #7724, we will force delete all subscriptions when calling healthCheck REST API. but it has a race condition when two thread...
2025-04-01T04:33:05.059278
2022-07-06T08:03:12
1295403863
{ "authors": [ "cbornet", "eolivelli", "gaozhangmin", "shibd" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3768", "repo": "apache/pulsar", "url": "https://github.com/apache/pulsar/pull/16414" }
gharchive/pull-request
[fix][function]Fix the way of detecting nar archive file Motivation Fixes #16397 Modifications Check if META-INF/MANIFEST.MF file contains content Nar-Id Documentation [x] doc-not-needed (Please explain why) @cbornet PTAL Link issue question: https://github.com/apache/pulsar/issues/16397#issuecomment-1176031918...
2025-04-01T04:33:05.079856
2022-09-15T12:05:16
1374422345
{ "authors": [ "azhsmesos", "lizhimins", "nowinkeyy", "shy-share" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3769", "repo": "apache/rocketmq", "url": "https://github.com/apache/rocketmq/issues/5091...
gharchive/issue
RocketMQ Store Module Improvement RocketMQ Store Module Improvement. If you want more information, please visit https://github.com/apache/rocketmq/issues/5087 [x] [Store-A] Speed up Broker initialization by concurrently loading ConsumeQueue [ ] [Store-B] Support automatic deletion of ConsumeQueue files without valid...
2025-04-01T04:33:05.102856
2020-05-18T17:50:13
620393837
{ "authors": [ "codecov-commenter", "coveralls", "mymailmjj" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3770", "repo": "apache/rocketmq", "url": "https://github.com/apache/rocketmq/pull/2010" }
gharchive/pull-request
[ISSUE #2009] add message head and body length field add body and head length field in RomotingCommand,so they can be get easily when call org.apache.rocketmq.remoting.RPCHook#doAfterResponse What is the purpose of the change to get RomotingCommand head and body length easily Brief changelog add bodyLength and headLe...
2025-04-01T04:33:05.122708
2022-07-25T12:56:05
1316798796
{ "authors": [ "codecov-commenter", "coveralls", "lollipopjin" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3771", "repo": "apache/rocketmq", "url": "https://github.com/apache/rocketmq/pull/4691" }
gharchive/pull-request
[ISSUE #3949] return acceptMessageTypes for querying topic route. Make sure set the target branch to develop What is the purpose of the change In proxy model, return acceptMessageTypes for querying topic route. Brief changelog In proxy model, return acceptMessageTypes, which is already stored in TopicConfig. Verifyin...
2025-04-01T04:33:05.136649
2023-08-24T10:06:33
1864827780
{ "authors": [ "codecov-commenter", "drpmma" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3773", "repo": "apache/rocketmq", "url": "https://github.com/apache/rocketmq/pull/7247" }
gharchive/pull-request
[ISSUE #7246] Add expireAfterAccess for cache Rename ProxyConfig ExpiredInSeconds to RefreshSeconds Which Issue(s) This PR Fixes Fixes #7246 Brief Description Add expireAfterAccess for cache How Did You Test This Change? Codecov Report Merging #7247 (1cba84b) into develop (72d796f) will increase coverage by 0....
2025-04-01T04:33:05.141001
2024-10-06T05:03:44
2568465956
{ "authors": [ "codecov-commenter", "luozongle01" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3774", "repo": "apache/rocketmq", "url": "https://github.com/apache/rocketmq/pull/8787" }
gharchive/pull-request
[ISSUE #8786] Fix doc typo Which Issue(s) This PR Fixes Fixes #8786 Codecov Report All modified and coverable lines are covered by tests :white_check_mark: Project coverage is 47.33%. Comparing base (c5ac8a4) to head (9decccd). Additional details and impacted files @@ Coverage Diff @@ ...
2025-04-01T04:33:05.152530
2019-10-23T12:06:27
511278224
{ "authors": [ "aharui", "alinakazi", "pashminakazi" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3775", "repo": "apache/royale-asjs", "url": "https://github.com/apache/royale-asjs/issues/529" }
gharchive/issue
Compile time issue on accessing a file into script Block We have two files HelloWorld https://paste.apache.org/1g5n3 2.ControlsExample (has starting and closing tag TitleWindow) https://paste.apache.org/ut24j We want to use ControlsExample in script block of HelloWorld Unable to compile it. System is unable to ac...
2025-04-01T04:33:05.157094
2024-10-15T20:45:23
2589867157
{ "authors": [ "jbampton", "jiayuasu" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3776", "repo": "apache/sedona", "url": "https://github.com/apache/sedona/pull/1646" }
gharchive/pull-request
[CI] Add pre-commit hook name-tests-test for Python test files https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#name-tests-test --pytest-test-first: ensure tests match test_.*.py https://pre-commit.com/#regular-expressions Did you read the Contributor Guide? Yes, I have read the Contributor Rules an...
2025-04-01T04:33:05.205891
2023-08-01T11:55:12
1831103712
{ "authors": [ "codecov-commenter", "xcsnx" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3777", "repo": "apache/shenyu", "url": "https://github.com/apache/shenyu/pull/4943" }
gharchive/pull-request
[type:feat]support openEuler system(arm64) Make sure that: [x] You have read the contribution guidelines. [x] You submit test cases (unit or integration tests) that back your changes. [x] Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true. Codecov Report Merging #4943 (6c9f62d) into master (...
2025-04-01T04:33:05.211598
2024-03-02T05:53:31
2164613599
{ "authors": [ "caaaaaat6", "codecov-commenter", "moremind" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3778", "repo": "apache/shenyu", "url": "https://github.com/apache/shenyu/pull/5463" }
gharchive/pull-request
fix spring-boot-starter-client-springmvc: fix expired comments. In spring-boot-starter-client-springmvc, the bean, SpringMvcClientEventListener, was commented as, Spring mvc client bean post processor, 2 years ago. Now it is refactored as SpringMvcClientEventListener, but not modifying the comments. Make sure that:...
2025-04-01T04:33:05.226837
2020-05-13T03:49:55
617118816
{ "authors": [ "BruceZhangXL", "tuohai666", "wu-sheng", "wz2cool" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3779", "repo": "apache/skywalking", "url": "https://github.com/apache/skywalking/issues/47...
gharchive/issue
throw java.lang.NoClassDefFoundError: org/apache/shardingsphere/core/execute/ShardingExecuteDataMap Please answer these questions before submitting your issue. Why do you submit this issue? [ ] Question or discussion [x] Bug [ ] Requirement [ ] Feature or performance improvement Question What do you want to know?...
2025-04-01T04:33:05.239621
2020-07-01T06:01:44
648698270
{ "authors": [ "bonnieguo", "wu-sheng" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3780", "repo": "apache/skywalking", "url": "https://github.com/apache/skywalking/issues/5001" }
gharchive/issue
skywalking alarm filter usage not work Please answer these questions before submitting your issue. Why do you submit this issue? [ ] Question or discussion Question in skywalking alarm filter, in the file :alarm-settings.yml, i want to create a alarm rule and filter out some endpoint and service, use the exclude-n...
2025-04-01T04:33:05.242149
2019-08-05T02:47:16
476632297
{ "authors": [ "kezhenxu94", "wu-sheng" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3781", "repo": "apache/skywalking", "url": "https://github.com/apache/skywalking/pull/3216" }
gharchive/pull-request
GC time metrics should be total time. Use sum to replace longAvg in GC time calculation. The longAvg OP makes the metrics meaning the avg GC time per report period. This bug is reported from the community. FYI @apache/skywalking-committers /run ci the unit test TraceSegmentServiceClientTest.testSendTraceSegmentWi...
2025-04-01T04:33:05.265519
2016-06-17T15:56:32
160920397
{ "authors": [ "AmplabJenkins", "SparkQA", "sarutak", "soldiershen", "tgravescs" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3782", "repo": "apache/spark", "url": "https://github.com/apache/spar...
gharchive/pull-request
[SPARK-11227][CORE] UnknownHostException can be thrown when NameNode HA is enabled. What changes were proposed in this pull request? If the following conditions are satisfied, executors don't load properties in hdfs-site.xml and UnknownHostException can be thrown. (1) NameNode HA is enabled (2) spark.eventLogging is ...
2025-04-01T04:33:05.275704
2017-04-06T08:23:30
219821445
{ "authors": [ "AmplabJenkins", "srowen", "zhangwei72" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3783", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/17549" }
gharchive/pull-request
[SPARK-20237][Spark Core] Spark-1.6 current and later versions of memory management issues What changes were proposed in this pull request? Find spark1.6 version of the memory management of the Bug, spark.memory.storageFraction and the official website of the problem. How was this patch tested? I added some log infor...
2025-04-01T04:33:05.281596
2014-08-07T16:26:57
39742927
{ "authors": [ "AlexNisnevich", "JoshRosen", "erikerlandson" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3784", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/1839" }
gharchive/pull-request
[SPARK-2315] Implement drop, dropRight and dropWhile for RDDs, which take RDD as input and return new RDD with elements dropped. Have any admins verified this patch? drop functionality in RDDs would be very useful to have. @erikerlandson What do you think about releasing this (and maybe #1909) as a library on Ma...
2025-04-01T04:33:05.310571
2019-04-18T13:16:58
434765474
{ "authors": [ "AmplabJenkins", "SparkQA", "gengliangwang" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3785", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/24404" }
gharchive/pull-request
[SPARK-27460][TESTS][FollowUp] Add HiveClientVersions to parallel test suite list What changes were proposed in this pull request? The test time of HiveClientVersions is around 3.5 minutes. This PR is to add it into the parallel test suite list. To make sure there is no colliding warehouse location, change the defau...
2025-04-01T04:33:05.318503
2019-10-23T08:28:32
511161924
{ "authors": [ "AmplabJenkins", "LantaoJin", "SparkQA", "dongjoon-hyun", "jerryshao" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3786", "repo": "apache/spark", "url": "https://github.com/apache/...
gharchive/pull-request
[WIP][SPARK-29564][SQL] Cluster deploy mode should support Spark Thrift server What changes were proposed in this pull request? Cluster deploy mode is not applicable to Spark Thrift server now. This restriction is too rude. In our production, we use multiple Spark Thrift servers as long running services which are use...
2025-04-01T04:33:05.335186
2019-12-07T06:15:40
534361306
{ "authors": [ "AmplabJenkins", "HeartSaVioR", "amanomer", "cloud-fan", "dongjoon-hyun", "srowen", "viirya" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3787", "repo": "apache/spark", "ur...
gharchive/pull-request
[SPARK-30161][SQL] Uncaught Analysis Exception in Spark-Shell What changes were proposed in this pull request? Catch Analysis exception on Spark-Shell. Why are the changes needed? We should catch Analysis Exception like Spark-sql and avoid printing long stack trace. Does this PR introduce any user-facing change? N...
2025-04-01T04:33:05.344152
2020-10-30T02:42:46
732836677
{ "authors": [ "AmplabJenkins", "SparkQA", "allisonwang-db", "cloud-fan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3788", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/30194...
gharchive/pull-request
[SPARK-33183][SQL][2.4] Fix Optimizer rule EliminateSorts and add a physical rule to remove redundant sorts Backport #30093 for branch-2.4. What changes were proposed in this pull request? This PR aims to fix a correctness bug in the optimizer rule EliminateSorts. It also adds a new physical rule to remove redundant ...
2025-04-01T04:33:05.346874
2021-05-19T17:45:43
895717207
{ "authors": [ "AmplabJenkins", "MitchellTesla" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3789", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/32593" }
gharchive/pull-request
(WIP) Branch 0.3 jlm test PR What changes were proposed in this pull request? Why are the changes needed? Does this PR introduce any user-facing change? How was this patch tested? just a test do not merge PR Can one of the admins verify this patch?
2025-04-01T04:33:05.351133
2022-03-17T12:04:19
1172292655
{ "authors": [ "MaxGekk", "gengliangwang" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3790", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/35897" }
gharchive/pull-request
[SPARK-38590][SQL] New SQL function: try_to_binary What changes were proposed in this pull request? Add a new SQL function: try_to_binary. It is identical to the function to_binary, except that it returns NULL results instead of throwing an exception on encoding errors. There is a similar function in Snowflake: htt...
2025-04-01T04:33:05.358850
2022-07-02T00:59:23
1291926526
{ "authors": [ "AmplabJenkins", "aray", "ericsun95" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3791", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/37053" }
gharchive/pull-request
[SPARK-39452][GraphX] Extend EdgePartition1D with Destination based Strategy What changes were proposed in this pull request? SPARK-39452 Extend EdgePartition1D with Destination based Strategy Why are the changes needed? Currently, the EdgePartition1D use only the source vertex ID. If doing topological like algor...
2025-04-01T04:33:05.363279
2015-01-18T11:21:46
54693514
{ "authors": [ "AmplabJenkins", "SparkQA", "rxin", "scwf" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3792", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/4095" }
gharchive/pull-request
[SQL][Minor] Update sql doc according to data type APIs changes Follow up of #3925 /cc @rxin Test build #25721 has started for PR 4095 at commit 97e311b. This patch merges cleanly. Test build #25721 has finished for PR 4095 at commit 97e311b. This patch passes all tests. This patch merges cleanly. This pat...
2025-04-01T04:33:05.366145
2024-05-16T15:04:37
2300664705
{ "authors": [ "HyukjinKwon", "grundprinzip" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3793", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/46621" }
gharchive/pull-request
[SPARK-48310][PYTHON][CONNECT] Cached properties must return copies What changes were proposed in this pull request? When a consumer modifies the result values of a cached property it will modify the value of the cached property. Before: df_columns = df.columns for col in ['id', 'name']: df_columns.remove(col) asse...
2025-04-01T04:33:05.372311
2024-06-25T18:21:37
2373354332
{ "authors": [ "LuciferYang", "wayneguow" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3794", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/47090" }
gharchive/pull-request
[SPARK-39901][CORE][SQL] Redesign ignoreCorruptFiles to make it more accurate by adding a new config spark.files.ignoreCorruptFiles.errorClasses What changes were proposed in this pull request? As described in issue SPARK-39901 the design of the current ignoreCorruptFiles feature has certain flaws. It excessively m...
2025-04-01T04:33:05.387412
2015-03-05T05:21:26
59906906
{ "authors": [ "AmplabJenkins", "SparkQA", "hhbyyh", "jkbradley", "srowen" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3795", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull...
gharchive/pull-request
[SPARK-6177][MLlib]Add note in LDA example to remind possible coalesce JIRA: https://issues.apache.org/jira/browse/SPARK-6177 Add comment to introduce coalesce to LDA example to avoid the possible massive partitions from sc.textFile. sc.textFile will create RDD with one partition for each file, and the possible massi...
2025-04-01T04:33:05.399577
2015-04-01T07:38:04
65624370
{ "authors": [ "AmplabJenkins", "JoshRosen", "kellyzly", "vanzin", "winningsix" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3796", "repo": "apache/spark", "url": "https://github.com/apache/spark...
gharchive/pull-request
[Spark-5682] Add spark encrypted shuffle by using chimera lib Chimera is a project which strips code related to CryptoInputStream/CryptoOutputStream from Hadoop to facilitate AES-NI based data encryption in other projects. It provides JceAesCtrCryptoCodec and OpensslAesCtrCryptoCodec. JceAesCtrypoCodec uses encrypted...
2025-04-01T04:33:05.404343
2015-06-06T16:49:21
85780655
{ "authors": [ "AmplabJenkins", "SparkQA", "liancheng", "rxin", "viirya" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3797", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/6...
gharchive/pull-request
[SPARK-8141][SQL] Precompute datatypes for partition columns and reuse it JIRA: https://issues.apache.org/jira/browse/SPARK-8141 Merged build triggered. Merged build started. Test build #34372 has started for PR 6687 at commit dab0688. Test build #34372 has finished for PR 6687 at commit dab0688. This pa...
2025-04-01T04:33:05.416251
2015-07-02T23:20:36
92755670
{ "authors": [ "AmplabJenkins", "SparkQA", "rxin" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3798", "repo": "apache/spark", "url": "https://github.com/apache/spark/pull/7202" }
gharchive/pull-request
[SPARK-8801][SQL] Support TypeCollection in ExpectsInputTypes Please don't merge yet. There is a pretty bad bug w.r.t. precedence. Merged build triggered. Merged build started. Test build #36444 has started for PR 7202 at commit d8b8ae7. Test build #36444 has finished for PR 7202 at commit d8b8ae7. This ...
2025-04-01T04:33:05.419297
2023-11-02T09:05:58
1973804414
{ "authors": [ "dominikriemer", "drvshavva" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3799", "repo": "apache/streampipes", "url": "https://github.com/apache/streampipes/issues/2120" }
gharchive/issue
Docker install Kafka Stream Read Apache StreamPipes version dev (current development state) Affected StreamPipes components Connect, UI What happened? Could not resolve runtime configurations from http://<IP_ADDRESS>:8001/api/v1/worker/resolvable/org.apache.streampipes.connect.iiot.protocol.stream.kafka/configuration...
2025-04-01T04:33:05.421824
2023-02-13T12:38:51
1582277468
{ "authors": [ "SvenO3", "bossenti" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3800", "repo": "apache/streampipes", "url": "https://github.com/apache/streampipes/pull/1280" }
gharchive/pull-request
Add workflow to deploy Python library to PyPi (#1230) Purpose This PR adds a new GitHub workflow to publish the Python library to PyPi. Remarks PR introduces (a) breaking change(s): no PR introduces (a) deprecation(s): no @bossenti Do you know what's the problem with the Pull Request Labeler? Hm, I'm not enti...
2025-04-01T04:33:05.424956
2021-06-15T01:59:56
920915453
{ "authors": [ "kamalkeshavani-aiinside", "kgabryje" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3801", "repo": "apache/superset", "url": "https://github.com/apache/superset/issues/15159" }
gharchive/issue
[Pivot v2]Combine Metrics Is your feature request related to a problem? Please describe. In the previous version of Pivot chart, we had a great feature of 'Combine Metrics', which is not available in new Pivot Table v2. Describe the solution you'd like Please add the 'Combine Metrics' feature in Pivot Table v2 as wel...
2025-04-01T04:33:05.428359
2021-10-08T15:22:05
1021214628
{ "authors": [ "Dr9vik", "junlincc", "rusackas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3802", "repo": "apache/superset", "url": "https://github.com/apache/superset/issues/17036" }
gharchive/issue
time series {name} chart and command join this is standart superset time series bar chart: query: SELECT DATE(order_date, -strftime('%d', order_date) || ' days', '+1 day') AS __timestamp, deal_size AS deal_size, sum(sales) AS "(Sales)" FROM "Vehicle Sales" JOIN (SELECT deal_size AS deal_size__, ...
2025-04-01T04:33:05.433035
2022-08-08T11:04:09
1331703098
{ "authors": [ "cisco90", "rusackas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3803", "repo": "apache/superset", "url": "https://github.com/apache/superset/issues/21012" }
gharchive/issue
Dashboard too long to save I cannot save dashboard with position_json more long than "text" mariadb field How to reproduce the bug I create a dashboard that hit the default SUPERSET_DASHBOARD_POSITION_DATA_LIMIT, so i set it to 131070, after that the error change in Data too long fo column 'json_metadata' at row 1 in...
2025-04-01T04:33:05.444253
2021-06-24T12:26:13
929176513
{ "authors": [ "michael-s-molina", "rusackas", "suddjian" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3804", "repo": "apache/superset", "url": "https://github.com/apache/superset/pull/15363" }
gharchive/pull-request
chore: Improves the Select component UI/UX - iteration 3 SUMMARY Improves the Select component UI/UX - iteration 3. Storybook changes: Interactive Select Adds the remaining properties Hides the options control Shows a radio group with no header, text header, and ControlHeader Page Scroll Adds a panel to show how t...
2025-04-01T04:33:05.448130
2021-11-02T11:31:19
1042227423
{ "authors": [ "PMExtra", "dpgaspar", "kakoni" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3805", "repo": "apache/superset", "url": "https://github.com/apache/superset/pull/17320" }
gharchive/pull-request
other: Improve health check for docker-compose. For now, all services in docker-compose that using superset image will inherit the health check from the image. But the image is built for web app default. So I made this change that using celery inspect ping for worker health check. And it also disabled health check fo...
2025-04-01T04:33:05.453529
2023-05-05T19:11:46
1698072959
{ "authors": [ "michael-s-molina", "rusackas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3806", "repo": "apache/superset", "url": "https://github.com/apache/superset/pull/23951" }
gharchive/pull-request
chore(deps): Add dependency-review action SUMMARY This PR adds the depedency-review action, which will block PRs that add dependencies to manifests with known vulnerabilities. See docs for more info: https://github.com/actions/dependency-review-action BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF TESTING INSTRUCTIONS ...
2025-04-01T04:33:05.465195
2021-09-09T08:36:01
991952245
{ "authors": [ "bneradt", "hnakamur" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3807", "repo": "apache/trafficserver", "url": "https://github.com/apache/trafficserver/issues/8318" }
gharchive/issue
9.1.0 and 9.1.x crashes with ts.http.skip_remapping_set(1) and dead origin Here "dead origin" means no origin server process running at localhost:80. The expected result is that trafficserver returns 502. However it crashes at 9.1.0 https://github.com/apache/trafficserver/commit/682f899871b5af5252d1c1105bf998239a2a8e...
2025-04-01T04:33:05.469423
2023-06-05T05:24:34
1740989766
{ "authors": [ "jpeach" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3808", "repo": "apache/trafficserver", "url": "https://github.com/apache/trafficserver/issues/9772" }
gharchive/issue
autest command errors should log the failing command When autest runs a command, there is typically a return code check. Per the failure I saw in #9770, the test error message looks like this: Setting up : Copying '/home/jenkins/workspace/Github_Builds/autest/src/tests/gold_tests/pluginTest/polite_hook_wait/.li...
2025-04-01T04:33:05.473801
2024-06-01T01:48:00
2328809236
{ "authors": [ "bneradt", "cmcfarlen" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3809", "repo": "apache/trafficserver", "url": "https://github.com/apache/trafficserver/pull/11410" }
gharchive/pull-request
Http2ConnectionState::restart_receiving: check for closed peer I noticed a crash in obtaining the peer's session window in which the session's netvc was nullptr. Digging into the backtrace, this seems to have occurred because restart_receiving was called for a closed session. This patch addresses this by handling thi...
2025-04-01T04:33:05.479601
2018-10-29T20:57:29
375213257
{ "authors": [ "Leemoonsoo", "zjffdu" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3810", "repo": "apache/zeppelin", "url": "https://github.com/apache/zeppelin/pull/3210" }
gharchive/pull-request
[ZEPPELIN-3835] Update website for 0.8.0 release What is this PR for? 0.8.0 has released in last June, but what's new section in website still have information of 0.7.x. This PR update information for the latest release. I compiled contents based on https://medium.com/@zjffdu/zeppelin-0-8-0-new-features-ea53e8810235 ...
2025-04-01T04:33:05.483751
2021-06-23T23:39:10
928722601
{ "authors": [ "Reamer", "cnoelle" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:3811", "repo": "apache/zeppelin", "url": "https://github.com/apache/zeppelin/pull/4153" }
gharchive/pull-request
[ZEPPELIN-5427] mongodb interpreter: config by env vars What is this PR for? Add the possibility to configure the interpreter through env vars What type of PR is it? Improvement Todos What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-5427 How should this be tested? Screenshots (if appropriate) Qu...