This is an automated email from the ASF dual-hosted git repository.

zhouyuan 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 84a2b7a573 [VL][DOC] Remove limitation on timestamp scan (#12997)
84a2b7a573 is described below

commit 84a2b7a5737744d9ffb75e5548d7a638d58b4175
Author: Yuan <[email protected]>
AuthorDate: Sun Sep 13 09:08:05 2026 +0100

    [VL][DOC] Remove limitation on timestamp scan (#12997)
    
    Native timestamp scan are supported
    
    Signed-off-by: Yuan <[email protected]>
---
 docs/velox-backend-limitations.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/velox-backend-limitations.md 
b/docs/velox-backend-limitations.md
index 02fbfa152c..1764c8887e 100644
--- a/docs/velox-backend-limitations.md
+++ b/docs/velox-backend-limitations.md
@@ -111,9 +111,6 @@ Gluten's.
 ### Unsupported Data type support in ParquetScan
 
 - Byte type causes fallback to vanilla spark
-- Timestamp type
-
-  Only reading with INT96 and dictionary encoding is supported. When reading 
INT64 represented millisecond/microsecond timestamps, or INT96 represented 
timestamps of other encodings, exceptions can occur.
 
 ### Utilizing Map Type as Hash Keys in ColumnarShuffleExchange
 Spark's `spark.sql.legacy.allowHashOnMapType` configuration controls whether 
hashing is allowed on map-type keys.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to