Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Jul 19, 2023
1 parent ac18ca1 commit 3225c30
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ CREATE TABLE system.events
(
`event` String,
`value` UInt64,
`description` String
`description` String,
`name` String
)
ENGINE = SystemEvents
COMMENT 'SYSTEM TABLE is built on the fly.'
Expand Down Expand Up @@ -382,7 +383,8 @@ CREATE TABLE system.metrics
(
`metric` String,
`value` Int64,
`description` String
`description` String,
`name` String
)
ENGINE = SystemMetrics
COMMENT 'SYSTEM TABLE is built on the fly.'
Expand Down

0 comments on commit 3225c30

Please sign in to comment.