datafusion-contrib / datafusion-contrib/liquid-cache

[Epic] Support Variant

Open
#426 1 comment 0 reactions 1 assignee View on GitHub

@XiangpengHao is already working on this.

Since Nov 9, 2025.

Dominant language
Rust
Stars
452
Forks
51
Avg merge
3h 10m
Merged PRs (30d)
12

Description

Related to #393

Similar to DateTime, variant is also a type of data that most queries only need a subset of it. It will probably be the most important data type for foreseeable future.

We'd like to support variant in LiquidCache.

This means:

  1. We need to support Struct, right now LiquidCache cache only cache leaf columns. Variant is basically a logical type over Struct of Binaries.
  2. We need to make our linage analysis aware of the variant use and pushdown that information to liquid cache.
  3. We need to design a way to automatically shred the variant and only cache the shredded data.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.