mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
spacing, new line at end in .sql and .reference files
This commit is contained in:
parent
87475661ce
commit
2ef2d0976b
@ -24,7 +24,7 @@ if (USE_INTERNAL_CCTZ)
|
||||
target_compile_definitions (cctz PRIVATE __USE_BSD linux _XOPEN_SOURCE=600)
|
||||
endif ()
|
||||
|
||||
# Related to time_zone table:
|
||||
# Related to time_zones table:
|
||||
# StorageSystemTimeZones.generated.cpp is autogenerated each time during a build
|
||||
# data in this file will be used to populate the system.time_zones table, this is specific to OS_LINUX
|
||||
# as the library that's built using embedded tzdata is also specific to OS_LINUX
|
||||
|
@ -1 +1 @@
|
||||
ok
|
||||
ok
|
||||
|
@ -6,4 +6,4 @@
|
||||
-- ┌─count()─┐
|
||||
-- │ 562 │
|
||||
-- └─────────┘
|
||||
SELECT if ((SELECT count(*) FROM system.time_zones) = 562, 'ok', 'fail');
|
||||
SELECT if ((SELECT count(*) FROM system.time_zones) = 562, 'ok', 'fail');
|
||||
|
Loading…
Reference in New Issue
Block a user