lszskye commented on code in PR #362:
URL: https://github.com/apache/paimon-cpp/pull/362#discussion_r4035149191


##########
test/test_data/avro/append_types_compatibility.db/README.md:
##########
@@ -0,0 +1,111 @@
+# Java Avro append type compatibility data
+
+These unpartitioned append-only tables were written by the Java batch API. 
They use
+`bucket = -1` and `file.format = avro`.
+
+## `java_types`
+
+The table has three rows and the following columns:
+
+```text
+id INT NOT NULL
+f_boolean BOOLEAN
+f_tinyint TINYINT
+f_smallint SMALLINT
+f_int INT
+f_bigint BIGINT
+f_float FLOAT
+f_double DOUBLE
+f_char CHAR(8)
+f_varchar VARCHAR(64)
+f_string STRING
+f_binary BINARY(8)
+f_varbinary VARBINARY(64)
+f_bytes BYTES
+f_blob BLOB
+f_blob_descriptor BLOB
+f_decimal_1_0 DECIMAL(1, 0)
+f_decimal_9_2 DECIMAL(9, 2)
+f_decimal_18_2 DECIMAL(18, 2)
+f_decimal_19_2 DECIMAL(19, 2)
+f_decimal_38_18 DECIMAL(38, 18)
+f_decimal_38_38 DECIMAL(38, 38)
+f_date DATE
+f_timestamp_0/3/6 TIMESTAMP(0/3/6)

Review Comment:
   please separate them as three columns



-- 
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]

Reply via email to