From 537c231e1bfd3645ad6665a403130e6b4a7d57a6 Mon Sep 17 00:00:00 2001 From: dvlascenco Date: Tue, 7 Apr 2026 17:39:34 +0300 Subject: [PATCH] [HSTACK] - use hstack delta-kernel-rs fork --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8a0f89284..9d77d59c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -192,3 +192,4 @@ datafusion-session = { git = 'https://github.com/hstack/datafusion.git', branch datafusion-spark = { git = 'https://github.com/hstack/datafusion.git', branch = 'main' } datafusion-sql = { git = 'https://github.com/hstack/datafusion.git', branch = 'main' } datafusion-substrait = { git = 'https://github.com/hstack/datafusion.git', branch = 'main' } +delta_kernel = { git = "https://github.com/hstack/delta-kernel-rs", branch = "main-0.19.2" }