-
### What happens?
Server crashes when executing the script below to scan partitioned table
### To Reproduce
```sql
SET duckdb.force_execution = ON;
CREATE TABLE t (a INT) PARTITION BY LIST (a);
…
-
### System Info
- CPU architecture: x86_64
- CPU/Host memory: size Intel(R) Xeon(R) Gold 6330 CPU @ 2.00GHz , memory size: 128Gi
- GPU properties
- GPU name: NVIDIA A30 *4
- GPU memory size: …
-
The following assert occurs in the `ToArrowTest.NestedList` test in `INTEROP_TEST`:
```
$ gtests/INTEROP_TEST --gtest_filter=ToArrowTest.NestedList
Note: Google Test filter = ToArrowTest.NestedList
[…
-
First Review #57
Second Review #143
Allocator Compliance Report: https://compliance.allocator.tech/report/f03018491/1728695297/report.md
5PiBs DataCap awarded in 3rd round
example 1: 1475Not…
-
Allocator Report:
https://compliance.allocator.tech/report/f03019921/1730161520/report.md
![image](https://github.com/user-attachments/assets/493dbb2c-064c-4a38-909c-0f9bf6e22561)
![image](https:/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I've just added support for running tests in FreeBSD port of ES, and there was test failure, …
-
Application: [v5 Notary Allocator Application: Open Public Dataset Pathway](https://github.com/filecoin-project/notary-governance/issues/996)
Latest compliance report: [Compliance Report - 2024-10-14…
-
# system info
- x64
- 23.10-trtllm-python-py3 docker
- trt-llm 0.11.0.dev2024061800
- l40s
- tensorrt 10.0.1.6
- use 38g * 2
- running in container (--cap-add=SYS_PTRACE --cap-add=SYS_ADMIN --s…
-
### Zig Version
0.14.0-dev.1217+dffc8c44f
### Steps to Reproduce and Observed Behavior
I apologize for the poor issue title.
Here is a minimal code that produces the error:
```zig
const std = @i…
-
I am installing my build in /usr/local/GridPACK
Then I copy the examples in /usr/local/GridPACK/share to my home folder.
From there I have no problem building the hello World example. I can also…