This is an automated email from the ASF dual-hosted git repository.
philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new ac19a60da6 [VL][DOC] Update Velox backend limitations (#12575)
ac19a60da6 is described below
commit ac19a60da66ded142537b056ecc776d13670f5ec
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 eee1e05432..22e7b3de59 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]