mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-18 12:08:22 +00:00
feat: support headerless CSV copy from (#8233)
* feat: support headerless CSV copy from Signed-off-by: QuakeWang <wangfuzheng0814@foxmail.com> * fix: update csv copy sqlness result Signed-off-by: QuakeWang <wangfuzheng0814@foxmail.com> * test: cover headerless CSV copy from Signed-off-by: QuakeWang <wangfuzheng0814@foxmail.com> * test: cover headerless CSV column count mismatch Signed-off-by: QuakeWang <wangfuzheng0814@foxmail.com> --------- Signed-off-by: QuakeWang <wangfuzheng0814@foxmail.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
1,Alice,10.5,2024-01-01T00:00:00
|
||||
2,Bob,30.5,2024-01-01T00:00:02
|
||||
|
@@ -0,0 +1,2 @@
|
||||
1,Alice,10.5,2024-01-01T00:00:00,ignored
|
||||
2,Bob,30.5,2024-01-01T00:00:02,ignored
|
||||
|
@@ -0,0 +1,2 @@
|
||||
1,Alice,2024-01-01T00:00:00
|
||||
2,Bob,2024-01-01T00:00:02
|
||||
|
@@ -0,0 +1,3 @@
|
||||
1,Alice,10.5,2024-01-01T00:00:00
|
||||
bad,Bad,20.0,2024-01-01T00:00:01
|
||||
2,Bob,30.5,2024-01-01T00:00:02
|
||||
|
Reference in New Issue
Block a user