-
### What happens?
I'm aggregating 4B records with duckdb.
```
SELECT
channel_id,
cast(to_timestamp(end_time) as date) AS day,
sum(end_time - start_time) AS total_…
-
There is no ecosystem interest in using Graphsync for retrievals; we want everyone to move to HTTP retrievals (using the protocol described in [IPFS Trustless Gateway Specification](https://specs.ipfs…
-
I've observed that there are multiple mig.sh scripts in both [/spark-rapids/mig.sh](https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/spark-rapids/mig.sh) and [/gpu/mig.sh](htt…
-
```bash
24/10/07 12:38:57 WARN Utils: Your hostname, seon-uui-MacBookPro.local resolves to a loopback address: 127.0.0.1; using 192.168.0.131 instead (on interface en0)
24/10/07 12:38:57 WARN Utils:…
-
# Compatibility Report
- Name of the game with compatibility issues: [DRAGON BALL: Sparking! ZERO](https://store.steampowered.com/app/1790600/DRAGON_BALL_Sparking_ZERO/)
- Steam AppID of the game: 1…
-
Exception: a mismatch between the schema of the data stored in the Parquet file and the schema you're trying to use when reading it.
## Reproduce:
Start plugin:
```
$SPARK_HOME/bin/spark-shell --mas…
-
### Description
Gluten implemented some logic to convert call expr as subfield filter. To avoid duplication, we would like to use the existing 'leafCallToSubfieldFilter' logic in Velox. One incompati…
-
**Describe the bug**
spark verion: 3.2.2
scala version: Scala version 2.12.15
blaze version: 4.0
**yarn executor log**:
2024-11-14 18:54:08,243 [ERROR] [task-result-getter-0] Task 0 …
-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [ ] 我已确认目前没有类似 issue
+ [ ] 我已确认我已升级到最新版本
+ [ ] 我已完整查看过项目 README,尤其是常见问题部分
+ [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [ ] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能…
-
Hi,
I want to mount a configmap sparkmagic config to singleuser pod but it doesn't work for me.
I created a configmap file, tried to mount it into a hub pod, and found the config file of spark magic…