Skip to content

Comments

Add Test_SS_Types_PG for comprehensive PG-to-PG type replication#3887

Open
iskakaushik wants to merge 2 commits intomainfrom
fix-test-ss-types-pg-type-system
Open

Add Test_SS_Types_PG for comprehensive PG-to-PG type replication#3887
iskakaushik wants to merge 2 commits intomainfrom
fix-test-ss-types-pg-type-system

Conversation

@iskakaushik
Copy link
Contributor

Summary

  • Adds Test_SS_Types_PG test for comprehensive PostgreSQL-to-PostgreSQL CDC replication
  • Tests various data types: text, varchar, numeric, date/time, interval, json, arrays, enums, UUIDs
  • Uses TypeSystem_PG to preserve native PostgreSQL types during replication

Test Coverage

  • Initial snapshot with 5 edge case rows (NULLs, empty values, min values, unicode, boundary timestamps)
  • CDC inserts with 5 more rows (max values, nested JSON, complex intervals)
  • CDC updates (NULL to values, unicode changes, JSON changes)
  • CDC deletes

Key Detail

Uses flowConnConfig.System = protos.TypeSystem_PG which preserves native PostgreSQL column types (like interval) instead of converting through the Q type system.

Tests CDC replication of various PostgreSQL types including:
- Text, varchar with various lengths
- Numeric types (smallint, integer, bigint, numeric, double precision)
- Date/time types (date, timestamp, timestamptz, interval)
- JSON types (json, jsonb)
- Arrays (text[], integer[])
- Enums, UUIDs, booleans

Uses TypeSystem_PG to preserve native PostgreSQL types during replication.
@iskakaushik iskakaushik requested a review from serprex February 3, 2026 21:15
@codecov
Copy link

codecov bot commented Feb 3, 2026

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
1654 2 1652 148
View the top 2 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestBigQueryClickhouseSuite
Stack Traces | 0.01s run time
=== RUN   TestBigQueryClickhouseSuite
=== PAUSE TestBigQueryClickhouseSuite
=== CONT  TestBigQueryClickhouseSuite
--- FAIL: TestBigQueryClickhouseSuite (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestBigQueryClickhouseSuite/Test_Types
Stack Traces | 186s run time
=== RUN   TestBigQueryClickhouseSuite/Test_Types
=== PAUSE TestBigQueryClickhouseSuite/Test_Types
=== CONT  TestBigQueryClickhouseSuite/Test_Types
    bigquery_source_test.go:498: ClickHouse database: e2e_test_bqch_1ob1tqk9
    bigquery_source_test.go:504: Creating test table test_types_k35v3qlf with all supported types
2026/02/03 21:26:16 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:16 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:16 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5425341222374418664 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/03 21:26:16 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/03 21:26:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5425341222374418664
2026/02/03 21:26:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5425341222374418664 records=8 bytes=168 channelLen=7
2026/02/03 21:26:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/03 21:26:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5425341222374418664
2026/02/03 21:26:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5425341222374418664 records=0 bytes=0 channelLen=0
2026/02/03 21:26:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:16 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:16 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:664: Inserted 3 rows into source table
2026/02/03 21:26:19 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_2k6d9sir_20260203212502.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:26:19 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_2k6d9sir_20260203212502.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:26:19 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13179035781019967146 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_2k6d9sir_20260203212502.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/03 21:26:19 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_2k6d9sir_20260203212502.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/03 21:26:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13179035781019967146
2026/02/03 21:26:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13179035781019967146 records=13 bytes=293 channelLen=12
2026/02/03 21:26:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_2k6d9sir_20260203212502.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/03 21:26:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13179035781019967146
2026/02/03 21:26:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13179035781019967146 records=0 bytes=0 channelLen=0
2026/02/03 21:26:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_2k6d9sir_20260203212502.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:19 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:19 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_2k6d9sir_20260203212502.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:684: WaitFor all types replicated 2026-02-03 21:26:20.541127517 +0000 UTC m=+109.239515536
2026/02/03 21:26:20 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pgchg_jsznh7uy.\"test_ddl_drop_column\" ORDER BY id"
2026/02/03 21:26:20 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pgchg_jsznh7uy.\"test_ddl_drop_column\" ORDER BY id"
2026/02/03 21:26:20 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16208860570021273287 CURSOR FOR SELECT id, col_to_add FROM e2e_test_pgchg_jsznh7uy.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/03 21:26:20 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pgchg_jsznh7uy.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16208860570021273287
2026/02/03 21:26:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16208860570021273287 records=2 bytes=12 channelLen=1
2026/02/03 21:26:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pgchg_jsznh7uy.\"test_ddl_drop_column\" ORDER BY id" rows=2 bytes=12 channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16208860570021273287
2026/02/03 21:26:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16208860570021273287 records=0 bytes=0 channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pgchg_jsznh7uy.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:20 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pgchg_jsznh7uy.\"test_ddl_drop_column\" ORDER BY id" rows=2 bytes=12 channelLen=0
    bigquery_source_test.go:684: code: 60, message: Unknown table expression identifier 'test_types_k35v3qlf_dst' in scope SELECT id FROM test_types_k35v3qlf_dst FINAL WHERE _peerdb_is_deleted = 0 ORDER BY 1 ASC SETTINGS use_query_cache = false
2026/02/03 21:26:20 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id"
2026/02/03 21:26:20 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id"
2026/02/03 21:26:20 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8309625809702876853 CURSOR FOR SELECT id,good_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/03 21:26:20 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8309625809702876853
2026/02/03 21:26:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8309625809702876853 records=1 bytes=9 channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8309625809702876853
2026/02/03 21:26:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8309625809702876853 records=0 bytes=0 channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:20 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:20 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:25 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:25 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:25 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14720725863402087666 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/03 21:26:25 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/03 21:26:25 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14720725863402087666
2026/02/03 21:26:25 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14720725863402087666 records=8 bytes=168 channelLen=7
2026/02/03 21:26:25 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/03 21:26:25 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14720725863402087666
2026/02/03 21:26:25 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14720725863402087666 records=0 bytes=0 channelLen=0
2026/02/03 21:26:25 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:25 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:25 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:26 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:26 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:26 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9257626995722949429 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/03 21:26:26 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/03 21:26:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9257626995722949429
2026/02/03 21:26:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9257626995722949429 records=8 bytes=168 channelLen=7
2026/02/03 21:26:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/03 21:26:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9257626995722949429
2026/02/03 21:26:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9257626995722949429 records=0 bytes=0 channelLen=0
2026/02/03 21:26:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:26 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:26 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:27 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id"
2026/02/03 21:26:27 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id"
2026/02/03 21:26:27 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_892025042344691436 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/03 21:26:27 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/03 21:26:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_892025042344691436
2026/02/03 21:26:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_892025042344691436 records=2 bytes=23 channelLen=1
2026/02/03 21:26:27 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=1
2026/02/03 21:26:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_892025042344691436
2026/02/03 21:26:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_892025042344691436 records=0 bytes=0 channelLen=0
2026/02/03 21:26:27 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:27 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:27 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pgchg_i93gqjxa.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:29 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:29 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:29 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5166444580975944412 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/03 21:26:29 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/03 21:26:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5166444580975944412
2026/02/03 21:26:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5166444580975944412 records=8 bytes=168 channelLen=7
2026/02/03 21:26:29 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/03 21:26:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5166444580975944412
2026/02/03 21:26:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5166444580975944412 records=0 bytes=0 channelLen=0
2026/02/03 21:26:29 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:29 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:29 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:30 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:30 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:30 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5889416696394597804 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/03 21:26:30 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/03 21:26:30 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5889416696394597804
2026/02/03 21:26:30 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5889416696394597804 records=8 bytes=168 channelLen=7
2026/02/03 21:26:30 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/03 21:26:30 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5889416696394597804
2026/02/03 21:26:30 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5889416696394597804 records=0 bytes=0 channelLen=0
2026/02/03 21:26:30 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:30 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:30 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:32 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:32 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:26:32 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11030468653430827371 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/03 21:26:32 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/03 21:26:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11030468653430827371
2026/02/03 21:26:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11030468653430827371 records=8 bytes=168 channelLen=7
2026/02/03 21:26:32 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/03 21:26:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11030468653430827371
2026/02/03 21:26:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11030468653430827371 records=0 bytes=0 channelLen=0
2026/02/03 21:26:32 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:32 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:32 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_bq_3gmutzom_20260203212513.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:39 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:26:39 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:26:39 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6237943722019396347 CURSOR FOR SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:26:39 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:26:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6237943722019396347
2026/02/03 21:26:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6237943722019396347 records=3 bytes=60 channelLen=2
2026/02/03 21:26:39 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=3 bytes=60 channelLen=2
2026/02/03 21:26:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6237943722019396347
2026/02/03 21:26:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6237943722019396347 records=0 bytes=0 channelLen=0
2026/02/03 21:26:39 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:39 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:39 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=3 bytes=60 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:42 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:26:42 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:26:42 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17093011915653285479 CURSOR FOR SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:26:42 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:26:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17093011915653285479
2026/02/03 21:26:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17093011915653285479 records=3 bytes=60 channelLen=2
2026/02/03 21:26:42 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=3 bytes=60 channelLen=0
2026/02/03 21:26:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17093011915653285479
2026/02/03 21:26:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17093011915653285479 records=0 bytes=0 channelLen=0
2026/02/03 21:26:42 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:42 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:42 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=3 bytes=60 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:51 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_mas1hhlp.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:26:51 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_mas1hhlp.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:26:51 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11074966837758673946 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_mas1hhlp.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/03 21:26:51 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_mas1hhlp.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/03 21:26:51 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11074966837758673946
2026/02/03 21:26:51 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11074966837758673946 records=13 bytes=293 channelLen=12
2026/02/03 21:26:51 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_mas1hhlp.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/03 21:26:51 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11074966837758673946
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:26:58 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:26:58 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:26:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_18161086921152554757 CURSOR FOR SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:26:58 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:26:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18161086921152554757
2026/02/03 21:26:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18161086921152554757 records=4 bytes=48 channelLen=3
2026/02/03 21:26:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
2026/02/03 21:26:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18161086921152554757
2026/02/03 21:26:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18161086921152554757 records=0 bytes=0 channelLen=0
2026/02/03 21:26:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:26:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:26:58 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:00 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_1dxoo0rd.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:27:00 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_1dxoo0rd.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:27:00 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16398199814100455761 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_1dxoo0rd.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/03 21:27:00 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_1dxoo0rd.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/03 21:27:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16398199814100455761
2026/02/03 21:27:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16398199814100455761 records=8 bytes=168 channelLen=7
2026/02/03 21:27:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_1dxoo0rd.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=7
2026/02/03 21:27:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16398199814100455761
2026/02/03 21:27:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16398199814100455761 records=0 bytes=0 channelLen=0
2026/02/03 21:27:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_1dxoo0rd.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:27:00 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:27:00 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchg_1dxoo0rd.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:27:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:27:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9285056150222815946 CURSOR FOR SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:27:01 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:27:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9285056150222815946
2026/02/03 21:27:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9285056150222815946 records=4 bytes=48 channelLen=3
2026/02/03 21:27:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=3
2026/02/03 21:27:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9285056150222815946
2026/02/03 21:27:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9285056150222815946 records=0 bytes=0 channelLen=0
2026/02/03 21:27:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:27:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:27:01 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
2026/02/03 21:27:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:27:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:27:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_18421912896646330588 CURSOR FOR SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:27:01 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:27:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18421912896646330588
2026/02/03 21:27:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18421912896646330588 records=4 bytes=48 channelLen=3
2026/02/03 21:27:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=2
2026/02/03 21:27:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18421912896646330588
2026/02/03 21:27:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18421912896646330588 records=0 bytes=0 channelLen=0
2026/02/03 21:27:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:27:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:27:01 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_4fglyc2m.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:16 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:22 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'"
2026/02/03 21:27:22 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'"
2026/02/03 21:27:22 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14115298209637608569 CURSOR FOR \n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'" args=[]
2026/02/03 21:27:22 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'" channelLen=0
2026/02/03 21:27:22 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14115298209637608569
2026/02/03 21:27:22 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14115298209637608569 records=1 bytes=8 channelLen=0
2026/02/03 21:27:22 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'" rows=1 bytes=8 channelLen=0
2026/02/03 21:27:22 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14115298209637608569
2026/02/03 21:27:22 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14115298209637608569 records=0 bytes=0 channelLen=0
2026/02/03 21:27:22 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'" rows=0 bytes=0 channelLen=0
2026/02/03 21:27:22 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:27:22 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'" rows=1 bytes=8 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:25 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13679941382858756967 records=1 bytes=8 channelLen=0
2026/02/03 21:27:25 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'" rows=1 bytes=8 channelLen=0
2026/02/03 21:27:25 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13679941382858756967
2026/02/03 21:27:25 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13679941382858756967 records=0 bytes=0 channelLen=0
2026/02/03 21:27:25 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'" rows=0 bytes=0 channelLen=0
2026/02/03 21:27:25 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:27:25 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_o67td5c9' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_o67td5c9.t5_mv_api_o67td5c9%'" rows=1 bytes=8 channelLen=0
2026/02/03 21:27:25 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_cmfpqmxg.original
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:26 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_yba4r3yc.table1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:28 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_o67td5c9.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:29 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_yba4r3yc.table1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:32 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_yba4r3yc.table1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:34 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_o67td5c9.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:37 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_o67td5c9.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:40 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_clytzcik.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:42 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_et5blaxx.test_ddl_drop_column
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:44 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:45 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_et5blaxx.test_ddl_drop_column
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:48 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_et5blaxx.test_ddl_drop_column
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:52 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_et5blaxx.test_ddl_drop_column
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:55 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_et5blaxx.test_ddl_drop_column
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:27:58 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_et5blaxx.test_ddl_drop_column
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:03 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_bzm2jg1a.t1
2026/02/03 21:28:03 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:05 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_n2o6g2lf.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:07 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_et5blaxx.test_ddl_drop_column
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:08 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_n2o6g2lf.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:09 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
2026/02/03 21:28:09 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_bzm2jg1a.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:12 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
2026/02/03 21:28:12 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_bzm2jg1a.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:15 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_bzm2jg1a.t1
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:17 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id"
2026/02/03 21:28:17 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id"
2026/02/03 21:28:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11357532382882068349 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" args=[]
2026/02/03 21:28:17 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11357532382882068349
2026/02/03 21:28:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11357532382882068349 records=2 bytes=76 channelLen=1
2026/02/03 21:28:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11357532382882068349
2026/02/03 21:28:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11357532382882068349 records=0 bytes=0 channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:17 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/03 21:28:17 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id"
2026/02/03 21:28:17 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id"
2026/02/03 21:28:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17106021311303218342 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" args=[]
2026/02/03 21:28:17 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17106021311303218342
2026/02/03 21:28:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17106021311303218342 records=1 bytes=152 channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17106021311303218342
2026/02/03 21:28:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17106021311303218342 records=0 bytes=0 channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:17 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:20 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id"
2026/02/03 21:28:20 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id"
2026/02/03 21:28:20 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9988970415547616706 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" args=[]
2026/02/03 21:28:20 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9988970415547616706
2026/02/03 21:28:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9988970415547616706 records=2 bytes=76 channelLen=1
2026/02/03 21:28:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9988970415547616706
2026/02/03 21:28:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9988970415547616706 records=0 bytes=0 channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:20 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/03 21:28:20 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id"
2026/02/03 21:28:20 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id"
2026/02/03 21:28:20 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5027817523768715917 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" args=[]
2026/02/03 21:28:20 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5027817523768715917
2026/02/03 21:28:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5027817523768715917 records=1 bytes=152 channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5027817523768715917
2026/02/03 21:28:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5027817523768715917 records=0 bytes=0 channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:20 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:20 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:21 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:23 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id"
2026/02/03 21:28:23 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id"
2026/02/03 21:28:23 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_683012632069163281 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" args=[]
2026/02/03 21:28:23 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_683012632069163281
2026/02/03 21:28:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_683012632069163281 records=2 bytes=76 channelLen=1
2026/02/03 21:28:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_683012632069163281
2026/02/03 21:28:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_683012632069163281 records=0 bytes=0 channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:23 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/03 21:28:23 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id"
2026/02/03 21:28:23 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id"
2026/02/03 21:28:23 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12902485456232454687 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" args=[]
2026/02/03 21:28:23 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12902485456232454687
2026/02/03 21:28:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12902485456232454687 records=1 bytes=152 channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12902485456232454687
2026/02/03 21:28:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12902485456232454687 records=0 bytes=0 channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:23 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:23 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:25 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:26 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id"
2026/02/03 21:28:26 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id"
2026/02/03 21:28:26 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11506523350376893546 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" args=[]
2026/02/03 21:28:26 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" channelLen=0
2026/02/03 21:28:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11506523350376893546
2026/02/03 21:28:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11506523350376893546 records=2 bytes=76 channelLen=1
2026/02/03 21:28:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=1
2026/02/03 21:28:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11506523350376893546
2026/02/03 21:28:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11506523350376893546 records=0 bytes=0 channelLen=0
2026/02/03 21:28:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:26 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:26 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/03 21:28:26 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id"
2026/02/03 21:28:26 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id"
2026/02/03 21:28:26 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4731586678545021696 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" args=[]
2026/02/03 21:28:26 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4731586678545021696
2026/02/03 21:28:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4731586678545021696 records=2 bytes=304 channelLen=1
2026/02/03 21:28:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=2 bytes=304 channelLen=0
2026/02/03 21:28:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4731586678545021696
2026/02/03 21:28:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4731586678545021696 records=0 bytes=0 channelLen=0
2026/02/03 21:28:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:26 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:26 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_qo8qlyyu.\"pg_pgvector_dst\" ORDER BY id" rows=2 bytes=304 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:28 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:29 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:32 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:38 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:39 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:28:39 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:28:39 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_997605308842215992 CURSOR FOR SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:28:39 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:28:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_997605308842215992
2026/02/03 21:28:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_997605308842215992 records=1 bytes=12 channelLen=0
2026/02/03 21:28:39 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=1 bytes=12 channelLen=0
2026/02/03 21:28:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_997605308842215992
2026/02/03 21:28:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_997605308842215992 records=0 bytes=0 channelLen=0
2026/02/03 21:28:39 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:39 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:39 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=1 bytes=12 channelLen=0
2026/02/03 21:28:39 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/03 21:28:39 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/03 21:28:39 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11043689133956984624 CURSOR FOR SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" args=[]
2026/02/03 21:28:39 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11043689133956984624
2026/02/03 21:28:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11043689133956984624 records=0 bytes=0 channelLen=0
2026/02/03 21:28:39 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:39 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:39 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:41 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:42 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:43 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id"
2026/02/03 21:28:43 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id"
2026/02/03 21:28:43 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7601901716701442614 CURSOR FOR SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/03 21:28:43 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/03 21:28:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7601901716701442614
2026/02/03 21:28:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7601901716701442614 records=1 bytes=4 channelLen=0
2026/02/03 21:28:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/03 21:28:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7601901716701442614
2026/02/03 21:28:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7601901716701442614 records=0 bytes=0 channelLen=0
2026/02/03 21:28:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:43 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:43 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/03 21:28:43 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id"
2026/02/03 21:28:43 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id"
2026/02/03 21:28:43 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9696447488373985747 CURSOR FOR SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id" args=[]
2026/02/03 21:28:43 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9696447488373985747
2026/02/03 21:28:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9696447488373985747 records=0 bytes=0 channelLen=0
2026/02/03 21:28:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:43 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:43 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:45 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
2026/02/03 21:28:45 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_0bf68aaa.test_simple_schema_changes
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:46 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:28:46 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:28:46 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11332750811835004185 CURSOR FOR SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:28:46 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:28:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11332750811835004185
2026/02/03 21:28:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11332750811835004185 records=1 bytes=12 channelLen=0
2026/02/03 21:28:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=1 bytes=12 channelLen=0
2026/02/03 21:28:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11332750811835004185
2026/02/03 21:28:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11332750811835004185 records=0 bytes=0 channelLen=0
2026/02/03 21:28:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:46 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:46 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=1 bytes=12 channelLen=0
2026/02/03 21:28:46 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/03 21:28:46 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/03 21:28:46 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17578514258713541494 CURSOR FOR SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" args=[]
2026/02/03 21:28:46 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17578514258713541494
2026/02/03 21:28:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17578514258713541494 records=0 bytes=0 channelLen=0
2026/02/03 21:28:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:46 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:46 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:49 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id"
2026/02/03 21:28:49 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id"
2026/02/03 21:28:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3709864604677172676 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" args=[]
2026/02/03 21:28:49 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" channelLen=0
2026/02/03 21:28:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3709864604677172676
2026/02/03 21:28:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3709864604677172676 records=20 bytes=680 channelLen=19
2026/02/03 21:28:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=19
2026/02/03 21:28:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3709864604677172676
2026/02/03 21:28:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3709864604677172676 records=0 bytes=0 channelLen=0
2026/02/03 21:28:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:49 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=0
2026/02/03 21:28:49 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id"
2026/02/03 21:28:49 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id"
2026/02/03 21:28:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11197043208370054659 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" args=[]
2026/02/03 21:28:49 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11197043208370054659
2026/02/03 21:28:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11197043208370054659 records=10 bytes=340 channelLen=9
2026/02/03 21:28:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=9
2026/02/03 21:28:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11197043208370054659
2026/02/03 21:28:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11197043208370054659 records=0 bytes=0 channelLen=0
2026/02/03 21:28:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:49 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:52 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id"
2026/02/03 21:28:52 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id"
2026/02/03 21:28:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13946854697703655982 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" args=[]
2026/02/03 21:28:52 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" channelLen=0
2026/02/03 21:28:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13946854697703655982
2026/02/03 21:28:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13946854697703655982 records=20 bytes=680 channelLen=19
2026/02/03 21:28:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=19
2026/02/03 21:28:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13946854697703655982
2026/02/03 21:28:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13946854697703655982 records=0 bytes=0 channelLen=0
2026/02/03 21:28:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:52 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=0
2026/02/03 21:28:52 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id"
2026/02/03 21:28:52 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id"
2026/02/03 21:28:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14055084047069703785 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" args=[]
2026/02/03 21:28:52 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14055084047069703785
2026/02/03 21:28:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14055084047069703785 records=10 bytes=340 channelLen=9
2026/02/03 21:28:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=9
2026/02/03 21:28:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14055084047069703785
2026/02/03 21:28:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14055084047069703785 records=0 bytes=0 channelLen=0
2026/02/03 21:28:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:52 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:53 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:28:53 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:28:53 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7012182052365893744 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/03 21:28:53 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/03 21:28:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7012182052365893744
2026/02/03 21:28:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7012182052365893744 records=10 bytes=230 channelLen=9
2026/02/03 21:28:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=9
2026/02/03 21:28:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7012182052365893744
2026/02/03 21:28:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7012182052365893744 records=0 bytes=0 channelLen=0
2026/02/03 21:28:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:53 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:53 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=0
2026/02/03 21:28:53 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/03 21:28:53 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/03 21:28:53 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6698466974428675183 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" args=[]
2026/02/03 21:28:53 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6698466974428675183
2026/02/03 21:28:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6698466974428675183 records=0 bytes=0 channelLen=0
2026/02/03 21:28:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:53 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:53 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:55 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id"
2026/02/03 21:28:55 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id"
2026/02/03 21:28:55 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9030906762824625052 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" args=[]
2026/02/03 21:28:55 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" channelLen=0
2026/02/03 21:28:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9030906762824625052
2026/02/03 21:28:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9030906762824625052 records=20 bytes=680 channelLen=19
2026/02/03 21:28:55 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=19
2026/02/03 21:28:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9030906762824625052
2026/02/03 21:28:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9030906762824625052 records=0 bytes=0 channelLen=0
2026/02/03 21:28:55 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:55 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:55 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=0
2026/02/03 21:28:55 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id"
2026/02/03 21:28:55 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id"
2026/02/03 21:28:55 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4162901819898274623 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" args=[]
2026/02/03 21:28:55 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4162901819898274623
2026/02/03 21:28:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4162901819898274623 records=10 bytes=340 channelLen=9
2026/02/03 21:28:55 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=9
2026/02/03 21:28:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4162901819898274623
2026/02/03 21:28:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4162901819898274623 records=0 bytes=0 channelLen=0
2026/02/03 21:28:55 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:55 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:55 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:56 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pg_xbli2ia7.\"test_inheritance\" ORDER BY id"
2026/02/03 21:28:56 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pg_xbli2ia7.\"test_inheritance\" ORDER BY id"
2026/02/03 21:28:56 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15600201280382047059 CURSOR FOR SELECT id,name,created_at FROM ONLY e2e_test_pg_xbli2ia7.\"test_inheritance\" ORDER BY id" args=[]
2026/02/03 21:28:56 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pg_xbli2ia7.\"test_inheritance\" ORDER BY id" channelLen=0
2026/02/03 21:28:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15600201280382047059
2026/02/03 21:28:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15600201280382047059 records=1 bytes=21 channelLen=0
2026/02/03 21:28:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pg_xbli2ia7.\"test_inheritance\" ORDER BY id" rows=1 bytes=21 channelLen=0
2026/02/03 21:28:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15600201280382047059
2026/02/03 21:28:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15600201280382047059 records=0 bytes=0 channelLen=0
2026/02/03 21:28:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pg_xbli2ia7.\"test_inheritance\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:56 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:56 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pg_xbli2ia7.\"test_inheritance\" ORDER BY id" rows=1 bytes=21 channelLen=0
2026/02/03 21:28:56 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xbli2ia7.\"test_inheritance_dst\" ORDER BY id"
2026/02/03 21:28:56 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xbli2ia7.\"test_inheritance_dst\" ORDER BY id"
2026/02/03 21:28:56 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8740356369151495479 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_xbli2ia7.\"test_inheritance_dst\" ORDER BY id" args=[]
2026/02/03 21:28:56 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xbli2ia7.\"test_inheritance_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8740356369151495479
2026/02/03 21:28:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8740356369151495479 records=0 bytes=0 channelLen=0
2026/02/03 21:28:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xbli2ia7.\"test_inheritance_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:56 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:56 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xbli2ia7.\"test_inheritance_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:28:58 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id"
2026/02/03 21:28:58 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id"
2026/02/03 21:28:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15404086101421554924 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" args=[]
2026/02/03 21:28:58 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" channelLen=0
2026/02/03 21:28:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15404086101421554924
2026/02/03 21:28:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15404086101421554924 records=20 bytes=680 channelLen=19
2026/02/03 21:28:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=19
2026/02/03 21:28:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15404086101421554924
2026/02/03 21:28:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15404086101421554924 records=0 bytes=0 channelLen=0
2026/02/03 21:28:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:58 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=0
2026/02/03 21:28:58 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id"
2026/02/03 21:28:58 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id"
2026/02/03 21:28:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10811697281457348974 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" args=[]
2026/02/03 21:28:58 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" channelLen=0
2026/02/03 21:28:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10811697281457348974
2026/02/03 21:28:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10811697281457348974 records=10 bytes=340 channelLen=9
2026/02/03 21:28:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=9
2026/02/03 21:28:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10811697281457348974
2026/02/03 21:28:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10811697281457348974 records=0 bytes=0 channelLen=0
2026/02/03 21:28:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:28:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:28:58 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,value,myh FROM e2e_test_pg_1tg3h3ac.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:00 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id"
2026/02/03 21:29:00 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id"
2026/02/03 21:29:00 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3729334277509148561 CURSOR FOR SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/03 21:29:00 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/03 21:29:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3729334277509148561
2026/02/03 21:29:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3729334277509148561 records=1 bytes=9 channelLen=0
2026/02/03 21:29:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/02/03 21:29:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3729334277509148561
2026/02/03 21:29:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3729334277509148561 records=0 bytes=0 channelLen=0
2026/02/03 21:29:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:00 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:00 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/02/03 21:29:00 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug_dst\" ORDER BY id"
2026/02/03 21:29:00 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug_dst\" ORDER BY id"
2026/02/03 21:29:00 INFO [pg_query_executor] failed to declare cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6624389282399008285 CURSOR FOR SELECT id,good_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug_dst\" ORDER BY id" args=[] error="ERROR: column \"good_column\" does not exist (SQLSTATE 42703)"
2026/02/03 21:29:00 ERROR [pg_query_executor] failed to execute and process query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart error="[pg_query_executor] failed to declare cursor: ERROR: column \"good_column\" does not exist (SQLSTATE 42703)"
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id"
2026/02/03 21:29:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id"
2026/02/03 21:29:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3842863267969873468 CURSOR FOR SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/03 21:29:01 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/03 21:29:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3842863267969873468
2026/02/03 21:29:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3842863267969873468 records=2 bytes=12 channelLen=1
2026/02/03 21:29:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" rows=2 bytes=12 channelLen=0
2026/02/03 21:29:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3842863267969873468
2026/02/03 21:29:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3842863267969873468 records=0 bytes=0 channelLen=0
2026/02/03 21:29:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:01 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column\" ORDER BY id" rows=2 bytes=12 channelLen=0
2026/02/03 21:29:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id"
2026/02/03 21:29:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id"
2026/02/03 21:29:01 INFO [pg_query_executor] failed to declare cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6520249921239640957 CURSOR FOR SELECT id, col_to_add FROM e2e_test_pg_44h7rjdo.\"test_ddl_drop_column_dst\" ORDER BY id" args=[] error="ERROR: column \"col_to_add\" does not exist (SQLSTATE 42703)"
2026/02/03 21:29:01 ERROR [pg_query_executor] failed to execute and process query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart error="[pg_query_executor] failed to declare cursor: ERROR: column \"col_to_add\" does not exist (SQLSTATE 42703)"
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:03 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition\" ORDER BY id"
2026/02/03 21:29:03 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition\" ORDER BY id"
2026/02/03 21:29:03 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_978043624084635741 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition\" ORDER BY id" args=[]
2026/02/03 21:29:03 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition\" ORDER BY id" channelLen=0
2026/02/03 21:29:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_978043624084635741
2026/02/03 21:29:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_978043624084635741 records=10 bytes=230 channelLen=9
2026/02/03 21:29:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=9
2026/02/03 21:29:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_978043624084635741
2026/02/03 21:29:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_978043624084635741 records=0 bytes=0 channelLen=0
2026/02/03 21:29:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:03 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:03 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=0
2026/02/03 21:29:03 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition_dst\" ORDER BY id"
2026/02/03 21:29:03 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition_dst\" ORDER BY id"
2026/02/03 21:29:03 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10135470229971159946 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition_dst\" ORDER BY id" args=[]
2026/02/03 21:29:03 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition_dst\" ORDER BY id" channelLen=0
2026/02/03 21:29:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10135470229971159946
2026/02/03 21:29:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10135470229971159946 records=0 bytes=0 channelLen=0
2026/02/03 21:29:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:03 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:03 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_wtdjf5nc.\"test_partition_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:04 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:29:04 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:29:04 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_274966523799142870 CURSOR FOR SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:29:04 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:29:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_274966523799142870
2026/02/03 21:29:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_274966523799142870 records=2 bytes=40 channelLen=1
2026/02/03 21:29:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=2 bytes=40 channelLen=0
2026/02/03 21:29:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_274966523799142870
2026/02/03 21:29:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_274966523799142870 records=0 bytes=0 channelLen=0
2026/02/03 21:29:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:04 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes\" ORDER BY id" rows=2 bytes=40 channelLen=0
2026/02/03 21:29:04 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/03 21:29:04 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/03 21:29:04 INFO [pg_query_executor] failed to declare cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14850752535464393884 CURSOR FOR SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_2eomlt0w.\"test_simple_schema_changes_dst\" ORDER BY id" args=[] error="ERROR: column \"c2\" does not exist (SQLSTATE 42703)"
2026/02/03 21:29:04 ERROR [pg_query_executor] failed to execute and process query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart error="[pg_query_executor] failed to declare cursor: ERROR: column \"c2\" does not exist (SQLSTATE 42703)"
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:05 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:05 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:05 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8401544065961557756 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/03 21:29:05 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/03 21:29:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8401544065961557756
2026/02/03 21:29:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8401544065961557756 records=13 bytes=293 channelLen=12
2026/02/03 21:29:05 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/03 21:29:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8401544065961557756
2026/02/03 21:29:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8401544065961557756 records=0 bytes=0 channelLen=0
2026/02/03 21:29:05 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:05 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:05 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/03 21:29:05 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/03 21:29:05 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/03 21:29:06 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11010825019659394748 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" args=[]
2026/02/03 21:29:06 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" channelLen=0
2026/02/03 21:29:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11010825019659394748
2026/02/03 21:29:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11010825019659394748 records=0 bytes=0 channelLen=0
2026/02/03 21:29:06 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:06 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:06 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:09 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:09 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:09 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1987188999331731425 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/03 21:29:09 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/03 21:29:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1987188999331731425
2026/02/03 21:29:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1987188999331731425 records=13 bytes=293 channelLen=12
2026/02/03 21:29:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/03 21:29:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1987188999331731425
2026/02/03 21:29:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1987188999331731425 records=0 bytes=0 channelLen=0
2026/02/03 21:29:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:09 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:09 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/03 21:29:09 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/03 21:29:09 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/03 21:29:09 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17280344845765256319 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" args=[]
2026/02/03 21:29:09 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" channelLen=0
2026/02/03 21:29:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17280344845765256319
2026/02/03 21:29:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17280344845765256319 records=0 bytes=0 channelLen=0
2026/02/03 21:29:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:09 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:09 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:10 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id"
2026/02/03 21:29:10 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id"
2026/02/03 21:29:10 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15734268000550276124 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/03 21:29:10 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/03 21:29:10 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15734268000550276124
2026/02/03 21:29:10 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15734268000550276124 records=2 bytes=23 channelLen=1
2026/02/03 21:29:10 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
2026/02/03 21:29:10 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15734268000550276124
2026/02/03 21:29:10 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15734268000550276124 records=0 bytes=0 channelLen=0
2026/02/03 21:29:10 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:10 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:10 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
2026/02/03 21:29:10 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug_dst\" ORDER BY id"
2026/02/03 21:29:10 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug_dst\" ORDER BY id"
2026/02/03 21:29:10 INFO [pg_query_executor] failed to declare cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1978816828794033680 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pg_yv7gdwwt.\"test_lost_column_bug_dst\" ORDER BY id" args=[] error="ERROR: column \"lost_column\" does not exist (SQLSTATE 42703)"
2026/02/03 21:29:10 ERROR [pg_query_executor] failed to execute and process query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart error="[pg_query_executor] failed to declare cursor: ERROR: column \"lost_column\" does not exist (SQLSTATE 42703)"
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:11 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_cwczpaq1.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:29:11 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_cwczpaq1.\"test_simple_schema_changes\" ORDER BY id"
2026/02/03 21:29:11 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16856562525648377874 CURSOR FOR SELECT id,c1 FROM e2e_test_pgchclg_cwczpaq1.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/03 21:29:11 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_cwczpaq1.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/03 21:29:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16856562525648377874
2026/02/03 21:29:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16856562525648377874 records=1 bytes=12 channelLen=0
2026/02/03 21:29:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_cwczpaq1.\"test_simple_schema_changes\" ORDER BY id" rows=1 bytes=12 channelLen=0
2026/02/03 21:29:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16856562525648377874
2026/02/03 21:29:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16856562525648377874 records=0 bytes=0 channelLen=0
2026/02/03 21:29:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_cwczpaq1.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:11 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:11 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_cwczpaq1.\"test_simple_schema_changes\" ORDER BY id" rows=1 bytes=12 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:13 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id"
2026/02/03 21:29:13 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id"
2026/02/03 21:29:13 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7295721642867678559 CURSOR FOR SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/03 21:29:13 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/03 21:29:13 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7295721642867678559
2026/02/03 21:29:13 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7295721642867678559 records=1 bytes=4 channelLen=0
2026/02/03 21:29:13 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/03 21:29:13 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7295721642867678559
2026/02/03 21:29:13 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7295721642867678559 records=0 bytes=0 channelLen=0
2026/02/03 21:29:13 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:13 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:13 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:16 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:16 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:16 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16742682237582379690 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/03 21:29:16 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/03 21:29:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16742682237582379690
2026/02/03 21:29:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16742682237582379690 records=13 bytes=293 channelLen=12
2026/02/03 21:29:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/03 21:29:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16742682237582379690
2026/02/03 21:29:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16742682237582379690 records=0 bytes=0 channelLen=0
2026/02/03 21:29:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:16 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:16 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/03 21:29:16 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/03 21:29:16 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/03 21:29:16 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11918470615878300172 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" args=[]
2026/02/03 21:29:16 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" channelLen=0
2026/02/03 21:29:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11918470615878300172
2026/02/03 21:29:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11918470615878300172 records=0 bytes=0 channelLen=0
2026/02/03 21:29:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:16 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:16 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_ygrrk1hl.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:17 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:17 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4418615917195304891 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/03 21:29:17 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/03 21:29:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4418615917195304891
2026/02/03 21:29:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4418615917195304891 records=10 bytes=230 channelLen=9
2026/02/03 21:29:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=0
2026/02/03 21:29:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4418615917195304891
2026/02/03 21:29:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4418615917195304891 records=0 bytes=0 channelLen=0
2026/02/03 21:29:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:17 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:18 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pgchclg_ezl7jrff.\"test_inheritance\" ORDER BY id"
2026/02/03 21:29:18 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pgchclg_ezl7jrff.\"test_inheritance\" ORDER BY id"
2026/02/03 21:29:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_546253972000217862 CURSOR FOR SELECT id,name,created_at FROM ONLY e2e_test_pgchclg_ezl7jrff.\"test_inheritance\" ORDER BY id" args=[]
2026/02/03 21:29:18 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pgchclg_ezl7jrff.\"test_inheritance\" ORDER BY id" channelLen=0
2026/02/03 21:29:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_546253972000217862
2026/02/03 21:29:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_546253972000217862 records=1 bytes=21 channelLen=0
2026/02/03 21:29:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pgchclg_ezl7jrff.\"test_inheritance\" ORDER BY id" rows=1 bytes=21 channelLen=0
2026/02/03 21:29:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_546253972000217862
2026/02/03 21:29:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_546253972000217862 records=0 bytes=0 channelLen=0
2026/02/03 21:29:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pgchclg_ezl7jrff.\"test_inheritance\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:18 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM ONLY e2e_test_pgchclg_ezl7jrff.\"test_inheritance\" ORDER BY id" rows=1 bytes=21 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
2026/02/03 21:29:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5261464463648205387 records=0 bytes=0 channelLen=0
2026/02/03 21:29:20 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:20 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:20 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchclg_dirdlin5.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
    bigquery_source_test.go:684: q.NumRecords: 3
    bigquery_source_test.go:684: other.NumRecords: 0
    bigquery_source_test.go:684: UNEXPECTED TIMEOUT all types replicated 2026-02-03 21:29:21.724509432 +0000 UTC m=+290.422897450
2026/02/03 21:29:21 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:29:21 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/03 21:29:21 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11816209367909964847 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/03 21:29:21 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/03 21:29:21 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11816209367909964847
2026/02/03 21:29:21 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11816209367909964847 records=8 bytes=168 channelLen=7
2026/02/03 21:29:21 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=2
2026/02/03 21:29:21 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11816209367909964847
2026/02/03 21:29:21 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11816209367909964847 records=0 bytes=0 channelLen=0
2026/02/03 21:29:21 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:21 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:21 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/03 21:29:21 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/02/03 21:29:21 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/02/03 21:29:21 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3501303997454823117 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf_dst\" ORDER BY id" args=[]
2026/02/03 21:29:21 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf_dst\" ORDER BY id" channelLen=0
2026/02/03 21:29:21 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:21 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id"
2026/02/03 21:29:21 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2712579630575322984 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/03 21:29:21 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pgchclg_l7aapozy.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/03 21:29:21 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3501303997454823117
2026/02/03 21:29:21 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3501303997454823117 records=3 bytes=63 channelLen=2
2026/02/03 21:29:21 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
2026/02/03 21:29:21 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3501303997454823117
2026/02/03 21:29:21 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3501303997454823117 records=0 bytes=0 channelLen=0
2026/02/03 21:29:21 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/03 21:29:21 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2712579630575322984
2026/02/03 21:29:21 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/03 21:29:21 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_xr42aipw.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
--- FAIL: TestBigQueryClickhouseSuite/Test_Types (185.57s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants