You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using data unloading with FILES to write data into S3 in Parquet format. My table has some columns with the DECIMAL(9,0) type, but this command is not working, and I don't know how to work around it. Note that it works fine on columns with DECIMAL(19,0) type...
Steps to reproduce the behavior
INSERT INTO
FILES (
"path"="s3://data/table",
"format"="parquet",
"aws.s3.access_key"="xxx"
...
)
SELECT*fromdb.table;
Real behavior
mysql error: Doesn't support to write DECIMALV2(9,0) type data
StarRocks version
3.3.4-56bcf6f
The text was updated successfully, but these errors were encountered:
Hi, I'm using data unloading with FILES to write data into S3 in Parquet format. My table has some columns with the
DECIMAL(9,0)
type, but this command is not working, and I don't know how to work around it. Note that it works fine on columns withDECIMAL(19,0)
type...Steps to reproduce the behavior
Real behavior
mysql error: Doesn't support to write DECIMALV2(9,0) type data
StarRocks version
The text was updated successfully, but these errors were encountered: