liujiayi771 commented on issue #7932:
URL: 
https://github.com/apache/incubator-gluten/issues/7932#issuecomment-2475207956

   I can reproduce this issue in spark 3.3.1.
   ```
   Welcome to
         ____              __
        / __/__  ___ _____/ /__
       _\ \/ _ \/ _ `/ __/  '_/
      /___/ .__/\_,_/_/ /_/\_\   version 3.3.1
         /_/
   
   Using Scala version 2.12.15 (OpenJDK 64-Bit Server VM, Java 1.8.0_412)
   Type in expressions to have them evaluated.
   Type :help for more information.
   
   scala> 
spark.read.parquet("/user/hive/warehouse/bigdata.db/tmp_decimal_col/part-00000-4bb6f91f-c039-493c-8617-10f289fc063e-c000.snappy.parquet").show()
   
+-------+------------+------------+---------------+--------------------+--------------------+--------------------+--------------------+
   |amt_int|  amt_bigint|amt_decimal8|  amt_decimal16|       amt_decimal24|     
  amt_decimal27|       amt_decimal32|       amt_decimal38|
   
+-------+------------+------------+---------------+--------------------+--------------------+--------------------+--------------------+
   |   2322|223243243224|     
2343.33|343423423333.12|32423432432432324...|90700136833857145...|32423432432432324...|32423432432432324...|
   
+-------+------------+------------+---------------+--------------------+--------------------+--------------------+--------------------+
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to