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

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new b11064c90f Issue #6605 (#6606)
b11064c90f is described below

commit b11064c90fe2cc710b6a157eda51f19d87676f9f
Author: Matt Casters <[email protected]>
AuthorDate: Wed Feb 18 19:14:34 2026 +0100

    Issue #6605 (#6606)
---
 .../java/org/apache/hop/parquet/transforms/input/ParquetInputMeta.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plugins/tech/parquet/src/main/java/org/apache/hop/parquet/transforms/input/ParquetInputMeta.java
 
b/plugins/tech/parquet/src/main/java/org/apache/hop/parquet/transforms/input/ParquetInputMeta.java
index 43d04553fb..8fddc68de4 100644
--- 
a/plugins/tech/parquet/src/main/java/org/apache/hop/parquet/transforms/input/ParquetInputMeta.java
+++ 
b/plugins/tech/parquet/src/main/java/org/apache/hop/parquet/transforms/input/ParquetInputMeta.java
@@ -173,7 +173,7 @@ public class ParquetInputMeta extends 
BaseTransformMeta<ParquetInput, ParquetInp
           hopType =
               switch (primitiveType.getPrimitiveTypeName()) {
                 case INT32, INT64 -> IValueMeta.TYPE_INTEGER;
-                case INT96 -> IValueMeta.TYPE_BINARY;
+                case INT96 -> IValueMeta.TYPE_TIMESTAMP;
                 case FLOAT, DOUBLE -> IValueMeta.TYPE_NUMBER;
                 case BOOLEAN -> IValueMeta.TYPE_BOOLEAN;
                 case BINARY -> IValueMeta.TYPE_BINARY;

Reply via email to