Hi pinot team, I’m getting this error `Catalog 'pi...
# troubleshooting
q
Hi pinot team, I’m getting this error
Catalog 'pinot' does not support table property 'time_field'
when creating table with this query:
Copy code
CREATE IF NOT EXIST ...
WITH (
pinot_table_name = 'enriched_invoices',
time_field = 'created_at',
offline_replication = 3,
offline_retention = 365,
index_inverted = ARRAY['licensee_id','facility_id'],
index_bloom_filter = ARRAY['licensee_id','facility_id'],
index_sorted = 'created_at',
index_aggregate_metrics = true,
index_create_during_segment_generation = true,
index_auto_generated_inverted = false,
index_enable_default_star_tree = false);
I need to double check but I think it worked in 0.6.x version but not right now in 0.8.x, were there any changes could cause this?
m
Can you explain the query in Pinot to see what is the Pinot side query?
q
Hi sorry, no worries, it is actually caused by an infras change on our side
m
Thanks for confirming