python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trino iceberg connector "getTablesWithParameter for GlueHiveMetastore is not implemented"
I'm running trino on EMR version 6.5 and I have added the iceberg connector for the trino and I want it to use a glue catalog. These are the configuration under the iceberg.properties
connector.name=i...
taraf
Votes: 0
Answers: 1
Don't want to double count in Filtered Aggregation
Sample Data:
shopper_id
last_purchase_timestamp
active_p30
active_p60
active_over_p90
1
2022-03-02 1:20:00
TRUE
TRUE
TRUE
2
2022-03-01 1:30:00
TRUE
TRUE
TRUE
3
2022-02-28 1:24:03
TRUE
TRUE...
Maggie Liu
Votes: 0
Answers: 2
split(regexp_replace ) Like Function In Presto : 331
Is there any way to split values based on consecutive 0's in presto.Minimum 6 digits should be there in first split, if digit count is less than 6 than need to consider some 0's as digit then split if...
Sonu
Votes: 0
Answers: 1
Trino (Presto) raising PAGE_TRANSPORT_ERROR in cascade
I'm constantly getting the PAGE_TRANSPORT_ERROR when running 30 queries in parallel (sometimes less, 10):
TrinoQueryError(type=INTERNAL_ERROR, name=PAGE_TRANSPORT_ERROR, message="Error fetching h...
Lucas Mendes Mota Da Fonseca
Votes: 0
Answers: 1