Skip to content

Commit

Permalink
chore(integration_tests): remove invalid mysql type alias (risingwave…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangjinwu authored Dec 5, 2023
1 parent 51c76aa commit 1c453f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration_tests/mysql-cdc/mysql-datatypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ datatypes:
minimum: "'1001-01-01'"
maximum: "'9999-12-31'"
- name: time
aliases:
- time without time zone
zero: "'00:00:00'"
minimum: "'-838:59:59.000000'"
maximum: "'838:59:59.000000'"
Expand All @@ -97,8 +95,6 @@ datatypes:
maximum: "'9999-12-31 23:59:59.499999'"
rw_type: timestamp
- name: timestamp
aliases:
- timestamp without time zone
zero: "'1970-01-01 00:00:01'"
minimum: "'1970-01-01 00:00:01'"
maximum: "'2038-01-19 03:14:07'"
Expand Down

0 comments on commit 1c453f4

Please sign in to comment.