-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Is your feature request related to a problem? Please describe.
Yes, currently facing a challenge with limited functions supported on Cube store. We have a read-only Trino (thrift connectors) access that connects to multiple data sources. Our data joining happens at runtime and is exported to Cube. We would like to store this as the original SQL pre-aggregation but in cubestore. The documentation specifically mentions that we do not use an external source for this, but we do not have a solution to write back to Trino (Hive/Iceberg) - database data types incompatibility.
Describe the solution you'd like
Upgrade the cubestore arrow-datafusion to use the latest datafusion.
Describe alternatives you've considered
We tried external DB for pre-aggregations, but that is just too slow compared to cubestore. And with your warnings of that being deprecated in the future, it is not a solution that we would like to explore further.