Skip to content

Upgrade DataFusion Version to support more functions #9857

@chaitnaya1391

Description

@chaitnaya1391

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.

Metadata

Metadata

Assignees

Labels

questionThe issue is a question. Please use Stack Overflow for questions.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions