Skip to content

Commit c7ced76

Browse files
committed
remove unecessary changes
1 parent 4b9eeb2 commit c7ced76

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

datafusion-cli/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,5 +439,4 @@ mod tests {
439439

440440
Ok(())
441441
}
442-
443442
}

datafusion-cli/tests/cli_integration.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ fn init() {
5959
"batch_size",
6060
["--command", "show datafusion.execution.batch_size", "-q", "-b", "1"],
6161
)]
62-
6362
#[test]
6463
fn cli_quick_test<'a>(
6564
#[case] snapshot_name: &'a str,

datafusion-cli/tests/snapshots/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ info:
88
- "--format"
99
- json
1010
- "-q"
11-
snapshot_kind: text
1211
---
1312
success: true
1413
exit_code: 0

datafusion-cli/tests/snapshots/cli_quick_test@batch_size.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ info:
88
- "-q"
99
- "-b"
1010
- "1"
11-
snapshot_kind: text
1211
---
1312
success: true
1413
exit_code: 0

datafusion-cli/tests/snapshots/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ info:
66
- "--file"
77
- tests/sql/select.sql
88
- "-q"
9-
snapshot_kind: text
109
---
1110
success: true
1211
exit_code: 0

datafusion-cli/tests/snapshots/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ info:
66
- "--command"
77
- select 1; select 2;
88
- "-q"
9-
snapshot_kind: text
109
---
1110
success: true
1211
exit_code: 0

0 commit comments

Comments
 (0)