mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-30 20:00:36 +00:00
test: add tests for external table (#1460)
This commit is contained in:
8
tests/data/csv/various_type.csv
Normal file
8
tests/data/csv/various_type.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
c_int,c_float,c_string,c_bool,c_date,c_datetime
|
||||
1,1.1,"1.11",true,1970-01-01,1970-01-01T00:00:00
|
||||
2,2.2,"2.22",true,2020-11-08,2020-11-08T01:00:00
|
||||
3,,"3.33",true,1969-12-31,1969-11-08T02:00:00
|
||||
4,4.4,,false,,
|
||||
5,6.6,"",false,1990-01-01,1990-01-01T03:00:00
|
||||
4,4e6,,false,,
|
||||
4,4.0e-6,,false,,
|
||||
|
Reference in New Issue
Block a user