This is an automated email from the ASF dual-hosted git repository.
philo-he pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 6a4de744c7 [VL][DOC] Update Velox backend limitations (#12575)
6a4de744c7 is described below
commit 6a4de744c79b5a9584901f09a787626d80965d88
Author: Yuan <[email protected]>
AuthorDate: Mon Jul 20 12:40:51 2026 -0700
[VL][DOC] Update Velox backend limitations (#12575)
---
docs/velox-backend-limitations.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/velox-backend-limitations.md
b/docs/velox-backend-limitations.md
index 01130bde3d..f8226bb932 100644
--- a/docs/velox-backend-limitations.md
+++ b/docs/velox-backend-limitations.md
@@ -18,9 +18,7 @@ Except the unsupported operators, functions, file formats,
data sources listed i
#### ANSI
Gluten currently doesn't support ANSI mode. If ANSI is enabled, Spark plan's
execution will always fall back to vanilla Spark.
-
-#### Runtime BloomFilter
-Velox BloomFilter's serialization format is different from Spark's.
BloomFilter binary generated by Velox can't be deserialized by vanilla spark.
So if `might_contain` falls back, we fall back `bloom_filter_agg` to vanilla
spark also.
+We now have a issue tracker on ANSI support progress. Please check
[issue-10134](https://github.com/apache/gluten/issues/10134).
#### Case Sensitive mode
Gluten only supports spark default case-insensitive mode. If case-sensitive
mode is enabled, user may get incorrect result.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]