This is an automated email from the ASF dual-hosted git repository.
aitozi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 6dc72e0 ci: fix ci error (#53)
6dc72e0 is described below
commit 6dc72e026893a9a8b6681f3661dc0f7e98b3f7dd
Author: ErXi <[email protected]>
AuthorDate: Tue Aug 13 11:15:07 2024 +0800
ci: fix ci error (#53)
---
crates/paimon/src/spec/schema_change.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/paimon/src/spec/schema_change.rs
b/crates/paimon/src/spec/schema_change.rs
index 9597407..6a11c0a 100644
--- a/crates/paimon/src/spec/schema_change.rs
+++ b/crates/paimon/src/spec/schema_change.rs
@@ -292,7 +292,7 @@ mod tests {
{
"addColumn": {
"fieldName": "col1",
- "dataType": "INTEGER",
+ "dataType": "INT",
"description": "col1_description",
"move": {
"fieldName": "col1_first",