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 |
|---|---|---|---|---|---|
1129485720 | [FLINK-25782] [docs] Translate datastream filesystem.md page into Chinese.
What is the purpose of the change
(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them on each deployment (during recovery).)
Brief change log
(for e... | gharchive/pull-request | 2022-02-10T05:44:20 | 2025-04-01T06:37:52.842039 | {
"authors": [
"MrWhiteSike"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/18698",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1329644627 | [FLINK-28837][chinese-translation] Translate "Hybrid Source" page of …
What is the purpose of the change
Translate "Hybrid Source" page of "DataStream Connectors" into Chinese
Brief change log
Translate "Hybrid Source" page of "DataStream Connectors" into Chinese
Verifying this change
Does this pull request potential... | gharchive/pull-request | 2022-08-05T08:49:40 | 2025-04-01T06:37:52.846459 | {
"authors": [
"JasonLeeCoding"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/20466",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1516131539 | [FLINK-30538][SQL gateway/client] Improve error handling of stop job operation
What is the purpose of the change
Currently, the stop-job operation produces some verbose error msg and doesn't handle exceptions in stop-without-savepoint gracefully.
This PR fixes the problem.
Brief change log
Wrap simple cancel with tr... | gharchive/pull-request | 2023-01-02T08:09:41 | 2025-04-01T06:37:52.853527 | {
"authors": [
"link3280"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/21581",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2251933405 | [FLINK-35166][runtime] Make the SortBufferAccumulator use more buffers when the parallelism is small
What is the purpose of the change
Improve the performance of hybrid shuffle when enable memory decoupling and meantime the parallelism is small.
Brief change log
Make the SortBufferAccumulator use more buffers when ... | gharchive/pull-request | 2024-04-19T02:11:46 | 2025-04-01T06:37:52.859217 | {
"authors": [
"jiangxin369"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/24683",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2652904072 | Upgrade com.squareup.okio:okio
What is the purpose of the change
(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them on each deployment (during recovery).)
Brief change log
(for example:)
The TaskInfo is stored in the blob... | gharchive/pull-request | 2024-11-12T17:45:56 | 2025-04-01T06:37:52.867797 | {
"authors": [
"davidradl",
"g-s-eire"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/25649",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
185880994 | [FLINK-4631] Avoided NPE in OneInputStreamTask.
Added additional condition to check possible NPE. This PR solve FLINK-4631.
+1 to merge
merging
| gharchive/pull-request | 2016-10-28T09:41:37 | 2025-04-01T06:37:52.869522 | {
"authors": [
"chermenin",
"zentol"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/2709",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
227601507 | [FLINK-6483] [table] Support time materialization
This PR adds support for time materialization. It also fixes several bugs related to time handling in the Table API & SQL.
Thanks for the update @twalthr!
Looks very good. Will merge this.
| gharchive/pull-request | 2017-05-10T08:21:29 | 2025-04-01T06:37:52.870624 | {
"authors": [
"fhueske",
"twalthr"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/3862",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
239051744 | [FLINK-6522] Add ZooKeeper cleanup logic to ZooKeeperHaServices
Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration.
If your changes take all of the items into account, feel free to open your pull request. For more information and/or ques... | gharchive/pull-request | 2017-06-28T04:46:43 | 2025-04-01T06:37:52.875990 | {
"authors": [
"tillrohrmann",
"zjureel"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/4204",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
280668091 | [FLINK-7797] [table] Add support for windowed outer joins for streaming tables
What is the purpose of the change
This PR adds support for windowed outer joins for streaming tables.
Brief change log
Adjusts the plan translation logic to accept stream window outer join.
Adheres an ever emitted flag to each row. When a... | gharchive/pull-request | 2017-12-09T02:29:29 | 2025-04-01T06:37:52.969547 | {
"authors": [
"fhueske",
"xccui"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/5140",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
372512734 | [FLINK-10431] Extraction of scheduling-related code from SlotPool into preliminary Scheduler
What is the purpose of the change
This PR extracts the scheduling related code (e.g. slot sharing logic) from to slot pool into a preliminary version of a future scheduler component. Our primary goal is fixing the scheduling ... | gharchive/pull-request | 2018-10-22T13:04:57 | 2025-04-01T06:37:52.977138 | {
"authors": [
"Clarkkkkk",
"StefanRRichter"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/6898",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
190340170 | Remove hostHeader = hostname property from Host interceptor example
We are overriding the host header name from host to hostname in the example usage section. Due to this example users are overriding the header name too but still use the %{host} substitution as shown in the HDFS Sink section. This won't work for them... | gharchive/pull-request | 2016-11-18T15:03:19 | 2025-04-01T06:37:52.979704 | {
"authors": [
"bessbd",
"peterableda"
],
"repo": "apache/flume",
"url": "https://github.com/apache/flume/pull/87",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
497524222 | GEODE-6927 make getThreadOwnedConnection code thread safe
Thank you for submitting a contribution to Apache Geode.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
For all changes:
[x] Is there a JIRA ticket associated with this PR? Is it referenced in ... | gharchive/pull-request | 2019-09-24T08:02:00 | 2025-04-01T06:37:52.994123 | {
"authors": [
"bschuchardt",
"mhansonp",
"mkevo",
"pivotal-jbarrett"
],
"repo": "apache/geode",
"url": "https://github.com/apache/geode/pull/4085",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
849748989 | GROOVY-8983: STC: support "Type[] array = collectionOfTypeOrSubtype"
https://issues.apache.org/jira/browse/GROOVY-8983
NOTE: GenericsUtils.parameterizeType("List<? super Type>","Collection") returns Collection<Type> and not Collection<? super Type>. I attempted to address this, but was not successful. This should p... | gharchive/pull-request | 2021-04-03T22:06:49 | 2025-04-01T06:37:52.996657 | {
"authors": [
"danielsun1106",
"eric-milles"
],
"repo": "apache/groovy",
"url": "https://github.com/apache/groovy/pull/1541",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
509125099 | [SUBMARINE-248]. Add websocket interface to submarine workbench server.
What is this PR for?
Add WebSocket interface to the submarine workbench server. So that the frontend and backend can have bidirectional communications.
What type of PR is it?
Feature
What is the Jira issue?
https://issues.apache.org/jira/browse/S... | gharchive/pull-request | 2019-10-18T14:41:25 | 2025-04-01T06:37:52.999742 | {
"authors": [
"liuxunorg",
"yuanzac"
],
"repo": "apache/hadoop-submarine",
"url": "https://github.com/apache/hadoop-submarine/pull/56",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
463957156 | HADOOP-16409. Allow authoritative mode on non-qualified paths.
This addresses whitespace nits from Gabor's review of https://github.com/apache/hadoop/pull/1043, and allows non-qualified paths to be specified in the config.
:confetti_ball: +1 overall
Vote
Subsystem
Runtime
Comment
0
reexec
31
Docker mode acti... | gharchive/pull-request | 2019-07-03T21:17:13 | 2025-04-01T06:37:53.022674 | {
"authors": [
"bgaborg",
"hadoop-yetus",
"mackrorysd"
],
"repo": "apache/hadoop",
"url": "https://github.com/apache/hadoop/pull/1054",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1189017299 | Hadoop-18169. getDelegationTokens in ViewFs should also fetch the token from fallback FS
Description of PR
cherry-pick of 15a5ea2c955a7d1b89aea0cb127727a57db76c76 from trunk to branch-2.10 and created TestViewFsLinkFallback.java file with one test case included.
All other test cases in TestViewFsLinkFallback.java fro... | gharchive/pull-request | 2022-03-31T23:55:34 | 2025-04-01T06:37:53.101301 | {
"authors": [
"hadoop-yetus",
"virajith",
"xinglin"
],
"repo": "apache/hadoop",
"url": "https://github.com/apache/hadoop/pull/4128",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1809651422 | HDFS-17094. EC: Fix bug in block recovery when there are stale datanodes.
Description of PR
When a block recovery occurs, RecoveryTaskStriped in datanode expects rBlock.getLocations() and rBlock. getBlockIndices() to be in one-to-one correspondence. However, if there are locations in stale state when NameNode handles... | gharchive/pull-request | 2023-07-18T10:30:54 | 2025-04-01T06:37:53.202241 | {
"authors": [
"Hexiaoqiao",
"hadoop-yetus",
"tomscut",
"zhangshuyan0"
],
"repo": "apache/hadoop",
"url": "https://github.com/apache/hadoop/pull/5854",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1942869576 | YARN-11592. Add timeout to GPGUtils#invokeRMWebService.
Description of PR
JIRA: YARN-11592. Add timeout to GPGUtils#invokeRMWebService.
How was this patch tested?
For code changes:
[ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
[ ] Object storage:... | gharchive/pull-request | 2023-10-14T01:59:03 | 2025-04-01T06:37:53.450590 | {
"authors": [
"hadoop-yetus",
"slfan1989"
],
"repo": "apache/hadoop",
"url": "https://github.com/apache/hadoop/pull/6189",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
480077860 | HBASE-22810 Initialize an separate ThreadPoolExecutor for taking/restoring snapshot
…oring snapshot
:broken_heart: -1 overall
Vote
Subsystem
Runtime
Comment
0
reexec
38
Docker mode activated.
_ Prechecks _
+1
dupname
0
No case conflicting files found.
+1
hbaseanti
0
Patch does not have any anti-patt... | gharchive/pull-request | 2019-08-13T10:23:24 | 2025-04-01T06:37:53.602043 | {
"authors": [
"Apache-HBase",
"Apache9",
"openinx"
],
"repo": "apache/hbase",
"url": "https://github.com/apache/hbase/pull/486",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1442214493 | HBASE-27309 Add major compact table or region operation on m…
…aster web table page
:broken_heart: -1 overall
Vote
Subsystem
Runtime
Comment
+0 :ok:
reexec
1m 15s
Docker mode activated.
_ Prechecks _
+1 :green_heart:
dupname
0m 0s
No case conflicting files found.
+1 :green_heart:
@author
0m 0s
The... | gharchive/pull-request | 2022-11-09T14:34:34 | 2025-04-01T06:37:53.693117 | {
"authors": [
"Apache-HBase",
"SiCheng-Zheng"
],
"repo": "apache/hbase",
"url": "https://github.com/apache/hbase/pull/4870",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
480281328 | HBASE-22845 Revert MetaTableAccessor#makePutFromTableState access to …
…public
HBCK2 is dependent on it
:confetti_ball: +1 overall
Vote
Subsystem
Runtime
Comment
0
reexec
62
Docker mode activated.
_ Prechecks _
+1
dupname
0
No case conflicting files found.
+1
hbaseanti
0
Patch does not have any anti... | gharchive/pull-request | 2019-08-13T17:41:50 | 2025-04-01T06:37:53.716679 | {
"authors": [
"Apache-HBase",
"jatsakthi"
],
"repo": "apache/hbase",
"url": "https://github.com/apache/hbase/pull/489",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1440089068 | HIVE-26656:Remove hsqldb dependency in hive due to CVE-2022-41853
What changes were proposed in this pull request?
Remove hsqldb dependency in hive
Why are the changes needed?
fix cve
Does this PR introduce any user-facing change?
no
How was this patch tested?
manual
@saihemanth-cloudera please see this
| gharchive/pull-request | 2022-11-08T12:17:43 | 2025-04-01T06:37:53.737222 | {
"authors": [
"devaspatikrishnatri"
],
"repo": "apache/hive",
"url": "https://github.com/apache/hive/pull/3740",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1666166720 | HIVE-26930: Support for increased retention of Notification Logs and Change Manager entries
What changes does this PR contain?
To support the Planned/Unplanned Failover, we need the capability to increase the retention period for both the Notification Logs and Change Manager entries until the successful reverse repli... | gharchive/pull-request | 2023-04-13T10:40:30 | 2025-04-01T06:37:53.740410 | {
"authors": [
"subhasisgorai"
],
"repo": "apache/hive",
"url": "https://github.com/apache/hive/pull/4230",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1577983566 | [Task]: update MSSQL JDBC Driver
What needs to happen?
Update version of MSSQL jdbc driver included in Hop installation.
https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc
Issue Priority
Priority: 2
Issue Component
Component: Database
already done with #2445
| gharchive/issue | 2023-02-09T14:22:18 | 2025-04-01T06:37:53.742472 | {
"authors": [
"hansva"
],
"repo": "apache/hop",
"url": "https://github.com/apache/hop/issues/2291",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2069132555 | 5.3.x - HTTPCLIENT-2314
Make sure an UnknownHostException is thrown, even if a custom DnsResolver implementation is used.
Fixes the issue of HTTPCLIENT-2314
@ok2c Thanks for the review. Done
| gharchive/pull-request | 2024-01-07T13:33:38 | 2025-04-01T06:37:53.743637 | {
"authors": [
"phax"
],
"repo": "apache/httpcomponents-client",
"url": "https://github.com/apache/httpcomponents-client/pull/533",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2351276506 | [SUPPORT] URI too long error
Describe the problem you faced
I'm using Spark3.5 + Hudi0.15.0 for partitioned table, when I choose req_date and req_hour for partition column name, I will get this error, but task would be executed successfully finally;
when I choose date and hour for partition column name, error disappe... | gharchive/issue | 2024-06-13T14:16:34 | 2025-04-01T06:37:53.783841 | {
"authors": [
"ad1happy2go",
"clp007",
"michael1991"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/issues/11446",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2238815549 | [HUDI-7576] Improve efficiency of getRelativePartitionPath, reduce computation of partitionPath in AbstractTableFileSystemView
Change Logs
Improve the efficiency of getRelativePartitionPath by reducing the number of operations on the path object that are required to get the final result
Reduce the number of times a ... | gharchive/pull-request | 2024-04-12T00:25:32 | 2025-04-01T06:37:53.791398 | {
"authors": [
"danny0405",
"the-other-tim-brown"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/pull/11001",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1084417784 | [HUDI-3069] compact improve
Brief change log
compact improve
I found that when the compact plan is generated, the delta log files under each filegroup are arranged in the natural order of instant time. in the majority of cases,We can think that the latest data is in the latest delta log file, so we sort it from lar... | gharchive/pull-request | 2021-12-20T06:38:46 | 2025-04-01T06:37:53.795401 | {
"authors": [
"nsivabalan",
"scxwhite"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/pull/4400",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1221813896 | [HUDI-3931][DOCS] Guide to setup async metadata indexing
@nsivabalan @bhasudha @xushiyan Added this guide to go under Services tab. We can land this doc. I'll update the blog #5449 with more design elements. That can go after multi-modal index blog.
| gharchive/pull-request | 2022-04-30T11:57:19 | 2025-04-01T06:37:53.797208 | {
"authors": [
"codope"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/pull/5476",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1293816447 | [HUDI-4360] Fix HoodieDropPartitionsTool based on refactored meta sync
What is the purpose of the pull request
This PR fixes HoodieDropPartitionsTool based on refactored meta sync and the failed Java CI on master.
Brief change log
Fix the usage of old configs and APIs in HoodieDropPartitionsTool.
Verify this pull r... | gharchive/pull-request | 2022-07-05T05:45:53 | 2025-04-01T06:37:53.800610 | {
"authors": [
"yihua"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/pull/6043",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1953339575 | [HUDI-6798] Add record merging mode and implement event-time ordering in the new file group reader
Change Logs
This PR adds a new table config hoodie.record.merge.mode to control the record merging mode and behavior in the new file group reader (HoodieFileGroupReader) and implements event-time ordering in it. The ta... | gharchive/pull-request | 2023-10-20T01:46:16 | 2025-04-01T06:37:53.808540 | {
"authors": [
"yihua"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/pull/9894",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2592998408 | IO Implementation using Go CDK
Extends PR #111
Implements #92. The Go CDK has well-maintained implementations for accessing objects stores from S3, Azure, and GCS via a io/fs.Fs-like interface. However, their file interface doesn't support the io.ReaderAt interface or the Seek() function that Iceberg-Go requires for ... | gharchive/pull-request | 2024-10-16T20:34:32 | 2025-04-01T06:37:53.825584 | {
"authors": [
"dwilson1988",
"loicalleyne",
"zeroshade"
],
"repo": "apache/iceberg-go",
"url": "https://github.com/apache/iceberg-go/pull/176",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2235050946 | Implement caching of manifest-files
Feature Request / Improvement
We currently loop over the manifests of a snapshot often just once. But now when we're compounding the operations (DELETE+APPEND), there is a fair chance that read a manifest more than once. The spec states that manifest files are immutable, this means... | gharchive/issue | 2024-04-10T08:35:21 | 2025-04-01T06:37:53.833841 | {
"authors": [
"Fokko",
"MehulBatra",
"chinmay-bhat",
"swapdewalkar"
],
"repo": "apache/iceberg-python",
"url": "https://github.com/apache/iceberg-python/issues/595",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2698638819 | Extend the DataFileWriterBuilder tests
In data_file_writer we write out a schema but don't have any tests for that. I think it would be good to write out a schema to validate that the field-IDs are there (they are, I checked by hand). And also add a test where we write DataFile that has a partition.
@Fokko I would ... | gharchive/issue | 2024-11-27T13:55:19 | 2025-04-01T06:37:53.835504 | {
"authors": [
"Fokko",
"jonathanc-n"
],
"repo": "apache/iceberg-rust",
"url": "https://github.com/apache/iceberg-rust/issues/726",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
174940547 | [AIRFLOW-467] Allow defining of project_id in BigQeuryHook
Dear Airflow Maintainers,
Please accept this PR that addresses the following issues:
https://issues.apache.org/jira/browse/AIRFLOW-467
Testing Done:
Unit tests are added including backward compatibility tests
Awesome
| gharchive/pull-request | 2016-09-04T09:46:27 | 2025-04-01T06:37:53.846158 | {
"authors": [
"alexvanboxel",
"bolkedebruin"
],
"repo": "apache/incubator-airflow",
"url": "https://github.com/apache/incubator-airflow/pull/1781",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
289619431 | Update README.md
Make sure you have checked all steps below.
JIRA
[ ] My PR addresses the following Airflow JIRA issues and references them in the PR title. For example, "[AIRFLOW-XXX] My Airflow PR"
https://issues.apache.org/jira/browse/AIRFLOW-XXX
Description
[ ] Here are some details about my PR, including s... | gharchive/pull-request | 2018-01-18T12:57:17 | 2025-04-01T06:37:53.851826 | {
"authors": [
"r39132",
"topedmaria"
],
"repo": "apache/incubator-airflow",
"url": "https://github.com/apache/incubator-airflow/pull/2953",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
115411872 |
MLHR-1880 #resolve fixed default value documentation for setMaxLeng…
…th method.
@ilooner Please merge to 3.2
| gharchive/pull-request | 2015-11-06T01:03:36 | 2025-04-01T06:37:53.852907 | {
"authors": [
"chandnisingh"
],
"repo": "apache/incubator-apex-malhar",
"url": "https://github.com/apache/incubator-apex-malhar/pull/83",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1789841860 | [CELEBORN-769] Change default value of celeborn.client.push.maxReqsIn…
…Flight to 16
What changes were proposed in this pull request?
Change default value of celeborn.client.push.maxReqsInFlight to 16.
Why are the changes needed?
Previous value 4 is too small, 16 is more reasonable.
Does this PR introduce any user-f... | gharchive/pull-request | 2023-07-05T15:51:09 | 2025-04-01T06:37:53.867601 | {
"authors": [
"cfmcgrady",
"pan3793",
"waitinfuture"
],
"repo": "apache/incubator-celeborn",
"url": "https://github.com/apache/incubator-celeborn/pull/1683",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
536759331 | [BUG] dolphinscheduler compile failed
Problem description:
Now I have a problem. I have cloned the latest code from GitHub, but when I compile it, I fail to compile it.
Compile command:
mvn -U clean package -Prelease -Dmaven.test.skip=true
The following is the compile error information:
Current version:
1.2.0 dev b... | gharchive/issue | 2019-12-12T05:04:23 | 2025-04-01T06:37:53.873485 | {
"authors": [
"lenboo",
"qiaozhanwei",
"sunnerrr",
"wuchunfu"
],
"repo": "apache/incubator-dolphinscheduler",
"url": "https://github.com/apache/incubator-dolphinscheduler/issues/1456",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
841616320 | A Linux distribution for docker-compose
As I know,the image of apache/dolphinscheduler was base on the Alpine image。But when I install Python dependencies,It takes a lot of time,at least an hour。What's more,It will need more any other dependencies,for example
apk update && apk add --no-cache gcc g++ python3-dev lib... | gharchive/issue | 2021-03-26T05:55:47 | 2025-04-01T06:37:53.878513 | {
"authors": [
"Joder5",
"chengshiwen"
],
"repo": "apache/incubator-dolphinscheduler",
"url": "https://github.com/apache/incubator-dolphinscheduler/issues/5155",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
848066617 | [Question] Stop the workflow, But can‘t Stop yarn application
I run a shell command waht is run sqoop to load data into hive. And it is running with mapreduce, when I stop the workflow,I think this MR application will be kill, but was not. The Mr applicaiton is still RUNNING. And I dont know why.
Which version of Dol... | gharchive/issue | 2021-04-01T06:47:20 | 2025-04-01T06:37:53.881164 | {
"authors": [
"CalvinKirs",
"xingchun-chen",
"zjw-zjw"
],
"repo": "apache/incubator-dolphinscheduler",
"url": "https://github.com/apache/incubator-dolphinscheduler/issues/5194",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
989590768 | [FOLLOWUP] create table like clause support copy rollup
Proposed changes
for issue #6474
create table test.table1 like test.table with rollup (r1,r2) -- copy some rollup
create table test.table1 like test.table with rollup -- copy all rollup
create table test.table1 like test.table -- only copy base table
Types... | gharchive/pull-request | 2021-09-07T04:52:54 | 2025-04-01T06:37:53.887193 | {
"authors": [
"liutang123",
"qzsee"
],
"repo": "apache/incubator-doris",
"url": "https://github.com/apache/incubator-doris/pull/6580",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
380522516 | Properly reset total size of segmentsToCompact in NewestSegmentFirstIterator
When NewestSegmentFirstIterator searches for segments to compact, it sometimes needs to clear the segments found so far and starts again. The total size of segments is also needed to be reset properly.
@gianm thanks for the quick review. A... | gharchive/pull-request | 2018-11-14T03:40:39 | 2025-04-01T06:37:53.888436 | {
"authors": [
"jihoonson"
],
"repo": "apache/incubator-druid",
"url": "https://github.com/apache/incubator-druid/pull/6622",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
313715022 | The application.properties file specifies that the dubbo. protocol. port attribute is invalid.
The application.properties file specifies that the dubbo. protocol. port attribute is invalid.
The dubbo-spring-boot-starter.versionversion is 0.0.1.
You can used dubbo.protocol.${name}.port
| gharchive/issue | 2018-04-12T12:56:10 | 2025-04-01T06:37:53.889933 | {
"authors": [
"huangxincheng",
"mercyblitz"
],
"repo": "apache/incubator-dubbo-spring-boot-project",
"url": "https://github.com/apache/incubator-dubbo-spring-boot-project/issues/105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
325975446 | I am confused with config server, transporter config.
In my understanding.
if we config transporter="netty4" in provider side. It will affect the consumer。
so we can use server="netty4" in provider side.
but why dubbo check sever key in DubboProtocol.initClient ?
the consumer with low version (not support netty... | gharchive/issue | 2018-05-24T06:02:58 | 2025-04-01T06:37:53.896324 | {
"authors": [
"carryxyh",
"chickenlj",
"whanice",
"zonghaishang"
],
"repo": "apache/incubator-dubbo",
"url": "https://github.com/apache/incubator-dubbo/issues/1841",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
349050059 | 禁止某个Filter的执行
由于继承了别人的模块,能不能有办法在不修改别人源码的情况,在自己的模块中禁止掉某个Filter的执行
Maybe this documentation can help you. http://dubbo.apache.org/#!/docs/dev/impls/filter.md?lang=zh-cn
但是这个是只能禁止dubbo原生的filter,不能禁止用户自定义的
在 AbstractInterfaceConfig 中 直接限制住了 ,所以非dubbo framework下的会出现No such extension....异常
public void setFilter(Strin... | gharchive/issue | 2018-08-09T09:32:49 | 2025-04-01T06:37:53.899196 | {
"authors": [
"diecui1202",
"luyunfeng"
],
"repo": "apache/incubator-dubbo",
"url": "https://github.com/apache/incubator-dubbo/issues/2222",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
585040952 | Hover bug on 3D Scatter when give one valued data
Hey, when i set data as object (not directly two dimensional array) and object have one value, 3d scatter's on hover event is not functional. You can try with below option code in this example page . I just get first item of current data and put it a array again.
... | gharchive/issue | 2020-03-20T12:35:32 | 2025-04-01T06:37:53.901782 | {
"authors": [
"ljjeseller",
"resulyrt93"
],
"repo": "apache/incubator-echarts",
"url": "https://github.com/apache/incubator-echarts/issues/12308",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
327956842 | 柱形图能分组吗?
如图能实现吗?
参考 http://gallery.echartsjs.com/editor.html?c=xBk7TY_hWx
| gharchive/issue | 2018-05-31T01:13:32 | 2025-04-01T06:37:53.903633 | {
"authors": [
"htjn",
"pissang"
],
"repo": "apache/incubator-echarts",
"url": "https://github.com/apache/incubator-echarts/issues/8427",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
395839429 | [4.2.0][bug]设置legend的背景色backgroundColor,图例依然被覆盖。
版本
[4.2.0]
重现条件
legend: {
data: ['line', 'bar'],
textStyle: {
color: ['#fff', '#ccc'],
backgroundColor: 'rgba(255,0,0,.5)'
}
},
设置textStyle: {
color: ['#fff', '#ccc'],
backgroundColor:'red'
}
主要是color为数组的时候, 同时设置backgroundColor, backgroundColor就会覆盖掉图例
截图
经测试 4.2.1 版... | gharchive/issue | 2019-01-04T08:00:27 | 2025-04-01T06:37:53.907331 | {
"authors": [
"Ovilia",
"ihwf"
],
"repo": "apache/incubator-echarts",
"url": "https://github.com/apache/incubator-echarts/issues/9683",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1522398549 | fix call the same method twice
Fixes #2670 .
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Describe the modifications you've done.
Documentation
Does this pull request introduce a new feature? (yes / no)
If yes, how is the featu... | gharchive/pull-request | 2023-01-06T11:11:24 | 2025-04-01T06:37:53.910733 | {
"authors": [
"chenyi19851209",
"jonyangx"
],
"repo": "apache/incubator-eventmesh",
"url": "https://github.com/apache/incubator-eventmesh/pull/2838",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
129918242 | hawqextract column context does not exist error
When running hawq extract python stack trace is returned because pg_aoseg no longer has a column called content
[gpadmin@node2 ~]$ hawq extract -o rank_table.yaml foo 20160129:23:21:41:004538 hawqextract:node2:gpadmin-[INFO]:-try to connect database localhost:5432 gpadm... | gharchive/pull-request | 2016-01-30T00:20:09 | 2025-04-01T06:37:53.919473 | {
"authors": [
"radarwave",
"randomtask1155",
"yaoj2"
],
"repo": "apache/incubator-hawq",
"url": "https://github.com/apache/incubator-hawq/pull/305",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
206155833 | [HIVEMALL-54][SPARK] Add an easy-to-use script for spark-shell
What changes were proposed in this pull request?
This pr added a script to automatically download the latest Spark version, compile Hivemall for the version, and invoke spark-shell with the compiled Hivemall binary.
This pr also included a documentation f... | gharchive/pull-request | 2017-02-08T10:30:11 | 2025-04-01T06:37:53.931994 | {
"authors": [
"amaya382",
"coveralls",
"maropu",
"myui"
],
"repo": "apache/incubator-hivemall",
"url": "https://github.com/apache/incubator-hivemall/pull/41",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
238519866 | [HIVEMALL-96-2] Added Geo Spatial UDFs
What changes were proposed in this pull request?
This PR added 5 Geo Spatial UDFs: lat2tiley, lon2tilex, tilex2lon, tileytolat, and haversine_distance.
What type of PR is it?
Feature
What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-96
How was this patch te... | gharchive/pull-request | 2017-06-26T11:54:34 | 2025-04-01T06:37:53.935851 | {
"authors": [
"coveralls",
"myui"
],
"repo": "apache/incubator-hivemall",
"url": "https://github.com/apache/incubator-hivemall/pull/90",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1484477213 | Config the rest frontend service max worker thread
Why are the changes needed?
How was this patch tested?
[ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
[ ] Add screenshots for manual tests if appropriate
[ ] Run test locally before make a pull requ... | gharchive/pull-request | 2022-12-08T11:56:39 | 2025-04-01T06:37:53.958441 | {
"authors": [
"turboFei"
],
"repo": "apache/incubator-kyuubi",
"url": "https://github.com/apache/incubator-kyuubi/pull/3946",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1275752618 | The Linkis website needs to add a github action to check whether the linkis website link is available
Some links on the linkis website have been broken.
#341 fix the issue
| gharchive/issue | 2022-06-18T10:14:10 | 2025-04-01T06:37:53.959344 | {
"authors": [
"Beacontownfc"
],
"repo": "apache/incubator-linkis-website",
"url": "https://github.com/apache/incubator-linkis-website/issues/354",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1411368691 | [功能] Dev 1.3.1 metadatasource driver profiles not loaded by default
linkis-metadata-query-jdbc module driver profiles not loaded by default
最好可以添加下背景说明下为什么没有添加到到provide 依赖的原因
这些依赖POM配置建议以test模式放到pom文件中,用户只需要移除注解就能编译使用
添加对应驱动jar包的下载地址列表 方便直接使用官方安装包的同学使用,并告知应该拷贝到对应的那个目录下
| gharchive/pull-request | 2022-10-17T11:00:11 | 2025-04-01T06:37:53.960670 | {
"authors": [
"casionone",
"dlimeng"
],
"repo": "apache/incubator-linkis-website",
"url": "https://github.com/apache/incubator-linkis-website/pull/544",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1194150622 | Add junit5 test code for module [linkis-storage]
Add junit5 test code for module [linkis-storage]
Module: linkis-storage
Location:linkis-commons/linkis-storage
Task status:✗(unfinished)/ ✓(finished)
Test code guide:https://linkis.apache.org/zh-CN/community/how-to-write-unit-test-code/
Test code example: https://gith... | gharchive/issue | 2022-04-06T07:10:42 | 2025-04-01T06:37:53.985627 | {
"authors": [
"husofskyzy",
"ruY9527"
],
"repo": "apache/incubator-linkis",
"url": "https://github.com/apache/incubator-linkis/issues/1908",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
240548199 | Minor. Fix deprecated conf warning log issue
./livy-sshao-server.out.5:17/05/08 16:50:44 WARN LivyConf: The configuration key livy.spark.deployMode has been deprecated as of Livy 0.4 and may be removed in the future. Please use the new key livy.spark.deploy-mode instead.
./livy-sshao-server.out.5:17/05/08 16:50:45 WA... | gharchive/pull-request | 2017-07-05T06:17:46 | 2025-04-01T06:37:53.999130 | {
"authors": [
"codecov-io",
"jerryshao"
],
"repo": "apache/incubator-livy",
"url": "https://github.com/apache/incubator-livy/pull/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
375791871 | Something wrong of form .rec of my own data
I try to form .rec and .idx of my own data.
First, run im2rec.py to generate list :
python im2rec.py --list --recursive --train-ratio 1 [list folder] [images folder]
Second, run im2rec.py to generate .rec and .idx.
python im2rec.py --num-thread 4 [list folder] [images fold... | gharchive/issue | 2018-10-31T04:16:29 | 2025-04-01T06:37:54.004676 | {
"authors": [
"NRauschmayr",
"frankfliu",
"larsonwu0220"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/issues/13053",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
837445662 | OSError: libopenblas.so.0: cannot open shared object file: No such file or directory in mxnet 1.8.0
Description
mxnet 1.8.0 emits the following error when running import mxnet:
OSError: libopenblas.so.0: cannot open shared object file: No such file or directory
Error Message
(generated from the dockerfile attached i... | gharchive/issue | 2021-03-22T08:11:05 | 2025-04-01T06:37:54.016221 | {
"authors": [
"fhieber",
"harupy",
"leezu",
"praneethkv",
"szha"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/issues/20068",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
312172693 | Improve row_sparse tutorial
Description
@haojin2
Checklist
Essentials
[ ] Passed code style checking (make lint)
[ ] Changes are complete (i.e. I finished coding on this PR)
[ ] All changes have test coverage:
Unit tests are added for small changes to verify correctness (e.g. adding a new operator)
Nightly tests are... | gharchive/pull-request | 2018-04-07T05:40:02 | 2025-04-01T06:37:54.022234 | {
"authors": [
"anirudh2290",
"eric-haibin-lin",
"haojin2"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/pull/10454",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
406569032 | Add dtype visualization to plot_network
Description
Add possibility to print type information alongside shape in mx.vis.plot_network.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
[x] Changes are complete (i.e. I finished coding on this PR)
[x] All changes have test coverage:
Unit t... | gharchive/pull-request | 2019-02-04T23:39:59 | 2025-04-01T06:37:54.026248 | {
"authors": [
"ptrendx",
"vandanavk",
"wkcn"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/pull/14066",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
444137161 | Silence excessive mkldnn logging output on tests.
Description
Silenced excessive logging output:
http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-cpu/branches/PR-14940/runs/1/nodes/283/steps/749/log/?start=0
Checklist
Essentials
Please feel free to remove... | gharchive/pull-request | 2019-05-14T21:38:18 | 2025-04-01T06:37:54.033504 | {
"authors": [
"TaoLv",
"larroy",
"pengzhao-intel"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/pull/14947",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
273198275 | fix row_sparse demo tutorials doc
Description
row sparse demo tutorials, it has a mistake that x should be 12 and w should be 23.
The CI is a bit brittle. Do you mind sync with master and trigger the CI again?
Ok! I will try @eric-haibin-lin
why is there no change?
Looks like this is already merged in. Closin... | gharchive/pull-request | 2017-11-12T04:25:57 | 2025-04-01T06:37:54.035656 | {
"authors": [
"burness",
"eric-haibin-lin",
"piiswrong"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/pull/8621",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
261870969 | [NETBEANS-54] Module Review defaults
no external library
checked Rat report; unrecognized license headers manually changed
skimmed through the module, did not notice additional problems
Merged into master with 1 positive review. Thank you for reviewing.
| gharchive/pull-request | 2017-09-30T20:44:49 | 2025-04-01T06:37:54.037103 | {
"authors": [
"matthiasblaesing"
],
"repo": "apache/incubator-netbeans",
"url": "https://github.com/apache/incubator-netbeans/pull/30",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
544282176 | net: tcp: Fix compile error in tcp.h
During build testing for spresense with the latest master, I encountered the following compile error.
tcp/tcp_netpoll.c: In function 'tcp_pollsetup':
./tcp/tcp.h:1191:42: error: expected ')' before ';' token
# define tcp_backlogavailable(c) (false);
... | gharchive/pull-request | 2019-12-31T22:35:45 | 2025-04-01T06:37:54.042425 | {
"authors": [
"masayuki2009",
"patacongo"
],
"repo": "apache/incubator-nuttx",
"url": "https://github.com/apache/incubator-nuttx/pull/21",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
277190319 | Refactor Whisk Deploy errors into new package to avoid cyclic dependencies
currently, wskdeployerror.go (and it unit test file) are in "utils" package; however, if we want to do better unit testing we need to be able to test errors against manifests and the YAML parser. This would mean importing "parsers" into "util... | gharchive/issue | 2017-11-27T22:22:10 | 2025-04-01T06:37:54.044407 | {
"authors": [
"mrutkows",
"pritidesai"
],
"repo": "apache/incubator-openwhisk-wskdeploy",
"url": "https://github.com/apache/incubator-openwhisk-wskdeploy/issues/650",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2187118195 | support config for jackson buffer recycler pool
the buffer recycler is an important performance feature in Jackson
Jackson 2.17 also changes the default pool implementation and this has proved an issue - see https://github.com/FasterXML/jackson-module-scala/issues/672
my plan for Pekko is to keep the existing Thread... | gharchive/pull-request | 2024-03-14T19:27:35 | 2025-04-01T06:37:54.046643 | {
"authors": [
"laglangyue",
"pjfanning"
],
"repo": "apache/incubator-pekko",
"url": "https://github.com/apache/incubator-pekko/pull/1192",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
104154849 | [REEF-624] Replace all use of DriverBridgeConfiguration with DriverConfiguration
This addressed the issue by
replacing all usages of DriverBridgeConfiguration in examples and tests
with DriverConfiguration
adding IObservable and necessary methods to test drivers
JIRA:
REEF-624
Pull Request:
Closes #
I'll test and... | gharchive/pull-request | 2015-08-31T23:44:19 | 2025-04-01T06:37:54.052421 | {
"authors": [
"markusweimer",
"tcNickolas"
],
"repo": "apache/incubator-reef",
"url": "https://github.com/apache/incubator-reef/pull/450",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2647179605 | 【功能对齐】梳理 Seata 1.6-2.x 的 seata Java 和 seata-go 待对齐的工作
What would you like to be added:
https://github.com/apache/incubator-seata/issues?q=label%3Amultilingual+is%3Aclosed 梳理了1.6-2.x(最新开发分支)的所有feature和部分需要同步的optimize,待梳理成 seat-go 中需要支持的工作
Why is this needed:
已完成梳理
| gharchive/issue | 2024-11-10T12:18:08 | 2025-04-01T06:37:54.054469 | {
"authors": [
"luky116"
],
"repo": "apache/incubator-seata-go",
"url": "https://github.com/apache/incubator-seata-go/issues/688",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2122280836 | optimize:compatible with integration-tx-api module and spring module
[x] I have registered the PR changes.
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
fixes #6334
fixes #6335
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for r... | gharchive/pull-request | 2024-02-07T06:26:01 | 2025-04-01T06:37:54.072065 | {
"authors": [
"codecov-commenter",
"xingfudeshi"
],
"repo": "apache/incubator-seata",
"url": "https://github.com/apache/incubator-seata/pull/6342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
372841515 | Split integrated test cases to a new project
[x] Create new repo named sharding-sphere-integrated-test
[ ] Move JDBC integrated test cases to sharding-sphere-integrated-test
[ ] Add MySQL & PostgreSQL docker image for integrated test cases
[ ] Comb JDBC test cases
[ ] Comb JDBC test cases for sharding-rule(sharding... | gharchive/issue | 2018-10-23T07:13:11 | 2025-04-01T06:37:54.077938 | {
"authors": [
"terrymanu"
],
"repo": "apache/incubator-shardingsphere",
"url": "https://github.com/apache/incubator-shardingsphere/issues/1366",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
347817164 | apm-spring-annotation-plugin grpc exception
Please answer these questions before submitting your issue.
Why do you submit this issue?
[ ] Question or discussion
[ ] Bug
[ ] Requirement
[ ] Feature or performance improvement
Question
What do you want to know?
when not use everything is ok. After using this plugin ... | gharchive/issue | 2018-08-06T07:56:20 | 2025-04-01T06:37:54.086886 | {
"authors": [
"wu-sheng",
"ylywyn"
],
"repo": "apache/incubator-skywalking",
"url": "https://github.com/apache/incubator-skywalking/issues/1526",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
244064620 | Redshift could not connect to the server
I tried connect to my Redshift database. There are millions of rows. When query time is longer than
one minute, Superset response is "could not connect to the server". I checked Allow Run Async, but there is another message "Failed to start remote query on worker. Tell your ad... | gharchive/issue | 2017-07-19T14:40:16 | 2025-04-01T06:37:54.128449 | {
"authors": [
"toncek87",
"xrmx"
],
"repo": "apache/incubator-superset",
"url": "https://github.com/apache/incubator-superset/issues/3162",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
351775295 | Refactor treemap
Decouple the visualization code from slice and formData
Test
Ran a development instance with the code above and verified with production instance that they produce the same results.
@williaster @conglei @graceguo-supercat
Codecov Report
Merging #5670 into master will decrease coverage by 0.03%.
Th... | gharchive/pull-request | 2018-08-18T00:44:42 | 2025-04-01T06:37:54.136659 | {
"authors": [
"codecov-io",
"kristw"
],
"repo": "apache/incubator-superset",
"url": "https://github.com/apache/incubator-superset/pull/5670",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
381773405 | [fix] view results in sql lab
click view results from sql lab will see JS excetions:
exception is from this line:
https://github.com/apache/incubator-superset/blob/69e8df404d46e35bf686cc92992d6e0415172d90/superset/assets/src/SqlLab/components/ExploreResultsButton.jsx#L171
@mistercrunch @michellethomas @kristw
Cod... | gharchive/pull-request | 2018-11-16T21:51:43 | 2025-04-01T06:37:54.143654 | {
"authors": [
"codecov-io",
"graceguo-supercat",
"mistercrunch"
],
"repo": "apache/incubator-superset",
"url": "https://github.com/apache/incubator-superset/pull/6405",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
453242667 | [epoch] Remove non-UTC epoch logic
CATEGORY
Choose one
[x] Bug Fix
[ ] Enhancement (new features, refinement)
[ ] Refactor
[ ] Add tests
[ ] Build / Development Environment
[ ] Documentation
SUMMARY
As @agrawaldevesh correctly identified in https://github.com/apache/incubator-superset/pull/6721 previously we were c... | gharchive/pull-request | 2019-06-06T21:18:40 | 2025-04-01T06:37:54.160631 | {
"authors": [
"agrawaldevesh",
"codecov-io",
"john-bodley"
],
"repo": "apache/incubator-superset",
"url": "https://github.com/apache/incubator-superset/pull/7667",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
223519389 | [SYSTEMML-1554] IPA Scalar Transient Read Replacement
Currently, during IPA we collect all variables (scalars & matrices)
eligible for propagation across blocks (i.e. not updated in block), and
then propagate the only the matrix sizes across the blocks. It seems
plausible that we could also replace all eligible scala... | gharchive/pull-request | 2017-04-21T23:09:27 | 2025-04-01T06:37:54.168840 | {
"authors": [
"akchinSTC",
"dusenberrymw",
"mboehm7"
],
"repo": "apache/incubator-systemml",
"url": "https://github.com/apache/incubator-systemml/pull/468",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
473885670 | [iOS] PR #2394 covered by PR #2520 so release v0.26.0 still have thread issue
#2394
#2520
Try release 0.28
If this still bothers you and you find a solution, you could give us a PR if you can, I am very happy to talk with you implemenation detail or review you PR in mailing list.
I have a busy schedule and I can'... | gharchive/issue | 2019-07-29T07:06:59 | 2025-04-01T06:37:54.172009 | {
"authors": [
"YorkShen",
"darkThanBlack"
],
"repo": "apache/incubator-weex",
"url": "https://github.com/apache/incubator-weex/issues/2758",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
142685794 | [ZEPPELIN-757] Ordering dropdown menu items alphabetically.
What is this PR for?
Fixing documentation.
What type of PR is it?
Documentation
Todos
N/A
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-757
How should this be tested?
Follow the steps in https://github.com/apache/incubator-zeppelin/b... | gharchive/pull-request | 2016-03-22T15:29:03 | 2025-04-01T06:37:54.176179 | {
"authors": [
"Leemoonsoo",
"jsimsa"
],
"repo": "apache/incubator-zeppelin",
"url": "https://github.com/apache/incubator-zeppelin/pull/790",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
803999765 | Constant High CPU Usage
Describe the bug
I have a small IOTDB instance running on Ubuntu. Over time the CPU utilisation is very high even though there are a low number of clients and transactions. The CPU usage appears to climb over time. This system has been running for several weeks without a restart. If I run "ps ... | gharchive/issue | 2021-02-08T21:53:25 | 2025-04-01T06:37:54.183468 | {
"authors": [
"ope-nz",
"qiaojialin"
],
"repo": "apache/iotdb",
"url": "https://github.com/apache/iotdb/issues/2663",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
950774670 | KAFKA-13116: Fix message_format_change_test and compatibility_test_new_broker_test failures
These failures were caused by a46b82bea9abbd08e5. Details for each test:
message_format_change_test: use IBP 2.8 so that we can write in older message
formats.
compatibility_test_new_broker_test_failures: fix down-conversion ... | gharchive/pull-request | 2021-07-22T15:11:46 | 2025-04-01T06:37:54.197102 | {
"authors": [
"ijuma"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/11108",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1267342788 | KAFKA-13971: Fix atomicity violations caused by improper usage of ConcurrentHashMap - part2
## Problem #1 in DelegatingClassLoader.java
Atomicity violation in example such as:
Consider thread T1 reaches line 228, but before executing context switches to thread T2 which also reaches line 228. Again context switches to... | gharchive/pull-request | 2022-06-10T10:10:08 | 2025-04-01T06:37:54.202103 | {
"authors": [
"divijvaidya",
"ijuma"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/12281",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1460508948 | KAFKA-14260: add synchronized to prefixScan method
As a result of "14260: InMemoryKeyValueStore iterator still throws ConcurrentModificationException", I'm adding synchronized to prefixScan as an alternative to going back to the ConcurrentSkipList.
I've read up on testing multi-threaded behavior and I believe it's be... | gharchive/pull-request | 2022-11-22T20:27:46 | 2025-04-01T06:37:54.206928 | {
"authors": [
"Cerchie",
"ableegoldman"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/12893",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1681193940 | KAFKA-14909: check zkMigrationReady tag before migration
add ZkMigrationReady in apiVersionsResponse
check all nodes if ZkMigrationReady are ready before moving to next migration state
TODO: add more tests
Committer Checklist (excluded from commit message)
[ ] Verify design and implementation
[ ] Verify test cover... | gharchive/pull-request | 2023-04-24T12:45:36 | 2025-04-01T06:37:54.211187 | {
"authors": [
"showuon"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/13631",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2355896530 | KAFKA-16707: Kafka Kraft : using Principal Type in StandardACL in order to defined ACL with a notion of group without rewriting KafkaPrincipal of client by rules
Default StandardAuthorizer in Kraft mode is defining a KafkaPrincpal as type=User and a name, and a special wildcard eventually.
The difficulty with this so... | gharchive/pull-request | 2024-06-16T17:52:49 | 2025-04-01T06:37:54.215742 | {
"authors": [
"handfreezer"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/16361",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2550600816 | MINOR: Cache topic resolution in TopicIds set
Looking up topics in a TopicsImage is relatively slow. Cache the results
in TopicIds to improve assignor performance. In benchmarks, we see a
noticeable improvement in performance in the heterogeneous case.
Before
Benchmark (assignmen... | gharchive/pull-request | 2024-09-26T13:29:59 | 2025-04-01T06:37:54.222215 | {
"authors": [
"dajac",
"mumrah",
"squah-confluent"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/17285",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
208769653 | kafka-4767: KafkaProducer is not joining its IO thread properly
KafkaProducer#close swallows the InterruptedException which might be acceptable when it's invoked from within the main thread or user is extending Thread and therefore controls all the code higher up on the call stack. For other cases, it'd better retsto... | gharchive/pull-request | 2017-02-20T02:29:27 | 2025-04-01T06:37:54.225638 | {
"authors": [
"amethystic",
"ijuma",
"omkreddy"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/2576",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
239626978 | KAFKA-5534: offsetForTimes result should include partitions with no offset
For topics that support timestamp search, if no offset is found for a partition, the partition should still be included in the result with a null offset value. This KafkaConsumer method currently excludes such partitions from the result.
Ref... | gharchive/pull-request | 2017-06-29T22:18:01 | 2025-04-01T06:37:54.235622 | {
"authors": [
"asfgit",
"ijuma",
"vahidhashemian"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/3460",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
315655169 | MINOR: add window store range query in simple benchmark
There are a couple minor additions in this PR:
add a new test for window store, to range query upon receiving each record.
in the non-windowed state store case, add a get call before the put call.
Enable caching by default to be consistent with other Join / Agg... | gharchive/pull-request | 2018-04-18T21:51:39 | 2025-04-01T06:37:54.238252 | {
"authors": [
"guozhangwang"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/4894",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
318500968 | Upgrade ZooKeeper to 3.4.12 and Scala to 2.12.6
ZK 3.4.12 fixes the regression that forced us to go back to
3.4.10. Release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12342040
Scala 2.12.6 fixes the issue that prevented us from upgrading
to 2.12.5.
Committer Checklist (ex... | gharchive/pull-request | 2018-04-27T18:12:10 | 2025-04-01T06:37:54.241020 | {
"authors": [
"ijuma"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/4940",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
131500021 | MINOR: more info in error msg
@guozhangwang
got it.
LGTM
| gharchive/pull-request | 2016-02-04T22:59:42 | 2025-04-01T06:37:54.242016 | {
"authors": [
"ewencp",
"ymatsuda"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/873",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
518024605 | [WIP] KNOX-2095 - Adding in DefaultDispatch code and tests to handle 504 errors
What changes were proposed in this pull request?
Currently, Knox masks all connection errors as 500 errors, when they may be more accurately described using other error codes, especially 504. A change has been made to display a 504 error ... | gharchive/pull-request | 2019-11-05T20:55:59 | 2025-04-01T06:37:54.248169 | {
"authors": [
"jameschen1519",
"risdenk",
"smolnar82"
],
"repo": "apache/knox",
"url": "https://github.com/apache/knox/pull/177",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2109613782 | [WIP][KYUUBI #6031] Add CollectMetricsPrettyDisplayListener
:mag: Description
Issue References 🔗
This pull request fixes #6031
Describe Your Solution 🔧
Types of changes :bookmark:
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking c... | gharchive/pull-request | 2024-01-31T09:04:35 | 2025-04-01T06:37:54.256113 | {
"authors": [
"codecov-commenter",
"ulysses-you",
"wForget"
],
"repo": "apache/kyuubi",
"url": "https://github.com/apache/kyuubi/pull/6035",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1552056991 | Upgrade kotlin and log4j versions
Hello,
It seems that the Log4j version of the Kotlin API is out of date.
On top of that, the Kotlin version hasn't been updated for the past 2 years.
I have did a code analysis scan and found no incompatibles, tests are passing, and everything seems to be working as excepted.
Reasons... | gharchive/pull-request | 2023-01-22T09:35:50 | 2025-04-01T06:37:54.261866 | {
"authors": [
"jvz",
"u-ways"
],
"repo": "apache/logging-log4j-kotlin",
"url": "https://github.com/apache/logging-log4j-kotlin/pull/27",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1925525700 | Make FST BytesStore grow smoothly
Description
Too bad we don't have a writer that uses tiny (like 8 bytes) block at first, but doubles size for each new block (16 bytes, 32 bytes next, etc.). Then we would naturally use log(size) number of blocks without over-allocating.
But then reading bytes is a bit tricky becaus... | gharchive/issue | 2023-10-04T06:53:36 | 2025-04-01T06:37:54.265649 | {
"authors": [
"dungba88",
"gf2121",
"mikemccand"
],
"repo": "apache/lucene",
"url": "https://github.com/apache/lucene/issues/12619",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
106634413 | Add new option "failOnWarning".
This option causes the maven-compiler-plugin to treat warnings as errors
and fail accordingly.
Simply adds "-Werror" to the compiler command line. It may be nice to
add this to the plexus-compiler-api proper but as the sonatype repo only
has tags to 2.4 and the current plugin reference... | gharchive/pull-request | 2015-09-15T20:03:21 | 2025-04-01T06:37:54.279972 | {
"authors": [
"hgschmie",
"michael-o"
],
"repo": "apache/maven-plugins",
"url": "https://github.com/apache/maven-plugins/pull/60",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
498922932 | P-NUCLEO-WB55
Slinky works, SPI/I2C/TIM under test...
@kasjer Could you take a look at this again, I think most review issues were tackled, apart from the int vs unsigned for I2c pins and flash suggestions (FLASH_PAGE_SIZE and removing _ prefix). I am not sure what your suggestion is for the first one, but the issu... | gharchive/pull-request | 2019-09-26T14:28:45 | 2025-04-01T06:37:54.379290 | {
"authors": [
"utzig"
],
"repo": "apache/mynewt-core",
"url": "https://github.com/apache/mynewt-core/pull/2017",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
182301536 | NIFI-2887 NumberFormatException in HL7ExtractAttributes for repeating segments with order control codes
Fixes NIFI-2887 and adds more test cases
+1 LGTM, ran the unit tests and on a full NiFi, verified the NFE is not presented and the flow file is parsed successfully. Merging to master, thanks!
+1 LGTM, ran the u... | gharchive/pull-request | 2016-10-11T15:48:01 | 2025-04-01T06:37:54.385259 | {
"authors": [
"jfrazee",
"mattyb149"
],
"repo": "apache/nifi",
"url": "https://github.com/apache/nifi/pull/1123",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
256451451 | NIFI-4371 - add support for query timeout in Hive processors
Thank you for submitting a contribution to Apache NiFi.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
For all changes:
[x] Is there a JIRA ticket associated with this PR? Is it referenced
i... | gharchive/pull-request | 2017-09-09T16:58:18 | 2025-04-01T06:37:54.395892 | {
"authors": [
"mattyb149",
"pvillard31"
],
"repo": "apache/nifi",
"url": "https://github.com/apache/nifi/pull/2138",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.