spacing, new line at end in .sql and .reference files

This commit is contained in:
bharatnc 2020-08-20 10:52:36 -07:00 committed by Alexey Milovidov
parent 87475661ce
commit 2ef2d0976b
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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');