-
### Description
A curl request may take time (sometimes an infinite amount of time) to respond. When an exception is thrown in a callback it is properly forwarded to the curl_exec, however in some …
-
### 🔗 [후위 표기식](https://www.acmicpc.net/problem/1918)
-
### Backend
VL (CH)
### Bug description
Run test SQL in `GlutenClickHouseTPCHColumnarShuffleParquetAQESuite`
```sql
select LINEITEM.L_DISCOUNT,
PART.P_TYPE,
LINEITEM.L_COMM…
-
The code
```c
#include
__m128i narrow_u32x16_u8(__m256i v0, __m256i v1) {
__m256i shifted = _mm256_slli_epi32(v1, 16);
__m256i blended = _mm256_blend_epi16(shifted, v0, 85);
__m256i …
-
### Description
Finding the top k rows of `row_number` is a common case. We compare following two ways
#### use aggregation
```sql
-- CH
SELECT
x,
y[1]
FROM
(
SELECT
…
-
Hello,
I'm using Docker image `maif/izanami:2.5.0` and after some hours, it is impossible to login.
The docker logs :
```
2024-11-20 08:59:43 INFO play.core.server.AkkaHttpServer List…
-
**Describe the bug**
I do have OAuth2 authentication implemented in my API.
After migrating to cadwyn versioning, the authorization through the Authorize button at the top of the swagger UI does not…
-
## 环境
- 【编译命令】自行编译的FastDeploy,(参数命令):
-
cd FastDeploy/python
export ENABLE_ORT_BACKEND=ON
export ENABLE_PADDLE_BACKEND=ON
export ENABLE_OPENVINO_BACKEND=ON
export ENABLE_VISION=ON
export EN…
-
see https://github.com/dmwm/CRABClient/pull/5350
the job stdout for a job submitted with CMSSW_14_2_PY312_X_2024-11-20-2300 has the following. Is WMCore python env. leaking into CMSSW ?
```te…
-
**Describe the bug**
On production in GithubAction we have the following errors since 7-11-2024, it seems to be an issue when accessing the STAC API ( not as initially thought related to gdrive) it h…