Aurora Blog
Home
Pandas BUG: Incorrect Future warning using a logical operation between two pyarrow boolean series
2025-09-06 14:03:03
4021
Reproducible Exampleimport pandas as pdindex_2000 = pd.date_range("2000-01-01", periods=2, freq="YS"...
Pandas Unable to build from source with Python 3.14 free-threading and Cython 3.1.0a1
2025-09-06 14:03:01
99865
@clin1234 ➜ /workspaces $ venv/bin/pip install -U --pre pandasCollecting pandas Using cached pandas-2.2.3.tar.gz (4.4 M...
Pandas PERF: cache interleaved_dtype in fast_xs
2025-09-06 14:02:59
234
Repeated calls to df.iloc[n] go through fast_xs which will call interleaved_dtype each time with the same arguments. We...
Gin grouping routes and middleware not working
2025-09-06 14:02:49
6478
I am trying to add this middleware func CORS () gin.HandlerFunc { return func(context *gin.Context) { context....
Jackson Databind Deprecate MapperBuilder.serializationInclusion() (to align with ObjectMapper, prep for 3.0)
2025-09-06 14:02:41
591
While ObjectMapper.setSerializationInclusion() was deprecated a while ago (in 2.0) -- to be replaced with ObjectMapper.s...
Jackson Databind MapperBuilder missing a defaultPropertyInclusion(JsonInclude.Include) method
2025-09-06 14:02:37
1862
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIn 2.20.0, MapperBuilder depr...
Apache Superset failed to solve: process "/bin/sh -c npm run ${BUILD_CMD}" did not complete successfully: exit code: 1
2025-09-06 14:02:30
49877
Bug descriptionI am running docker on Mac OS(M3)Cloned fresh repository.Ran the command "docker compose up"Ran into erro...
Apache Superset How to achieve multitenancy in superset using single instance
2025-09-06 14:02:22
2216
How do we have different database connections having separate metadatabase connections per tenant?Example:-Tenant-1: Dat...
Apache Superset Margin setting for legened doesn't work in mixed charts
2025-09-06 14:02:17
2658
Bug descriptionAlthough this bug is closed, I encounter it in this version Version: 4.1.1, legend indent setting does no...
Apache Superset import error where template_params is empty string
2025-09-06 14:02:07
1840
Bug descriptionhow to reproduce the error:1) In the dataset settings, go to the Settings tab2)In the Template parameters...
Apache Superset Version 6.0.0: table chart: number of rows isn't shown in search box
2025-09-06 14:02:01
2414
Bug descriptionThe search box on the table chart should show the total number of rows loaded. Now it shows search.num_re...
Apache Superset Documentation Improvement: Add Examples for Supported Databases
2025-09-06 14:01:55
1192
SummaryThe README mentions a section on "Supported Databases" but does not provide specific examples or details on how t...
Apache Superset Deploying 6.0.0rc1 fails with DB problems psycopg2.errors.UndefinedTable: relation "themes" does not exist
2025-09-06 14:01:53
2099
Bug descriptionI'm coming from 4.1.3. When I deployed 6.0.0rc1 to my test environment and try to visit the application I...
Apache Superset Change source of dataset : The list of schema is not correct
2025-09-06 14:01:45
2423
Bug descriptionWith Superset 4.1.1, when I change the source of a dataset, the list of schema is not correct.I created t...
Apache Superset Runtime error on PIE chart on "other"
2025-09-06 14:01:34
3813
Bug descriptionCreating a new PIE CHART in a dashboard, with the "other" grouping, will cause an error on the tooltip.To...
Apache Superset Invalid UI URL's with SUPERSET_APP_ROOT
2025-09-06 14:01:28
9347
Bug descriptionThe bug is that when I set custom app root with SUPERSET_APP_ROOT but some endpoints was generated incorr...
Apache Superset Superset reset user's role to default value after logged out when using SSO
2025-09-06 14:01:17
3527
Bug descriptionHi, I have a local instance of Superset on my machine, and it has a bug that user's role will be reset to...
MyBatis-Plus [功能改进]: 描述 多个mybatisPlusInterceptor的bean问题
2025-09-06 14:01:12
794
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为你的想法(不得删除 描述 前面的部分...
Redis [QUESTION] I'm trying to install redis on oracular lsb_release, however, the https://packages.redis.io/deb/dists/oracular/InRelease doesn't seem to exist.
2025-09-06 14:01:09
734
I'm trying to install redis on oracular lsb_release. However, it seems this link:https://packages.redis.io/deb/dists/ora...
Spring Security Make ActiveDirectoryLdapAuthenticationProvider non-final to allow customization
2025-09-06 14:00:56
3324
Expected BehaviorClass ActiveDirectoryLdapAuthenticationProvider is non-final and can be extendedCurrent BehaviorClass A...
上一页
下一页
1
…
64
65
66
67
68
…
369
.