Skip to content

Commit e48a56a

Browse files
Matovidloclaude
andcommitted
fix: update test fixtures for transfer.CreateTable file naming
transfer.CreateTable uses "table_header_" prefix instead of "create_table_" and creates the file after data files, updating expected ordering accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent da63d73 commit e48a56a

8 files changed

Lines changed: 49 additions & 49 deletions

File tree

test/cli/remote-table-download/run-0-rows/expected-state.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
}
3838
],
3939
"files": [
40-
{
41-
"name": "create_table_in.c_test.accounts",
42-
"tags": [],
43-
"isSliced": false,
44-
"isEncrypted": true,
45-
"isPermanent": false
46-
},
4740
{
4841
"name": "in.c-test.accounts.csv",
4942
"tags": [
@@ -52,6 +45,13 @@
5245
"isSliced": true,
5346
"isEncrypted": true,
5447
"isPermanent": false
48+
},
49+
{
50+
"name": "table_header_in.c_test.accounts",
51+
"tags": [],
52+
"isSliced": false,
53+
"isEncrypted": true,
54+
"isPermanent": false
5555
}
5656
]
5757
}

test/cli/remote-table-upload/table-exist-columns-flag-diff-order/expected-state.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
],
3737
"files": [
3838
{
39-
"name": "create_table_in.c_my_bucket.data",
40-
"tags": [],
39+
"name": "data.csv",
40+
"tags": [
41+
"test"
42+
],
4143
"isSliced": false,
4244
"isEncrypted": true,
4345
"isPermanent": false
@@ -52,10 +54,8 @@
5254
"isPermanent": false
5355
},
5456
{
55-
"name": "data.csv",
56-
"tags": [
57-
"test"
58-
],
57+
"name": "table_header_in.c_my_bucket.data",
58+
"tags": [],
5959
"isSliced": false,
6060
"isEncrypted": true,
6161
"isPermanent": false

test/cli/remote-table-upload/table-exist-columns-flag-file-without-headers/expected-state.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
],
3737
"files": [
3838
{
39-
"name": "create_table_in.c_my_bucket.data",
40-
"tags": [],
39+
"name": "data.csv",
40+
"tags": [
41+
"test"
42+
],
4143
"isSliced": false,
4244
"isEncrypted": true,
4345
"isPermanent": false
@@ -52,10 +54,8 @@
5254
"isPermanent": false
5355
},
5456
{
55-
"name": "data.csv",
56-
"tags": [
57-
"test"
58-
],
57+
"name": "table_header_in.c_my_bucket.data",
58+
"tags": [],
5959
"isSliced": false,
6060
"isEncrypted": true,
6161
"isPermanent": false

test/cli/remote-table-upload/table-exist-columns-flag/expected-state.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
],
3737
"files": [
3838
{
39-
"name": "create_table_in.c_my_bucket.data",
40-
"tags": [],
39+
"name": "data.csv",
40+
"tags": [
41+
"test"
42+
],
4143
"isSliced": false,
4244
"isEncrypted": true,
4345
"isPermanent": false
@@ -52,10 +54,8 @@
5254
"isPermanent": false
5355
},
5456
{
55-
"name": "data.csv",
56-
"tags": [
57-
"test"
58-
],
57+
"name": "table_header_in.c_my_bucket.data",
58+
"tags": [],
5959
"isSliced": false,
6060
"isEncrypted": true,
6161
"isPermanent": false

test/cli/remote-table-upload/table-exist-file-without-headers/expected-state.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
],
3737
"files": [
3838
{
39-
"name": "create_table_in.c_my_bucket.data",
40-
"tags": [],
39+
"name": "data.csv",
40+
"tags": [
41+
"test"
42+
],
4143
"isSliced": false,
4244
"isEncrypted": true,
4345
"isPermanent": false
@@ -52,10 +54,8 @@
5254
"isPermanent": false
5355
},
5456
{
55-
"name": "data.csv",
56-
"tags": [
57-
"test"
58-
],
57+
"name": "table_header_in.c_my_bucket.data",
58+
"tags": [],
5959
"isSliced": false,
6060
"isEncrypted": true,
6161
"isPermanent": false

test/cli/remote-table-upload/table-exist-same-csv-columns-diff-order/expected-state.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
],
3737
"files": [
3838
{
39-
"name": "create_table_in.c_my_bucket.data",
40-
"tags": [],
39+
"name": "data.csv",
40+
"tags": [
41+
"test"
42+
],
4143
"isSliced": false,
4244
"isEncrypted": true,
4345
"isPermanent": false
@@ -52,10 +54,8 @@
5254
"isPermanent": false
5355
},
5456
{
55-
"name": "data.csv",
56-
"tags": [
57-
"test"
58-
],
57+
"name": "table_header_in.c_my_bucket.data",
58+
"tags": [],
5959
"isSliced": false,
6060
"isEncrypted": true,
6161
"isPermanent": false

test/cli/remote-table-upload/table-exist-same-csv-columns/expected-state.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
],
3737
"files": [
3838
{
39-
"name": "create_table_in.c_my_bucket.data",
40-
"tags": [],
39+
"name": "data.csv",
40+
"tags": [
41+
"test"
42+
],
4143
"isSliced": false,
4244
"isEncrypted": true,
4345
"isPermanent": false
@@ -52,10 +54,8 @@
5254
"isPermanent": false
5355
},
5456
{
55-
"name": "data.csv",
56-
"tags": [
57-
"test"
58-
],
57+
"name": "table_header_in.c_my_bucket.data",
58+
"tags": [],
5959
"isSliced": false,
6060
"isEncrypted": true,
6161
"isPermanent": false

test/cli/remote-table-upload/table-exist-same-csv-file-withtout-headers/expected-state.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
],
3737
"files": [
3838
{
39-
"name": "create_table_in.c_my_bucket.data",
40-
"tags": [],
39+
"name": "data.csv",
40+
"tags": [
41+
"test"
42+
],
4143
"isSliced": false,
4244
"isEncrypted": true,
4345
"isPermanent": false
@@ -52,10 +54,8 @@
5254
"isPermanent": false
5355
},
5456
{
55-
"name": "data.csv",
56-
"tags": [
57-
"test"
58-
],
57+
"name": "table_header_in.c_my_bucket.data",
58+
"tags": [],
5959
"isSliced": false,
6060
"isEncrypted": true,
6161
"isPermanent": false

0 commit comments

Comments
 (0)