Skip to content

Commit 758cda4

Browse files
committed
remove whitespace?
1 parent d129735 commit 758cda4

34 files changed

+34
-34
lines changed

test/sql-server-cdc-old-syntax/alter-table-after-source.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,4 @@ DROP TABLE drop_table;
320320
# Table is dropped
321321
# TODO: This should fail
322322
# ! SELECT * FROM drop_table;
323-
# regex:(table was dropped|incompatible schema change)
323+
# regex:(table was dropped|incompatible schema change)

test/sql-server-cdc-old-syntax/alter-table-irrelevant.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ INSERT INTO irrelevant_table VALUES ('gh');
105105
1
106106
2
107107

108-
> DROP SOURCE irrelevant_table CASCADE;
108+
> DROP SOURCE irrelevant_table CASCADE;

test/sql-server-cdc-old-syntax/constraints.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ Explained Query:
114114
Used Indexes:
115115
- materialize.public.unique_nullable_primary_idx (*** full scan ***)
116116

117-
Target cluster: quickstart
117+
Target cluster: quickstart

test/sql-server-cdc-old-syntax/correctness-property-2.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ CREATE CLUSTER REPLICA storage.r1 SIZE = 'scale=1,workers=1';
5454
> FETCH 1 c WITH (timeout = '1d');
5555
1 10000
5656

57-
> COMMIT
57+
> COMMIT

test/sql-server-cdc-old-syntax/create-views-from-source-in-schema.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ INSERT INTO t2 SELECT * FROM t2;
6363
2
6464
2
6565

66-
> DROP SCHEMA schema1 CASCADE;
66+
> DROP SCHEMA schema1 CASCADE;

test/sql-server-cdc-old-syntax/dropped-slot-errors.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ EXEC sys.sp_cdc_disable_db;
5454
> CREATE CLUSTER REPLICA storage.r1 SIZE 'scale=1,workers=1';
5555

5656
> SELECT error ~~ 'sql-server: into results: Token error: ''Invalid object name ''cdc.lsn_time_mapping''.'' on server % executing on line 1 (code: %, state: %, class: %)' FROM mz_internal.mz_source_statuses WHERE name = 't1';
57-
true
57+
true

test/sql-server-cdc-old-syntax/gh-10981.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ INSERT INTO t1 VALUES (1, NULL, 1);
3838
FOR TABLES (t1);
3939

4040
> SELECT * FROM t1;
41-
1 <null> 1
41+
1 <null> 1

test/sql-server-cdc-old-syntax/max-slot-wal-keep-size.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ UPDATE t1 SET f2 = CONCAT(f2, pk);
5353
> CREATE CLUSTER REPLICA storage.r1 SIZE = 'scale=1,workers=1';
5454

5555
> SELECT count(*) FROM t1;
56-
200000
56+
200000

test/sql-server-cdc-old-syntax/privileges.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ contains:insufficient permissions for tables [dbo.t1_privileges] or capture inst
7979
! CREATE SOURCE t1_privileges_sql_server_failure
8080
FROM SQL SERVER CONNECTION sql_server_privileges_connection_capture_instance
8181
FOR TABLES (dbo.t1_privileges);
82-
contains:insufficient permissions for tables [] or capture instances [dbo_t1_privileges]
82+
contains:insufficient permissions for tables [] or capture instances [dbo_t1_privileges]

test/sql-server-cdc-old-syntax/replica-identity-default-nothing.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# Not applicable to SQL Server kept for consistency.
1212
#
1313

14-
$ nop
14+
$ nop

0 commit comments

Comments
 (0)