-
I'm using Trino with Hive connector.
Underlying storage is Google Cloud storage
After migrating some tables with Google transfer service, for some partitions that does not contains data files - their…
-
I had run same SQL use spark-3.3, the only difference is data source,one is hive and another is iceberg。The web UI show that, however, iceberg read all table (e.g, 1.1TB), but hive read much less tha…
-
Integrate Iceberg View support (https://iceberg.apache.org/view-spec/) in the Hive catalog (https://github.com/apache/iceberg/pull/9852)
-
### Feature Request / Improvement
In case of hive table rename operations, Hive throws an `InvalidOperationException`. Iceberg wraps exceptions from alter table to the [RuntimeException](https://gi…
-
Hello, for some reasons using Hive inside testWidgets method doesn't work.
```
// 📦 Package imports:
import 'package:flutter_test/flutter_test.dart';
import 'package:hive/hive.dart';
// 🌎 Pro…
-
**Input data**
Which SQL and options did you provide as input?
```sql
CREATE TABLE k8s_demos.dd_dd_dd
(id string COMMENT 'd', name string COMMENT 'name')
using paimon COMMENT '122' TBLPRO…
melin updated
2 weeks ago
-
Create table int type column with CSV format in hive catalog returns the following error
```
presto> create table hive_data.hive_schema.intcsv ( type int ) with ( format = 'CSV' ) ;
Query faile…
-
Serait-il possible d'ajouter un item qui indique si on est en période "Hiver Tempo", cad entre le 1er Septembre et le 31 Mars ?
Merci pour votre excellent travail partagé.
-
### What is the bug?
According to [docs](https://gdal.org/en/latest/drivers/vector/parquet.html#dataset-partitioning-read-support) and [ogr_parquet.py](https://github.com/OSGeo/gdal/blob/master/aut…
-
1. create materialized view
CREATE MATERIALIZED VIEW `mv_hive_order` (`dt`, `product_id`, `gmv`)
PARTITION BY (str2date(`dt`, '%Y-%m-%d'))
DISTRIBUTED BY HASH(`product_id`)
REFRESH MANUAL
PROPE…