[X] I had searched in the issues and found no similar issues.
What happened
If the source is oracle, the numeric data in the parquet file appears strangely.
Integer type data also appears with numerous zeros after the decimal point.
sh bin/seatunnel.sh --config ./config/oracle_to_parquet.template -e local
Error Exception
If the column type of the oracle table is numeric, when querying the parquet schema, FIXED_LEN_BYTE_ARRAY Decimal(precision=38, scale=18) appears, and the actual value appears as 123.00000000
If the source is mysql, this issue does not occur.
Search before asking
What happened
If the source is oracle, the numeric data in the parquet file appears strangely. Integer type data also appears with numerous zeros after the decimal point.
SeaTunnel Version
2.3.3 or 2.3.4
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
zeta
Java or Scala Version
java : 1.8.0_181
Screenshots
Are you willing to submit PR?
Code of Conduct