-
### Apache Iceberg version
1.5.1 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
Problem: Dropping an old partition spec column corrupts table. Metadata queries failing, Sel…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issue…
-
I have a query that is stuck in the planning stage:
```
select
column_1
from table
where processing_time >= timestamp '2023-05-10 01:00:00'
and processing_time
-
### User Story
Since database access repository only deals with locations, we need to construct a relationship between the underlying data and the metadata, so that when we grant a user to the data, …
-
In Spark, Iceberg type `timestamp with timezone` is mapped to Spark `timestamp` ([doc](https://iceberg.apache.org/docs/latest/spark-writes/#spark-type-to-iceberg-type)). So when creating an Iceberg ta…
-
### Apache Iceberg version
1.5.2 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
when I do
```python
spark.sql("""CALL rest.system.remove_orphan_files(table =…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
doris-2.0.3 installed by helm cha…
-
Repro SQL:
```sql
CREATE TABLE test_1 (id INTEGER, name VARCHAR) WITH (partitioning = ARRAY['id', 'truncate(name, 5)']);
INSERT INTO test_1 values(1, 'A');
ALTER TABLE test_1 SET PROPERTIES part…
-
### Apache Iceberg version
1.3.0 (latest release)
### Query engine
None
### Please describe the bug 🐞
While building iceberg with the build fails while building spark module:
`:iceberg…
-
After 0.3.0 release, we have basic support for reading iceberg table. I think it's a good time to start integration tests with other engines like spark sql to ensure its correctness. I have a idea usi…