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
1419530657
Cannot paste multiple lines into the example program. Highlight and copy the 10 lines below: This is line 1. This is line 2. This is line 3. This is line 4. This is line 5. This is line 6. This is line 7. This is line 8. This is line 9. This is line 10. Now run the example program and paste these10 lines into it. T...
gharchive/issue
2022-10-22T22:20:58
2025-04-01T06:37:51.445479
{ "authors": [ "culler" ], "repo": "antirez/linenoise", "url": "https://github.com/antirez/linenoise/issues/208", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
2435069227
Labels in argument lists When formatting a label in an argument list, the label is attached to the comma following the previous argument or open brace, e.g., #set heading(numbering: "1.") = Heading <label> #ref( <label> , ) Instead, I would expect labels to be treated like other values in argument lists: #set he...
gharchive/issue
2024-07-29T10:41:35
2025-04-01T06:37:51.461373
{ "authors": [ "antonWetzel", "m-haug" ], "repo": "antonWetzel/prettypst", "url": "https://github.com/antonWetzel/prettypst/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
859206493
Analyse --mode reads error- missing script Hello, I am able to run haystac analyse --mode abundances, but haystac analyse --mode reads fails. I've included the snakemake log. My goal is to recover the reads that are being assigned to each category, i.e. dark and grey matter, but it looks like this code may have been ...
gharchive/issue
2021-04-15T20:00:46
2025-04-01T06:37:51.472877
{ "authors": [ "Pkaps25", "antonisdim" ], "repo": "antonisdim/haystac", "url": "https://github.com/antonisdim/haystac/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1370450064
Creative Development Quiz using app lab in code.org: https://studio.code.org/projects/applab/jau_YPo5u3K2kjagwJ9Ow50YORprzrWIiwIWRQOfrSw Quiz plan post on my fast page: https://antonyrc6.github.io/Antony-s-fast-page/markdown/2022/09/11/quiz-plan.html I bet Anthony deserves a 2.8. His quiz is completely organized. H...
gharchive/issue
2022-09-12T20:01:16
2025-04-01T06:37:51.478751
{ "authors": [ "antonyrc6", "bushku" ], "repo": "antonyrc6/Antony-s-fast-page", "url": "https://github.com/antonyrc6/Antony-s-fast-page/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2425813524
Add logs for the kind tests in jenkins Closes: #6538 To prevent log files from piling up and consuming too much storage, you can implement a cleanup strategy. This can be done by periodically deleting old log files or by keeping only a limited number of the most recent log files. To prevent log files from piling...
gharchive/pull-request
2024-07-23T18:08:54
2025-04-01T06:37:51.482699
{ "authors": [ "KMAnju-2021", "XinShuYang", "antoninbas", "rajnkamr" ], "repo": "antrea-io/antrea", "url": "https://github.com/antrea-io/antrea/pull/6543", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1163139680
Obj file parser Do we actually even really need our own file format? Is there any additional information we put inside the *.csl files, or could we theoretically just write an *.obj parser and not have to use a custom blender plugin? Yes we really do need our own file format. .obj is a generic format that support...
gharchive/issue
2022-03-08T21:20:18
2025-04-01T06:37:51.490397
{ "authors": [ "antsouchlos", "philsegeler" ], "repo": "antsouchlos/OxygenEngine2", "url": "https://github.com/antsouchlos/OxygenEngine2/issues/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1226479950
ScrollBar 横向滚动到最后 [ ] I have searched the issues of this repository and believe that this is not a duplicate. What problem does this feature solve? ScrollBar 横向滚动无法初始化的时候滚动到最后。 What does the proposed API look like? boolean 开启是否滚动到最后 可以用 4.x, 设置下 range 就可以了 https://f2.antv.vision/zh/examples/line/line#pan <Scro...
gharchive/issue
2022-05-05T10:18:12
2025-04-01T06:37:51.496065
{ "authors": [ "xienas", "zengyue" ], "repo": "antvis/F2", "url": "https://github.com/antvis/F2/issues/1464", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2661497876
「wip」feat(transform): add exponential smoothing data transform methods Checklist [ ] npm test passes [ ] benchmarks are included [ ] commit message follows commit guidelines [ ] documents are updated Description of change add exponential smoothing data transform methods 这个算法有来源出处吗?以及使用场景? 这个算法有来源出处吗?以及使用场景...
gharchive/pull-request
2024-11-15T10:07:27
2025-04-01T06:37:51.499276
{ "authors": [ "hustcc", "lulusir" ], "repo": "antvis/G2", "url": "https://github.com/antvis/G2/pull/6522", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
731349140
当渲染的shape为图片的时候,一直在请求拿图片数据。特别消耗浏览器性能 G6 Version: 3.2.3 Platform: Chrome86.0.4240.111(正式版本) (x86_64) Mini Showcase(like screenshots): CodePen Link: https://codepen.io/fred_zhao/pen/abZExEx 做Promise处理是为了可以处理图片异常然后给到图片的默认值 应该是异常图片在渲染引擎内部没有处理。目前在给到 G6 图片之前,先检查一下异常图片吧 应该是异常图片在渲染引擎内部没有处理。目前在给到 G6 图片之前,...
gharchive/issue
2020-10-28T11:17:14
2025-04-01T06:37:51.511903
{ "authors": [ "Yanyan-Wang", "wustzhaohui" ], "repo": "antvis/G6", "url": "https://github.com/antvis/G6/issues/2242", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
808739329
Smooth animation for data updates [x] I have searched the issues of this repository and believe that this is not a duplicate. What problem does this feature solve? Is there a possibility to make a smooth transition between data updates in graph so that there is no "hard cut" but instead an animation? This would mak...
gharchive/issue
2021-02-15T18:20:08
2025-04-01T06:37:51.514224
{ "authors": [ "konstantinjdobler" ], "repo": "antvis/G6", "url": "https://github.com/antvis/G6/issues/2657", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
940578848
增加 非鼠标事件触发节点或边 tooltip 的api , [ ] I have searched the issues of this repository and believe that this is not a duplicate. What problem does this feature solve? 例如我在图之外给某个节点/边添加属性后, 在没有鼠标事件,需要用户在图上以tooltip 的形式感知一下, What does the proposed API look like? 例如 graph.tooltipFoucs(node/nodeId, offset, ) 这个内置 tooltip 不会考虑...
gharchive/issue
2021-07-09T09:14:15
2025-04-01T06:37:51.516192
{ "authors": [ "Yanyan-Wang", "unicode6674" ], "repo": "antvis/G6", "url": "https://github.com/antvis/G6/issues/3031", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2035864721
G6 5.0.0-beta.27版本tooltip使用预定义DOM元素无法正常显示 问题描述 G6 5.0.0-beta.27版本tooltip的getContent回调函数使用预定义的DOM元素作为返回值,导致tooltip无法正常显示,tooltip直接把图的画布给挤占了,而G6 4.8.23版本tooltip可以在正确的节点/边的位置上显示预定义的DOM元素,下面的图是不同版本下鼠标悬浮在节点上tooltip的显示情况: 5.0.0-beta.27版: 4.8.23版: 重现链接 5.0.0-beta.27版复现链接: https://codesandbox.io/p/sandbox/stupefied-feather...
gharchive/issue
2023-12-11T14:55:32
2025-04-01T06:37:51.521735
{ "authors": [ "l-besiege-l", "uhobnil" ], "repo": "antvis/G6", "url": "https://github.com/antvis/G6/issues/5251", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2112000553
为什么我使用g6的元素实例方法item.hide()就正常,item.changeVisibility()就报错呢?? 问题描述 为什么我使用g6的元素实例方法item.hide()就正常,item.changeVisibility()就报错呢?? 重现链接 . 重现步骤 . 预期行为 . 平台 操作系统: [macOS, Windows, Linux, React Native ...] 网页浏览器: [Google Chrome, Safari, Firefox] G6 版本: [4.5.1 ... ] 屏幕截图或视频(可选) 补充说明(可选) No response 从你的代码看,buttons和but...
gharchive/issue
2024-02-01T09:27:44
2025-04-01T06:37:51.527117
{ "authors": [ "Fzt1120", "ravengao" ], "repo": "antvis/G6", "url": "https://github.com/antvis/G6/issues/5409", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2608148400
🐛 大数据性能表现栈溢出 Maximum call stack size exceeded 🏷 Version Package Version @antv/s2 @antv/s2-v2.0.0-next.27 @antv/s2-react @antv/s2-vue Sheet Type [ ] PivotSheet [x] TableSheet [ ] GridAnalysisSheet [ ] StrategySheet [ ] EditableSheet 🖋 Description 官网“100w条数据性能表现-明细表” 示例,下滑过程中栈溢出,不到 1w条数据稳...
gharchive/issue
2024-10-23T10:50:51
2025-04-01T06:37:51.535738
{ "authors": [ "liangyuqi", "lijinke666" ], "repo": "antvis/S2", "url": "https://github.com/antvis/S2/issues/2938", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2616046791
Notification page added #3861 New Notification Page added Fixes: #3861 Description New Notification page is added. That page will make very easy to navigate notifications , the page sort the notifications into 4 categories that is All, Unread, Read, Archived. that interface easy to use as well as to understand. #3861...
gharchive/pull-request
2024-10-26T18:17:50
2025-04-01T06:37:51.550383
{ "authors": [ "Pratikpawar13", "abhi03ruchi", "sailaja-adapa" ], "repo": "anuragverma108/SwapReads", "url": "https://github.com/anuragverma108/SwapReads/pull/4062", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
381708384
Managed::with operator closes resource to early Need to pass both the current instance and the transforming function down the chain rather than calling map. To replicate assert the session is still open in HibernateTest (in 10.0.3 this will fail) @Test public void hibernate(){ Try<String, Throwable> res ...
gharchive/issue
2018-11-16T18:18:32
2025-04-01T06:37:51.580437
{ "authors": [ "johnmcclean" ], "repo": "aol/cyclops", "url": "https://github.com/aol/cyclops/issues/948", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1708444792
fixing scrolling issue mentioned in Issue #142 I approached the safer solution: Made a border around the window screen to make it obvious that it's a screen There were many solutions I could think of, but I approached the safest solution that taking into consideration the future development of that feature, I sim...
gharchive/pull-request
2023-05-13T05:35:57
2025-04-01T06:37:51.585883
{ "authors": [ "Mghrabi" ], "repo": "apache/age-viewer", "url": "https://github.com/apache/age-viewer/pull/143", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
342782337
AMBARI-24316 Inconsistent Ambari warnings How was this patch tested? 21825 passing (31s) 48 pending retest this please Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ambari-Github-PullRequest-Builder/3190/ Test PASSed.
gharchive/pull-request
2018-07-19T15:36:46
2025-04-01T06:37:51.641819
{ "authors": [ "asfgit", "atkach" ], "repo": "apache/ambari", "url": "https://github.com/apache/ambari/pull/1813", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1317756878
proposal: need an interface or function to translate old resource objects backgroup At present, for ApisixRoute Ingress ... resource update, we use the TranslateUpstream method to translate old objects. This method requires parsing the latest services to build objects, resulting in data inconsistency. Due to the wron...
gharchive/issue
2022-07-26T06:24:14
2025-04-01T06:37:51.679076
{ "authors": [ "AlinsRan", "tao12345666333" ], "repo": "apache/apisix-ingress-controller", "url": "https://github.com/apache/apisix-ingress-controller/issues/1186", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
893529927
docs: fix APISIX helm installation This change was introduced from https://github.com/apache/apisix-helm-chart/pull/74 Signed-off-by: Jintao Zhang zhangjintao9020@gmail.com Please answer these questions before submitting a pull request Why submit this pull request? [x] Bugfix [ ] New feature provided [ ] Impr...
gharchive/pull-request
2021-05-17T17:03:49
2025-04-01T06:37:51.691374
{ "authors": [ "codecov-commenter", "tao12345666333" ], "repo": "apache/apisix-ingress-controller", "url": "https://github.com/apache/apisix-ingress-controller/pull/459", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
787468217
chore: Fix incorrect lilnks Signed-off-by: imjoey majunjiev@gmail.com Changes: Fix the broken the links for Contributor Guide and Committer Guide in team.md Add missing link in committer-guide.md ping @juzhiyuan @liuxiran @nic-chen for reviewing. Thanks. ping @juzhiyuan @liuxiran @nic-chen for reviewing. Thanks...
gharchive/pull-request
2021-01-16T13:38:32
2025-04-01T06:37:51.694222
{ "authors": [ "imjoey" ], "repo": "apache/apisix-website", "url": "https://github.com/apache/apisix-website/pull/144", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2488951572
dev/release: publish adbc_core crate on https://crates.io What would you like help with? Would it please be possible to publish the latest release of adbc_core on https://crates.io? [ ] Update release docs [ ] Update release scripts [ ] Check if we can do a prerelease [ ] Update verification script CC: @alexandreyc...
gharchive/issue
2024-08-27T10:38:36
2025-04-01T06:37:51.724991
{ "authors": [ "alexandreyc", "lidavidm", "rz-vastdata" ], "repo": "apache/arrow-adbc", "url": "https://github.com/apache/arrow-adbc/issues/2104", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2057083996
Cannot find the fields when making an aggregation on parquet file. Describe the bug Hey there. It seems that datafusion cannot recognize the field name existence when making an aggregation on a parquet file. The code fail to run with following error: Error: SchemaError(FieldNotFound { field: Column { relation: None,...
gharchive/issue
2023-12-27T08:38:31
2025-04-01T06:37:51.729766
{ "authors": [ "VungleTienan", "marvinlanhenke" ], "repo": "apache/arrow-datafusion", "url": "https://github.com/apache/arrow-datafusion/issues/8660", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2022658411
Update custom-table-providers.md Fixes a typo in the documentation. Thanks @nickpoorman
gharchive/pull-request
2023-12-03T18:31:01
2025-04-01T06:37:51.731041
{ "authors": [ "Dandandan", "nickpoorman" ], "repo": "apache/arrow-datafusion", "url": "https://github.com/apache/arrow-datafusion/pull/8409", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
867662415
Array sum result is wrong with remainder fields when simd is on Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11051 Minimal example {quote}use arrow::{array::PrimitiveArray, datatypes::Int64Type}; fn main() {     let mut s = vec![];     for _ in 0..32              {         s.push(Som...
gharchive/issue
2021-04-26T12:43:45
2025-04-01T06:37:51.736104
{ "authors": [ "alamb" ], "repo": "apache/arrow-rs", "url": "https://github.com/apache/arrow-rs/issues/161", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2539221667
Add a method to return the number of skipped rows in a RowSelection Is your feature request related to a problem or challenge? Please describe what you are trying to do. RowSelection has a row_count method that returns the number of selected rows, but is missing a way to count the number of de-selected rows without i...
gharchive/issue
2024-09-20T16:39:43
2025-04-01T06:37:51.739760
{ "authors": [ "alamb", "progval" ], "repo": "apache/arrow-rs", "url": "https://github.com/apache/arrow-rs/issues/6428", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2454071672
fix: Correctly handle take on dense union of a single selected type Which issue does this PR close? Closes #6206. What changes are included in this PR? At #5873, I naively called filter_primitive instead of filter to avoid arcing and downcasting, but this bypass the check for when all values match the predicate, whic...
gharchive/pull-request
2024-08-07T18:24:39
2025-04-01T06:37:51.742762
{ "authors": [ "alamb", "gstvg" ], "repo": "apache/arrow-rs", "url": "https://github.com/apache/arrow-rs/pull/6209", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1669520000
write_dataset freezes Describe the bug, including details regarding any error messages, version, and platform. An otherwise perfectly functioning arrow dataset does not finish the command write_dataset when passing on a hive structure, and I have to interrupt R. Looking at the folder structure, it seems to be writing...
gharchive/issue
2023-04-15T18:15:30
2025-04-01T06:37:51.747682
{ "authors": [ "joshbode", "sometimesabird", "westonpace" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/issues/35156", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2609115906
Pyarrow.Table.join() breaks on large tables v.18.0.0.dev486 Describe the bug, including details regarding any error messages, version, and platform. Hi, In my task I need to join two tables. One of 18m rows and another of 487m rows. t_18m.join(t_487m, keys=[''col1, 'col2', 'col3'], join_type="left outer") I was usin...
gharchive/issue
2024-10-23T15:59:43
2025-04-01T06:37:51.775546
{ "authors": [ "kolfild26", "zanmato1984" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/issues/44513", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1992182622
GH-38699: [C++][FS][Azure] Implement CreateDir() Rationale for this change It seems that we can't create a directory explicitly without hierarchical namespace support. It seems that Azure Blob Storage supports only virtual directory. There is no directory. If a file (blob) name has "/", it's treated that the file (bl...
gharchive/pull-request
2023-11-14T07:55:57
2025-04-01T06:37:51.789818
{ "authors": [ "Tom-Newton", "kou" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/38708", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2072664306
GH-39537: [Packaging][Python] Add a numpy<2 pin to the install requirements for the 15.x release branch Rationale for this change PyArrow wheels for the 15.0.0 release will not be compatible with future numpy 2.0 packages, therefore it is recommended to add this upper pin now for releases. We will keep the more flexi...
gharchive/pull-request
2024-01-09T15:56:58
2025-04-01T06:37:51.793298
{ "authors": [ "jorisvandenbossche", "raulcd" ], "repo": "apache/arrow", "url": "https://github.com/apache/arrow/pull/39538", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1283581668
What is the version of beam-runners-flink-1.11 which support JDK 17 What needs to happen? Need to know version of beam-runners-flink-1.11 which support JDK 17 Issue Priority Priority: 1 Issue Component Component: beam-community Like #22041, please ask on user@beam.apache.org.
gharchive/issue
2022-06-24T10:34:33
2025-04-01T06:37:51.802239
{ "authors": [ "chiransiriwardhana", "manuzhang" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/issues/22040", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2174715374
[Failing Test]: PostCommit Java SingleStoreIO IT failing What happened? Since Jan 31, 2024 Fails Install Singlestore cluster Run kubectl apply -f /runner/_work/beam/beam/.test-infra/kubernetes/singlestore/sdb-cluster.yaml memsqlcluster.memsql.com/sdb-cluster created error: timed out waiting for the condition on memsq...
gharchive/issue
2024-03-07T20:20:00
2025-04-01T06:37:51.809636
{ "authors": [ "Abacn", "AdalbertMemSQL" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/issues/30564", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2633874265
[Task]: Improve Enrichment docs What needs to happen? There are a few targeted fixes needed for the Enrichment docs: https://beam.apache.org/documentation/transforms/python/elementwise/enrichment/ should mention BigQuery https://beam.apache.org/documentation/transforms/python/elementwise/enrichment/ should describe ...
gharchive/issue
2024-11-04T21:22:45
2025-04-01T06:37:51.817490
{ "authors": [ "damccorm" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/issues/33012", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
590715267
[BEAM-9641] Support ZetaSQL DATE type as a Beam LogicalType This PR adds support of all ZetaSQL (BigQuery Standard SQL) DATE functions to BeamSQL: CURRENT_DATE EXTRACT DATE (constructing DATE from DATETIME not supported) DATE_ADD DATE_SUB DATE_DIFF DATE_TRUNC FORMAT_DATE PARSE_DATE UNIX_DATE DATE_FROM_UNIX_DATE WE...
gharchive/pull-request
2020-03-31T01:30:19
2025-04-01T06:37:51.855415
{ "authors": [ "TheNeuralBit", "apilloud", "robinyqiu" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/11272", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
664949338
[BEAM-10572] Eliminate nullability errors from :sdks:java:extensions:sql:datacatalog Fixing the nullability issues for sub-module sdks:java:extensions:sql:datacatalog Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: [x] Choose reviewer(s) and mentio...
gharchive/pull-request
2020-07-24T06:32:54
2025-04-01T06:37:51.899921
{ "authors": [ "aromanenko-dev", "ibzib", "jayendra13", "kennknowles", "tysonjh" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/12366", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
781554351
Remove redundant or inappropriate pieces of the capability matrix Each commit is an independent change that removes something that should not be in the capability matrix: runners that are on branches and not released features that are not designed and may even require inventing new things, or may be impossible redun...
gharchive/pull-request
2021-01-07T19:30:21
2025-04-01T06:37:51.937759
{ "authors": [ "TheNeuralBit", "kennknowles" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/13694", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1390027142
Add documentation link to the interactive environment Part of a documentation audit to add relevant gcloud docs links. Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: [ ] Choose reviewer(s) and mention them in a comment (R: @username). [ ] Mention ...
gharchive/pull-request
2022-09-28T22:47:49
2025-04-01T06:37:51.945543
{ "authors": [ "rohdesamuel" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/23409", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1411749349
[Playground] Examples CD Examples CD optimization Main feature comparing to the old workflow is running the examples on production backend. This ensures that examples really work after deployment, and saves resources on building a temporary runner Introduce BEAM_USE_WEBGRPC variable in grpc_client.py. It enables WEB...
gharchive/pull-request
2022-10-17T15:05:57
2025-04-01T06:37:51.955345
{ "authors": [ "eantyshev", "olehborysevych" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/23664", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2049051281
Build and publish multi-arch wheels separately from main wheels Right now, building wheels is failing because it tries to upload an artifact for the multi-arch wheels with the same name as the regular wheels. Previously this worked silently and one was dropped. This fixes that issue by appending -aarch64 to the multi...
gharchive/pull-request
2023-12-19T16:49:48
2025-04-01T06:37:51.963279
{ "authors": [ "damccorm" ], "repo": "apache/beam", "url": "https://github.com/apache/beam/pull/29821", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2345473725
BIGTOP-4126. Remove obsolete test resources for Hue. https://issues.apache.org/jira/browse/BIGTOP-4126 Obsolete test resources for Hue causes completion error. This causes issue on mvn deploy in the release process. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO...
gharchive/pull-request
2024-06-11T06:05:34
2025-04-01T06:37:51.966283
{ "authors": [ "iwasakims", "sekikn" ], "repo": "apache/bigtop", "url": "https://github.com/apache/bigtop/pull/1280", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
800762691
Move source cache to proto based service See original issue on GitLab In GitLab by [Gitlab user @raoul].hidalgocharman on May 29, 2019, 13:48 Background The source cache should move towards using a protocol buffer based format similar to new artifact service architecture (overall plan described in #909). The referenc...
gharchive/issue
2021-02-03T22:48:12
2025-04-01T06:37:52.037348
{ "authors": [ "BuildStream-Migration-Bot" ], "repo": "apache/buildstream", "url": "https://github.com/apache/buildstream/issues/1038", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
800801003
Add API for composing lists in yaml nodes See original issue on GitLab In GitLab by [Gitlab user @tlater] on Jul 3, 2019, 11:14 Background As part of #1061 we need to perform composition between lists like so: # bar.bst kind: autotools dependencies: (>): - foo-lib.bst # project.conf elements: autotools: ...
gharchive/issue
2021-02-03T23:54:26
2025-04-01T06:37:52.045863
{ "authors": [ "BuildStream-Migration-Bot" ], "repo": "apache/buildstream", "url": "https://github.com/apache/buildstream/issues/1062", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
777202019
Checkout needs sandbox even when run with --no--intergration See original issue on GitLab In GitLab by [Gitlab user @willsalmon] on Jul 7, 2020, 11:27 Summary Checkout needs sandbox even when run with --no--intergration This means that if a project was built in CI on a different arch or with RE and the RE bots are bu...
gharchive/issue
2021-01-01T05:18:57
2025-04-01T06:37:52.059776
{ "authors": [ "BuildStream-Migration-Bot" ], "repo": "apache/buildstream", "url": "https://github.com/apache/buildstream/issues/1351", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1063769227
removed deprecated version of copy to clipboard method to clipboard.w… …riteText Thanks for the copyToClipboard refactoring. Could you please remove changes in render() method from PR. They make code cleaner but they are not related to the PR (removed deprecated version of copy to clipboard method). It is better to...
gharchive/pull-request
2021-11-25T16:22:44
2025-04-01T06:37:52.067836
{ "authors": [ "httpsOmkar", "mgubaidullin" ], "repo": "apache/camel-karavan", "url": "https://github.com/apache/camel-karavan/pull/129", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
726843647
Camel Avro RPC component native support This one is for camel-avro-rpc component. We already have the avro dataformat in native https://github.com/apache/camel-quarkus/issues/782 Please, assign to me.
gharchive/issue
2020-10-21T20:33:29
2025-04-01T06:37:52.069261
{ "authors": [ "JiriOndrusek", "ppalaga" ], "repo": "apache/camel-quarkus", "url": "https://github.com/apache/camel-quarkus/issues/1941", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1838100706
(chores) camel-optaplanner: reduce the time spent trying to solve the problems Signed-off-by: Otavio R. Piske angusyoung@gmail.com Before: Total time: 14:04 min After: Total time: 01:14 min
gharchive/pull-request
2023-08-06T08:02:36
2025-04-01T06:37:52.070487
{ "authors": [ "orpiske" ], "repo": "apache/camel", "url": "https://github.com/apache/camel/pull/11012", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
240187817
[CARBONDATA-1259] CompareTest improvement changes: check query result details, report error if result is not the same add support for comparison with ORC file add decimal data type Build Success with Spark 1.6, Please check CI http://144.76.159.231:8080/job/ApacheCarbonPRBuilder/294/ Build Failed with Spark 2....
gharchive/pull-request
2017-07-03T14:22:55
2025-04-01T06:37:52.076687
{ "authors": [ "CarbonDataQA", "chenliang613", "jackylk" ], "repo": "apache/carbondata", "url": "https://github.com/apache/carbondata/pull/1129", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
283167863
[CARBONDATA-1903] Fix code issues in carbondata Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: [x] Any interfaces changed? No [x] Any backward compatibility impacted? No [x] Document update required? No [x] Testing done Please provide details on - Whe...
gharchive/pull-request
2017-12-19T10:01:28
2025-04-01T06:37:52.109662
{ "authors": [ "CarbonDataQA", "ravipesala", "xuchuanyin" ], "repo": "apache/carbondata", "url": "https://github.com/apache/carbondata/pull/1678", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
320571195
[CARBONDATA-2440] doc updated to set the property for SDK user [x] Any interfaces changed? NO [x] Any backward compatibility impacted? No [x] Document update required? ==> Yes [x] Testing done ==> All UT and SDV succes report is enough. [x] For large changes, please consider breaking it into sub-tasks unde...
gharchive/pull-request
2018-05-06T07:51:06
2025-04-01T06:37:52.128057
{ "authors": [ "CarbonDataQA", "rahulforallp", "ravipesala", "sgururajshetty", "xubo245" ], "repo": "apache/carbondata", "url": "https://github.com/apache/carbondata/pull/2274", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
127687962
CLIMATE-379 - Allows dataset customisation This patch allows the user to customise the name of the local dataset that is being uploaded in the web-app. Can one of the admins verify this patch? hey @lewismc @MJJoyce, please have a look at this patch. I am +1, any comments @MJJoyce ? :+1: Please commit @Omkar...
gharchive/pull-request
2016-01-20T13:57:59
2025-04-01T06:37:52.146927
{ "authors": [ "MJJoyce", "OCWJenkins", "Omkar20895", "lewismc" ], "repo": "apache/climate", "url": "https://github.com/apache/climate/pull/276", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
731333422
packaging: enforce new min. CloudStack version 4.15 starting GA/1.0 There are many changes, including API changes in upstream master/4.15 which makes it challenging to maintain backward compability of Primate with older versions of CloudStack. Therefore we need to ensure that the rpm and deb Primate pkgs require Clou...
gharchive/pull-request
2020-10-28T10:55:38
2025-04-01T06:37:52.157650
{ "authors": [ "blueorangutan", "rhtyd" ], "repo": "apache/cloudstack-primate", "url": "https://github.com/apache/cloudstack-primate/pull/841", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
463346204
Misuses of cryptographic APIs Hi The following lines have cryptographic API misuses. File name => utils/src/main/java/com/cloud/utils/ssh/SSHKeysHelper.java: Line number => 75: API name => MessageDigest: File name => utils/src/main/java/com/cloud/utils/nio/Link.java: Line number => 371: API name => KeyStore:Second p...
gharchive/issue
2019-07-02T17:20:43
2025-04-01T06:37:52.167024
{ "authors": [ "DaanHoogland", "mhp0rtal" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/issues/3459", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1211758533
Place VM's on the same network as the CloudStack-management server ISSUE TYPE Other COMPONENT NAME UI, IP CLOUDSTACK VERSION 4.16.0.0 SUMMARY I am trying to find a method of placing newly deployed VM's on the same network as my management server, but so far it only allows me to create guest VM's behind a NAT w...
gharchive/issue
2022-04-22T03:07:09
2025-04-01T06:37:52.173459
{ "authors": [ "CKrieger2020", "DaanHoogland", "nxsbi", "rohityadavcloud" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/issues/6298", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1575078517
Issue while setting up CloudStack Advance Zone with security group ISSUE TYPE Bug Report COMPONENT NAME Advanced Zone with Security Groups setup CLOUDSTACK VERSION 4.17.2 CONFIGURATION Zone: IPV4 DNS: 8.8.8.8 Internal DNS: 10.4.1.1 Pysical Network 1: Management Traffic: cloudbr0 Guest Traffic: clo...
gharchive/issue
2023-02-07T21:53:57
2025-04-01T06:37:52.189814
{ "authors": [ "Atiqul-Islam", "DaanHoogland", "Pearl1594", "weizhouapache" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/issues/7178", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2161994075
[UI] Storage menu not showing even with API permissions ISSUE TYPE Bug Report COMPONENT NAME UI CLOUDSTACK VERSION Main SUMMARY As reported in https://github.com/apache/cloudstack/pull/8713#issuecomment-1969866705, the Storage submenu in the sidebar is not displayed to users when they do not have permission to th...
gharchive/issue
2024-02-29T19:53:45
2025-04-01T06:37:52.196677
{ "authors": [ "BryanMLima", "DaanHoogland", "winterhazel" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/issues/8730", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
164447805
Allow CGN (RFC6598) to be used within a VPC Add the CGN network to the list of allowed netblocks for guest networks. Additionally convert the previous strings to a list to allow easier modification/expansion in the future if needed. Tested in a 4.8 lab. Verified as per screen shots that all...
gharchive/pull-request
2016-07-08T02:32:52
2025-04-01T06:37:52.318340
{ "authors": [ "DaanHoogland", "blueorangutan", "jburwell", "karuturi", "kiwiflyer", "koushik-das", "leprechau", "rhtyd", "rossor" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/pull/1606", "license": "Apache-2.0", "license_type": "permissive...
221792509
CLOUDSTACK-7958: Add configuration for limit to CIDRs for Admin API calls The global setting 'management.admin.cidr' is set to 0.0.0.0/0,::/0 by default preserve the current behavior and thus allow API calls for Admin accounts from all IPv4 and IPv6 subnets. Users can set it to a comma-separated list of IPv4/IPv6 sub...
gharchive/pull-request
2017-04-14T11:27:52
2025-04-01T06:37:52.372583
{ "authors": [ "blueorangutan", "borisstoyanov", "cloudmonger", "ravening", "remibergsma", "rhtyd", "ustcweizhou", "weizhouapache", "wido" ], "repo": "apache/cloudstack", "url": "https://github.com/apache/cloudstack/pull/2046", "license": "Apache-2.0", "license_type": "pe...
378843692
COLLECTIONS-701 SetUniqueList.add() crashes due to infinite recursion… … when it receives itself Hi @drajakumar , I'm not sure this patch makes sense. Take a look at org.apache.commons.collections4.list.Collections701Test: For ArrayList and HashSet, adding a collection to itself is fine. In this patch, the argument...
gharchive/pull-request
2018-11-08T17:39:40
2025-04-01T06:37:52.377609
{ "authors": [ "drajakumar", "garydgregory" ], "repo": "apache/commons-collections", "url": "https://github.com/apache/commons-collections/pull/57", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
184626396
LANG-1258: Add ArrayUtils#toStringArray(Object[]) method patch supplied by IG Coverage increased (+0.04%) to 93.581% when pulling bfc8805ac898cb4d7a8ca45ab1d5106bc2b63342 on PascalSchumacher:ArrayUtils#toStringArray into 91d6bd74fa358fdc8d7cb7681c76c509fd9a8e7d on apache:master. Coverage increased (+0.04%) to 9...
gharchive/pull-request
2016-10-22T11:58:46
2025-04-01T06:37:52.390974
{ "authors": [ "PascalSchumacher", "Xaerxess", "coveralls", "kinow" ], "repo": "apache/commons-lang", "url": "https://github.com/apache/commons-lang/pull/199", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
370416045
WKWebview Won't Load I receive the following error when I have wk webview installed: Failed to load resource: file:///var/containers/Bundle/Application/39F29CF9-4A2F-4A20-A296-0CAE487974B3/my.app/www/plugins/cordova-plugin-wkwebview-engine/src/www/ios/ios-wkwebview.js The requested URL was not found on this server. F...
gharchive/issue
2018-10-16T02:39:15
2025-04-01T06:37:52.425978
{ "authors": [ "adadgio", "albertleao", "breautek" ], "repo": "apache/cordova-plugin-wkwebview-engine", "url": "https://github.com/apache/cordova-plugin-wkwebview-engine/issues/60", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
996464124
Microsoft Surface hybrid touch events Bug Report Problem Touch events are not fired correctly What is expected to happen? Moving camera in webgl using touch on screen What does actually happen? Not any touch events are fired, only mouse and mouse down, few mouse move then nothing, no mouse up. If I touch without movi...
gharchive/issue
2021-09-14T21:40:25
2025-04-01T06:37:52.430336
{ "authors": [ "corentin-begne", "timbru31" ], "repo": "apache/cordova-windows", "url": "https://github.com/apache/cordova-windows/issues/394", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
98413689
Call CouchDB's CSRF validation COUCHDB-2762 +1
gharchive/pull-request
2015-07-31T15:30:24
2025-04-01T06:37:52.431186
{ "authors": [ "kxepal", "rnewson" ], "repo": "apache/couchdb-chttpd", "url": "https://github.com/apache/couchdb-chttpd/pull/52", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
461026797
Changes feed with selector filter doesnt show deleted docs Description Deleted documents are not included in the changes feed when filtering with _selector. It does work while filtering by doc_ids, which is not applicable in my scenario. Steps to Reproduce # Create document curl -H 'Content-Type: application/json' -X...
gharchive/issue
2019-06-26T15:04:39
2025-04-01T06:37:52.440773
{ "authors": [ "modul", "rnewson", "wohali" ], "repo": "apache/couchdb", "url": "https://github.com/apache/couchdb/issues/2061", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
243818280
Remove get_details replicator job gen_server call This was used from a test only and it wasn't reliable. Because of replicator job delays initialization the State would be either #rep_state{} or #rep. If replication job hasn't finished initializing, then state would be #rep{} and a call like get_details which matches...
gharchive/pull-request
2017-07-18T19:01:43
2025-04-01T06:37:52.443162
{ "authors": [ "iilyak", "nickva" ], "repo": "apache/couchdb", "url": "https://github.com/apache/couchdb/pull/694", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2493152583
Implement native parsing of CSV files What is the problem the feature request solves? We can probably accelerate reading of CSV files by continuing to use JVM Spark to read bytes from disk but then parse the CSV in native code. Describe the potential solution No response Additional context No response Hello. I woul...
gharchive/issue
2024-08-28T23:43:27
2025-04-01T06:37:52.444916
{ "authors": [ "andygrove", "psvri" ], "repo": "apache/datafusion-comet", "url": "https://github.com/apache/datafusion-comet/issues/882", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2303436574
Using Expr::field panics Describe the bug After https://github.com/apache/datafusion/pull/10375 merged Expr::field now panics if you use it (as we did in influxdb) DataFusion panics when you try to execute it To Reproduce Try to evaluate an expression like col("props").field("a") Here is a full reproducer in the sql_...
gharchive/issue
2024-05-17T19:32:52
2025-04-01T06:37:52.449539
{ "authors": [ "alamb", "jayzhan211" ], "repo": "apache/datafusion", "url": "https://github.com/apache/datafusion/issues/10565", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1215501455
[Bug] [Next-UI][V1.0.0-Beta] Local log file cache is not cleared Search before asking [X] I had searched in the issues and found no similar issues. What happened View the first component log, when viewing the second component log, it is displayed as the first component log What you expected to happen View the firs...
gharchive/issue
2022-04-26T07:08:02
2025-04-01T06:37:52.453684
{ "authors": [ "XuXuClassMate", "labbomb" ], "repo": "apache/dolphinscheduler", "url": "https://github.com/apache/dolphinscheduler/issues/9780", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2021842446
[Feature-15260][dolphinscheduler-datasource-hana] add hana related dependencies Purpose of the pull request Brief change log Verify this pull request This pull request is code cleanup without any test coverage. (or) This pull request is already covered by existing tests, such as (please describe tests). (or) Thi...
gharchive/pull-request
2023-12-02T03:59:12
2025-04-01T06:37:52.466567
{ "authors": [ "codecov-commenter", "davidzollo", "fuchanghai", "xujiaqiang" ], "repo": "apache/dolphinscheduler", "url": "https://github.com/apache/dolphinscheduler/pull/15260", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1352043753
[Feature] Mysql subtable with binlog model merge one table Search before asking [X] I had searched in the issues and found no similar issues. Description I want to megre Mysql subtable into one table and can update by unique key Use case No response Related issues No response Are you willing to submit PR? [ ] Yes ...
gharchive/issue
2022-08-26T09:59:58
2025-04-01T06:37:52.470088
{ "authors": [ "GDragon97", "stalary" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/issues/12110", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1528711666
Enhancement delete skiplist for duplicate table in memtable Proposed changes delete skiplist for dup table when data load. Problem summary when load data, data will be insert into skiplist in memtable, for each row skiplist need to Find and Sort, which time cost is O(log(n)), I don't think it's a good way. There are ...
gharchive/pull-request
2023-01-11T09:33:37
2025-04-01T06:37:52.474279
{ "authors": [ "hello-stephen", "zbtzbtzbt" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/15824", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1572616887
Chore make compile option work on C objects && some refactor of cmakelists Proposed changes make compile option work on C objects && some refactor of cmakelists Problem summary Describe your changes. Checklist(Required) Does it affect the original behavior: [ ] Yes [ ] No [ ] I don't know Has unit tests been adde...
gharchive/pull-request
2023-02-06T13:57:48
2025-04-01T06:37:52.480694
{ "authors": [ "BiteTheDDDDt", "hello-stephen" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/16451", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1743703918
Fixadd sync after insert into table for nereids_p0 Proposed changes Issue Number: close #xxx Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... run buildall
gharchive/pull-request
2023-06-06T11:53:42
2025-04-01T06:37:52.482554
{ "authors": [ "sohardforaname" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/20516", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1809460622
Bug fix ScannerContext is done make query failed Proposed changes fix ScannerContext is done make query failed Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc......
gharchive/pull-request
2023-07-18T08:44:14
2025-04-01T06:37:52.484245
{ "authors": [ "BiteTheDDDDt" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/21923", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1963399845
[Fix](inverted index) reorder ConjunctionQuery deconstruct order Proposed changes Issue Number: close #xxx Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... ...
gharchive/pull-request
2023-10-26T12:04:53
2025-04-01T06:37:52.485871
{ "authors": [ "airborne12" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/25972", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1977755754
cases Add backup & restore test case of dup table Proposed changes Issue Number: close #xxx Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... run buildall ...
gharchive/pull-request
2023-11-05T11:56:42
2025-04-01T06:37:52.489109
{ "authors": [ "Bears0haunt" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/26433", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2050044875
enhance Reduce log in tablet meta Proposed changes Reduce log in tablet meta Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... run buildall run buildall
gharchive/pull-request
2023-12-20T08:01:14
2025-04-01T06:37:52.491014
{ "authors": [ "dataroaring", "platoneko" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/28719", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2439155617
Fix query not hit partition in original planner Proposed changes Fix issue that query not hit partition in original planner, which will cause serve performance degradation. this issue seems introduced by https://github.com/apache/doris/pull/21533 run buildall run p0 run buildall run p0 run buildall r...
gharchive/pull-request
2024-07-31T05:23:35
2025-04-01T06:37:52.493660
{ "authors": [ "GoGoWen", "morrySnow" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/38565", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2441463474
2.0upgrade dependencies Proposed changes Issue Number: close #xxx run buildall
gharchive/pull-request
2024-08-01T04:48:12
2025-04-01T06:37:52.494729
{ "authors": [ "CalvinKirs" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/38671", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2460848782
[fix](inverted index)Add exception check when write bkd index Proposed changes We are not catching the exception when add values in bkd_writer, if error throws, BE will run into segment fault. So we add the exception check here to avoid coredump. run buildall
gharchive/pull-request
2024-08-12T12:21:37
2025-04-01T06:37:52.495901
{ "authors": [ "qidaye" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/39248", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2521667620
fix Fix atomic restore with exists replicas create replicas with base tablet and schema hash ignore storage medium when creating replicas with the base tablet The atomic restore is introduced in #40353. run buildall
gharchive/pull-request
2024-09-12T08:09:23
2025-04-01T06:37:52.497232
{ "authors": [ "w41ter" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/40734", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2631749548
fix Revome "UNIQUE KEY (k1)" case for test_dynamic_partition_mod_distribution_key (#41002) Proposed changes pick: #41002 Remove "UNIQUE KEY (k1)" case, because for unique table hash column must be key column, but for that historical bugs, this case will fail if adding k2 unique key. Seperate a p0 suite from docker s...
gharchive/pull-request
2024-11-04T03:39:32
2025-04-01T06:37:52.499155
{ "authors": [ "TangSiyang2001" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/43181", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2759246453
fixFix bug of pr 44905 What problem does this PR solve? lock object in PasswordPolicy is written to disk, when user upgrade from older version, this lock will be null, and cause user couldn't connect to Doris. Code cause this issue PasswordPolicy: @SerializedName(value = "lock") private ReentrantReadWriteLock lock = ...
gharchive/pull-request
2024-12-26T04:05:47
2025-04-01T06:37:52.507561
{ "authors": [ "Jibing-Li", "Thearas" ], "repo": "apache/doris", "url": "https://github.com/apache/doris/pull/45996", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
544990773
DRILL-7461: Do not pass ClassNotFoundException into SQLNonTransientConnectionException cause when checking that Drill is run in embedded mode For problem description please refer DRILL-7461. +1, LGTM
gharchive/pull-request
2020-01-03T13:21:14
2025-04-01T06:37:52.508976
{ "authors": [ "arina-ielchiieva", "vvysotskyi" ], "repo": "apache/drill", "url": "https://github.com/apache/drill/pull/1950", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1275630033
License check fails intermitently This build and this build both failed during the license check, when writing reports. The build phase completes properly. However, the step to write reports repeatedly fails. This PR is pretty simple: it is just repackaging of cod that was in a previous PR that passed the license che...
gharchive/issue
2022-06-18T01:42:03
2025-04-01T06:37:52.511980
{ "authors": [ "abhishekagarwal87", "paul-rogers" ], "repo": "apache/druid", "url": "https://github.com/apache/druid/issues/12676", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
862081183
Create dynamic config that can limit number of non-primary replicants loaded per coordination cycle Start Release Notes Adds new Dynamic Coordinator Config maxNonPrimaryReplicantsToLoad with default value of Integer.MAX_VALUE. This configuration can be used to set a hard upper limit on the number of non-primary repli...
gharchive/pull-request
2021-04-19T23:10:43
2025-04-01T06:37:52.532398
{ "authors": [ "a2l007", "capistrant", "kfaraz" ], "repo": "apache/druid", "url": "https://github.com/apache/druid/pull/11135", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
456724475
dubbo-php-framework 未来的规划是怎么样的? 因工作需要从github apache看到dubbo-php-framework产生较大兴趣,最近会发布一个稳定版本吗? 看目前只支持fastjson格式的数据传输,未来会支持其他序列化方式吗? 你们对dubbo-php-framework将来的规划是怎样的?现个人想根据此项目未来规划尝试开发参与进来! Thanks for reaching out, dubbo php framework was donated by 乐信, and recently the activities of this project seems ceased. I will t...
gharchive/issue
2019-06-17T03:22:40
2025-04-01T06:37:52.545289
{ "authors": [ "0robin0", "crazyxman", "keaixiaou", "ralf0131", "skylway" ], "repo": "apache/dubbo-php-framework", "url": "https://github.com/apache/dubbo-php-framework/issues/21", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1610053772
java.lang.RuntimeException: publish nacos metadata failed 版本号 dubbo.version 3.1.7 spring-boot.version 2.3.12.RELEASE spring-cloud.version Hoxton.SR12 spring-cloud-alibaba.version 2.2.10-RC1 nacos-client version 2.2.0 nacos-server version 2.2.0 nacos-all 通过SPI机制注入数据源:postgresql 依赖 spring-cloud-starter-alibaba-nacos-d...
gharchive/issue
2023-03-05T04:42:06
2025-04-01T06:37:52.699230
{ "authors": [ "chenglutao" ], "repo": "apache/dubbo", "url": "https://github.com/apache/dubbo/issues/11726", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1653480726
当接口调用传参为对象时引发一个序列化白名单的错误,提示让我把类加入白名单,要怎么操作? 我尝试过在网上看其他项目去解决这个问题,但我没有找到可以解决的,问过chatGpt,它们给出来的答案都不生效,所以来请教一下这个我要怎么去设置?是在消费层出现的错误 下面是我消费层关于dubbo的设置,再下面就是消费层的报错信息。 dubbo: application: name: cloud-demo-nacos-order-consumer qos-enable: false registry: address: nacos://localhost:8848 2023-04-04 16:59:36.027 ERROR 10204 --- ...
gharchive/issue
2023-04-04T09:04:01
2025-04-01T06:37:52.747746
{ "authors": [ "AlbumenJ", "CoCoYuYuan", "liufeiyu1002", "penghcn", "pinker-god" ], "repo": "apache/dubbo", "url": "https://github.com/apache/dubbo/issues/12014", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
443306099
@Service.methods 不起作用 @Service(methods ={@Method(name = "sayHello",retries = 2)} ),通过注解加载类时,没有将methods属性加载上。 ServiceAnnotationBeanPostProcessor.buildServiceBeanDefinition 这个方法中需要加一句,将注解对象初始化到ServiceBean的对象中 :builder.addConstructorArgValue(service); I have tried the @Method annotation and it work for me, can you pro...
gharchive/issue
2019-05-13T09:51:48
2025-04-01T06:37:52.751266
{ "authors": [ "Mark-WJQ", "beiwei30", "kexianjun" ], "repo": "apache/dubbo", "url": "https://github.com/apache/dubbo/issues/4043", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1057119697
try not to instantiate tool classes What is the purpose of the change Brief changelog Verifying this change Checklist [x] Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just t...
gharchive/pull-request
2021-11-18T09:20:20
2025-04-01T06:37:52.773785
{ "authors": [ "AlbumenJ", "LMDreamFree", "codecov-commenter" ], "repo": "apache/dubbo", "url": "https://github.com/apache/dubbo/pull/9297", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
854345725
折线图 xAxis中 设置axisPointer里label的背景颜色为渐变色会导致_renderBackground函数出错 Version 5.0.2 Reproduction link https://jsfiddle.net/cangshudada/gue7wp9j/1/ Steps to reproduce 鼠标移入折线图内触发tooltip即可复现错误 What is expected? axisPointer里label的背景颜色可以设置渐变色 What is actually happening? 实际上会导致函数报错 这个问题在v4版本中是不会出现的,并且正常字符串展现的颜色格式是不会出现问题的。 报错的主...
gharchive/issue
2021-04-09T09:24:17
2025-04-01T06:37:52.777926
{ "authors": [ "cangshudada" ], "repo": "apache/echarts", "url": "https://github.com/apache/echarts/issues/14635", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1195299338
[Feature] Ability to add icons/images in chart title. What problem does this feature solve? Current API doesn't support adding icons/images to chart title. What does the proposed API look like? title:{ image:"imagepath" } You can add images to title with textStyle.rich. Please refer to documentation and examples...
gharchive/issue
2022-04-06T23:24:50
2025-04-01T06:37:52.780779
{ "authors": [ "Maneesh43", "jiawulin001" ], "repo": "apache/echarts", "url": "https://github.com/apache/echarts/issues/16843", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1597453222
[Bug] Overflow truncate breaks axis label click target position Version 5.4.1 Link to Minimal Reproduction No response Steps to Reproduce Paste the following in the echarts example: option = { xAxis: { axisLabel: { // BUG: Overflow: "truncate" breaks the click target on axis label overflow: 'truncat...
gharchive/issue
2023-02-23T19:59:41
2025-04-01T06:37:52.786148
{ "authors": [ "Ovilia", "amit-unravel", "gl260", "hanshupe007", "ianschmitz", "psychopathh" ], "repo": "apache/echarts", "url": "https://github.com/apache/echarts/issues/18306", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2025336731
[ISSUE #4602] when wechat send message api response errcode is not zero, the wechat sink connector does not throw IllegalAccessException Fixes #4602 Motivation fix bug when wecaht api response fail Modifications rename org.apache.eventmesh.connector.wechat.sink.connector.TemplateMessageResponse#errocode to org.apa...
gharchive/pull-request
2023-12-05T05:49:25
2025-04-01T06:37:52.790725
{ "authors": [ "wizardzhang" ], "repo": "apache/eventmesh", "url": "https://github.com/apache/eventmesh/pull/4603", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2356233712
[FLINK-35623] Bump mongo-driver version from 4.7.2 to 5.1.1 to support MongoDB 7.0 Bump mongo-driver version from 4.7.2 to 5.1.1 to support MongoDB 7.0 https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/ Hi @GOODBOY008, could you help review this? Hi @yux, could you help review this?
gharchive/pull-request
2024-06-17T02:54:32
2025-04-01T06:37:52.794185
{ "authors": [ "Jiabao-Sun" ], "repo": "apache/flink-connector-mongodb", "url": "https://github.com/apache/flink-connector-mongodb/pull/36", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
527031733
[FLINK-14924][table sql / api] CsvTableSource can not config empty column as null CsvTableSource can not config empty column as null. What is the purpose of the change This pull request add option of treating empty column as null for CsvTableSource. Brief change log update file org.apache.flink.table.sources.CsvTab...
gharchive/pull-request
2019-11-22T07:21:22
2025-04-01T06:37:52.799983
{ "authors": [ "leonardBang" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/10289", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
625508259
[FLINK-17572][runtime] Remove checkpoint alignment buffered metric from webui What is the purpose of the change After avoid caching buffers for blocked input channels before barrier alignment, runtime never cache buffers while checkpoint barrier alignment, therefore checkpoint alignment buffered metric would always b...
gharchive/pull-request
2020-05-27T08:54:07
2025-04-01T06:37:52.807431
{ "authors": [ "SteNicholas", "zentol" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/12354", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
633444633
[FLINK-18063][checkpointing] Fix the race condition for aborting current checkpoint in CheckpointBarrierUnaligner What is the purpose of the change There are three aborting scenarios which might encounter race condition: 1. CheckpointBarrierUnaligner#processCancellationBarrier 2. CheckpointBarrierUnaligner#processEnd...
gharchive/pull-request
2020-06-07T14:06:38
2025-04-01T06:37:52.814486
{ "authors": [ "zhijiangW" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/12511", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
928988649
[FLINK-20518][rest] Add decoding characters for MessageQueryParameter What is the purpose of the change Add decoding characters for rest service Brief change log Add decoding characters for rest service Verifying this change no Does this pull request potentially affect one of the following parts: Dependencies (doe...
gharchive/pull-request
2021-06-24T08:39:15
2025-04-01T06:37:52.831737
{ "authors": [ "Tartarus0zm", "zentol" ], "repo": "apache/flink", "url": "https://github.com/apache/flink/pull/16275", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }