Skip to content

Comments

Switchboard - a Go tool to query peers (MySQL)#3979

Open
ilidemi wants to merge 8 commits intoswitchboard-pgfrom
switchboard-mysql
Open

Switchboard - a Go tool to query peers (MySQL)#3979
ilidemi wants to merge 8 commits intoswitchboard-pgfrom
switchboard-mysql

Conversation

@ilidemi
Copy link
Contributor

@ilidemi ilidemi commented Feb 21, 2026

Stacked on top of #3978

No surprises here, a straightforward implementation of the interface plus tests. Query guarding is done via a RO transaction + running the query through a parser and filtering statements. 60% of lines are tests.

Comment on lines +5 to +9
branches: [main, switchboard-pg]
push:
branches: [main]
pull_request_target:
branches: [main]
branches: [main, switchboard-pg]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo before merging

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could have a convention of stacked-* that also trigger all the checks. Not in this PR though

Comment on lines +5 to +9
branches: [main, switchboard-pg]
pull_request:
branches: [main]
branches: [main, switchboard-pg]
pull_request_target:
branches: [main]
branches: [main, switchboard-pg]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo before merging

Comment on lines +5 to +7
branches: [ "main", "customer-*", "stable", "switchboard-pg" ]
pull_request:
branches: [ "main", "customer-*", "stable" ]
branches: [ "main", "customer-*", "stable", "switchboard-pg" ]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo before merging

on:
pull_request:
branches: [main]
branches: [main, switchboard-pg]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo before merging

@codecov
Copy link

codecov bot commented Feb 21, 2026

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
1635 2 1633 262
View the top 2 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestBigQueryClickhouseSuite
Stack Traces | 0s run time
=== RUN   TestBigQueryClickhouseSuite
=== PAUSE TestBigQueryClickhouseSuite
=== CONT  TestBigQueryClickhouseSuite
--- FAIL: TestBigQueryClickhouseSuite (0.00s)
2026/02/21 11:09:32 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 11:09:32 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 11:09:32 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:32 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:32 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7038559440463730072 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:09:32 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:09:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7038559440463730072
2026/02/21 11:09:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7038559440463730072 records=2 bytes=23 channelLen=1
2026/02/21 11:09:32 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
2026/02/21 11:09:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7038559440463730072
2026/02/21 11:09:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7038559440463730072 records=0 bytes=0 channelLen=0
2026/02/21 11:09:32 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:32 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:32 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
github.com/PeerDB-io/peerdb/flow/e2e::TestBigQueryClickhouseSuite/Test_JSON_Support
Stack Traces | 185s run time
=== RUN   TestBigQueryClickhouseSuite/Test_JSON_Support
=== PAUSE TestBigQueryClickhouseSuite/Test_JSON_Support
=== CONT  TestBigQueryClickhouseSuite/Test_JSON_Support
2026/02/21 11:06:27 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:06:27 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_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:06:27 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2935244190180069028 CURSOR FOR SELECT id, col_to_add FROM e2e_test_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/21 11:06:27 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_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/21 11:06:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2935244190180069028
2026/02/21 11:06:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2935244190180069028 records=2 bytes=12 channelLen=1
2026/02/21 11:06:27 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_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id" rows=2 bytes=12 channelLen=0
2026/02/21 11:06:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2935244190180069028
2026/02/21 11:06:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2935244190180069028 records=0 bytes=0 channelLen=0
2026/02/21 11:06:27 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_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:27 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:27 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_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id" rows=2 bytes=12 channelLen=0
    bigquery_source_test.go:716: ClickHouse database: e2e_test_bqch_y3gei3om
    bigquery_source_test.go:722: Creating test table test_json_zrep1knj with JSON column
    bigquery_source_test.go:799: Inserted 3 rows into source table
2026/02/21 11:06:31 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:06:31 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_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:06:31 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_sf_ienicnmf_20260221110543.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:06:31 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_sf_ienicnmf_20260221110543.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:06:31 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2428691269186813155 CURSOR FOR SELECT id, col_to_add FROM e2e_test_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/21 11:06:31 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_sf_rvyvqkh6_20260221110543.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/21 11:06:31 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8789759033876497799 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_sf_ienicnmf_20260221110543.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:06:31 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_sf_ienicnmf_20260221110543.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:06:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2428691269186813155
    bigquery_source_test.go:819: WaitFor JSON data replicated 2026-02-21 11:06:31.667711843 +0000 UTC m=+48.611390774
2026/02/21 11:06:31 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_illmkhfi_20260221110608.\"test_partition\" ORDER BY id"
2026/02/21 11:06:31 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_illmkhfi_20260221110608.\"test_partition\" ORDER BY id"
2026/02/21 11:06:31 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11397778823969483124 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_illmkhfi_20260221110608.\"test_partition\" ORDER BY id" args=[]
2026/02/21 11:06:31 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_illmkhfi_20260221110608.\"test_partition\" ORDER BY id" channelLen=0
2026/02/21 11:06:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11397778823969483124
2026/02/21 11:06:31 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11397778823969483124 records=10 bytes=230 channelLen=9
2026/02/21 11:06:31 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_illmkhfi_20260221110608.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=0
2026/02/21 11:06:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11397778823969483124
2026/02/21 11:06:31 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11397778823969483124 records=0 bytes=0 channelLen=0
2026/02/21 11:06:31 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_illmkhfi_20260221110608.\"test_partition\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:31 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:31 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_illmkhfi_20260221110608.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=0
    bigquery_source_test.go:819: code: 60, message: Unknown table expression identifier 'test_json_zrep1knj_dst' in scope SELECT id, name FROM test_json_zrep1knj_dst FINAL WHERE _peerdb_is_deleted = 0 ORDER BY 1 ASC SETTINGS use_query_cache = false
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:41 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_rureh5s1.test_ddl_drop_column
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:42 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:42 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:42 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12355166911613523813 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:06:42 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:06:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12355166911613523813
2026/02/21 11:06:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12355166911613523813 records=13 bytes=293 channelLen=12
2026/02/21 11:06:42 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:06:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12355166911613523813
2026/02/21 11:06:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12355166911613523813 records=0 bytes=0 channelLen=0
2026/02/21 11:06:42 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:42 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:42 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:44 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_8b6c3kc8.test_simple
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:45 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:45 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:45 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15854294207451503313 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:06:45 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:06:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15854294207451503313
2026/02/21 11:06:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15854294207451503313 records=13 bytes=293 channelLen=12
2026/02/21 11:06:45 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:06:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15854294207451503313
2026/02/21 11:06:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15854294207451503313 records=0 bytes=0 channelLen=0
2026/02/21 11:06:45 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:45 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:45 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:47 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_rureh5s1.test_ddl_drop_column
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:48 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:48 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:48 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9670710827454795463 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:06:48 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:06:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9670710827454795463
2026/02/21 11:06:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9670710827454795463 records=13 bytes=293 channelLen=12
2026/02/21 11:06:48 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:06:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9670710827454795463
2026/02/21 11:06:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9670710827454795463 records=0 bytes=0 channelLen=0
2026/02/21 11:06:48 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:48 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:48 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:50 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:50 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:50 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16749173644197502581 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:06:50 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:06:50 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16749173644197502581
2026/02/21 11:06:50 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16749173644197502581 records=13 bytes=293 channelLen=12
2026/02/21 11:06:50 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:06:50 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16749173644197502581
2026/02/21 11:06:50 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16749173644197502581 records=0 bytes=0 channelLen=0
2026/02/21 11:06:50 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:50 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:50 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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:51 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id, col_to_add FROM e2e_test_bq_bv3zkyhr_20260221110547.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:06:51 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_bq_bv3zkyhr_20260221110547.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:06:51 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3334605376462694226 CURSOR FOR SELECT id, col_to_add FROM e2e_test_bq_bv3zkyhr_20260221110547.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/21 11:06:51 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_bq_bv3zkyhr_20260221110547.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/21 11:06:51 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3334605376462694226
2026/02/21 11:06:51 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3334605376462694226 records=2 bytes=12 channelLen=1
2026/02/21 11:06:51 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_bq_bv3zkyhr_20260221110547.\"test_ddl_drop_column\" ORDER BY id" rows=2 bytes=12 channelLen=0
2026/02/21 11:06:51 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3334605376462694226
2026/02/21 11:06:51 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3334605376462694226 records=0 bytes=0 channelLen=0
2026/02/21 11:06:51 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_bq_bv3zkyhr_20260221110547.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:51 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:51 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_bq_bv3zkyhr_20260221110547.\"test_ddl_drop_column\" ORDER BY id" rows=2 bytes=12 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:52 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_3uwvcqpi.test_lost_column_bug
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:54 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_638gfs1e.test_simple_schema_changes
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:55 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_9jninbma_20260221110543.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:55 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_sf_9jninbma_20260221110543.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:55 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_18057267560487523594 CURSOR FOR SELECT id,name,created_at FROM e2e_test_sf_9jninbma_20260221110543.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:06:55 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_sf_9jninbma_20260221110543.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:06:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18057267560487523594
2026/02/21 11:06:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18057267560487523594 records=13 bytes=293 channelLen=12
2026/02/21 11:06:55 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_sf_9jninbma_20260221110543.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:06:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18057267560487523594
2026/02/21 11:06:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18057267560487523594 records=0 bytes=0 channelLen=0
2026/02/21 11:06:55 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_sf_9jninbma_20260221110543.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:55 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:55 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_sf_9jninbma_20260221110543.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:57 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_rureh5s1.test_ddl_drop_column
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:06:58 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:58 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:06:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14048468241315109479 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:06:58 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_irc74wod.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:06:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14048468241315109479
2026/02/21 11:06:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14048468241315109479 records=10 bytes=230 channelLen=9
2026/02/21 11:06:58 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=9
2026/02/21 11:06:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14048468241315109479
2026/02/21 11:06:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14048468241315109479 records=0 bytes=0 channelLen=0
2026/02/21 11:06:58 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:06:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:06:58 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:00 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_pgchg_vnzaqar3.\"test_inheritance\" ORDER BY id"
2026/02/21 11:07:00 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_pgchg_vnzaqar3.\"test_inheritance\" ORDER BY id"
2026/02/21 11:07:00 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16497759765046829348 CURSOR FOR SELECT id,name,created_at FROM ONLY e2e_test_pgchg_vnzaqar3.\"test_inheritance\" ORDER BY id" args=[]
2026/02/21 11:07: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 ONLY e2e_test_pgchg_vnzaqar3.\"test_inheritance\" ORDER BY id" channelLen=0
2026/02/21 11:07:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16497759765046829348
2026/02/21 11:07:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16497759765046829348 records=1 bytes=21 channelLen=0
2026/02/21 11:07:00 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_pgchg_vnzaqar3.\"test_inheritance\" ORDER BY id" rows=1 bytes=21 channelLen=0
2026/02/21 11:07:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16497759765046829348
2026/02/21 11:07:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16497759765046829348 records=0 bytes=0 channelLen=0
2026/02/21 11:07:00 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_pgchg_vnzaqar3.\"test_inheritance\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:00 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07: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 ONLY e2e_test_pgchg_vnzaqar3.\"test_inheritance\" ORDER BY id" rows=1 bytes=21 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_wvblfdip_20260221110543.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:07:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_wvblfdip_20260221110543.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:07:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_719085706319277708 CURSOR FOR SELECT id,c1 FROM e2e_test_sf_wvblfdip_20260221110543.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/21 11:07: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_sf_wvblfdip_20260221110543.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/21 11:07:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_719085706319277708
2026/02/21 11:07:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_719085706319277708 records=4 bytes=48 channelLen=3
2026/02/21 11:07:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_wvblfdip_20260221110543.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=3
2026/02/21 11:07:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_719085706319277708
2026/02/21 11:07:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_719085706319277708 records=0 bytes=0 channelLen=0
2026/02/21 11:07:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_wvblfdip_20260221110543.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07: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_sf_wvblfdip_20260221110543.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:02 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_3uwvcqpi.test_lost_column_bug
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:04 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchg_4dpxfuji.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:07:04 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchg_4dpxfuji.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:07:04 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15441579360809039965 CURSOR FOR SELECT id FROM e2e_test_pgchg_4dpxfuji.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/21 11:07:04 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchg_4dpxfuji.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/21 11:07:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15441579360809039965
2026/02/21 11:07:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15441579360809039965 records=1 bytes=4 channelLen=0
2026/02/21 11:07:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchg_4dpxfuji.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/21 11:07:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15441579360809039965
2026/02/21 11:07:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15441579360809039965 records=0 bytes=0 channelLen=0
2026/02/21 11:07:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchg_4dpxfuji.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:04 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchg_4dpxfuji.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:05 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_3uwvcqpi.test_lost_column_bug
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:07 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_pgchg_ocroabr7.\"test_schema_changes_cutoff_bug1\" ORDER BY id"
2026/02/21 11:07:07 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_pgchg_ocroabr7.\"test_schema_changes_cutoff_bug1\" ORDER BY id"
2026/02/21 11:07:07 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3916074762141134122 CURSOR FOR SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pgchg_ocroabr7.\"test_schema_changes_cutoff_bug1\" ORDER BY id" args=[]
2026/02/21 11:07:07 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_pgchg_ocroabr7.\"test_schema_changes_cutoff_bug1\" ORDER BY id" channelLen=0
2026/02/21 11:07:07 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3916074762141134122
2026/02/21 11:07:07 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3916074762141134122 records=1 bytes=20 channelLen=0
2026/02/21 11:07:07 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_pgchg_ocroabr7.\"test_schema_changes_cutoff_bug1\" ORDER BY id" rows=1 bytes=20 channelLen=0
2026/02/21 11:07:07 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3916074762141134122
2026/02/21 11:07:07 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3916074762141134122 records=0 bytes=0 channelLen=0
2026/02/21 11:07:07 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_pgchg_ocroabr7.\"test_schema_changes_cutoff_bug1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:07 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:07 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_pgchg_ocroabr7.\"test_schema_changes_cutoff_bug1\" ORDER BY id" rows=1 bytes=20 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:08 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_3uwvcqpi.test_lost_column_bug
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:10 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_xrzmo3v6.\"test_partition\" ORDER BY id"
2026/02/21 11:07:10 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_xrzmo3v6.\"test_partition\" ORDER BY id"
2026/02/21 11:07:10 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4845841166576983989 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_xrzmo3v6.\"test_partition\" ORDER BY id" args=[]
2026/02/21 11:07:10 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_xrzmo3v6.\"test_partition\" ORDER BY id" channelLen=0
2026/02/21 11:07:10 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4845841166576983989
2026/02/21 11:07:10 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4845841166576983989 records=10 bytes=230 channelLen=9
2026/02/21 11:07:10 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_xrzmo3v6.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=0
2026/02/21 11:07:10 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4845841166576983989
2026/02/21 11:07:10 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4845841166576983989 records=0 bytes=0 channelLen=0
2026/02/21 11:07:10 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_xrzmo3v6.\"test_partition\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:10 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:10 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_xrzmo3v6.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:11 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:11 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:11 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3535877159225539569 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07:11 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_irc74wod.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3535877159225539569
2026/02/21 11:07:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3535877159225539569 records=13 bytes=293 channelLen=12
2026/02/21 11:07:11 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3535877159225539569
2026/02/21 11:07:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3535877159225539569 records=0 bytes=0 channelLen=0
2026/02/21 11:07:11 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:11 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:11 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:16 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7528674951944142249 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7528674951944142249
2026/02/21 11:07:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7528674951944142249 records=13 bytes=293 channelLen=12
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7528674951944142249
2026/02/21 11:07:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7528674951944142249 records=0 bytes=0 channelLen=0
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:16 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07: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_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07: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_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_377571255543028759 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07: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_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_377571255543028759
2026/02/21 11:07:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_377571255543028759 records=13 bytes=293 channelLen=12
2026/02/21 11:07: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_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_377571255543028759
2026/02/21 11:07:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_377571255543028759 records=0 bytes=0 channelLen=0
2026/02/21 11:07: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_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07: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_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:19 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7643850988888508009 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7643850988888508009
2026/02/21 11:07:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7643850988888508009 records=13 bytes=293 channelLen=12
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7643850988888508009
2026/02/21 11:07:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7643850988888508009 records=0 bytes=0 channelLen=0
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:19 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07: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_xjgtp0lw_20260221110608.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:22 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchg_mpb44n62.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:07:22 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:07:22 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9465485745881500668 CURSOR FOR SELECT id,good_column FROM e2e_test_pgchg_mpb44n62.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:07:22 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:07:22 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9465485745881500668
2026/02/21 11:07:22 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9465485745881500668 records=1 bytes=9 channelLen=0
2026/02/21 11:07:22 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/02/21 11:07:22 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9465485745881500668
2026/02/21 11:07:22 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9465485745881500668 records=0 bytes=0 channelLen=0
2026/02/21 11:07:22 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:22 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:22 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:23 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychg_638gfs1e.test_simple_schema_changes
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:24 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:24 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:24 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4497589959853536753 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07:24 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_irc74wod.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:24 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4497589959853536753
2026/02/21 11:07:24 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4497589959853536753 records=13 bytes=293 channelLen=12
2026/02/21 11:07:24 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:24 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4497589959853536753
2026/02/21 11:07:24 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4497589959853536753 records=0 bytes=0 channelLen=0
2026/02/21 11:07:24 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:24 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:24 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:26 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:07:26 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:07:26 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5467572720206848892 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pgchg_mpb44n62.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:07:26 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:07:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5467572720206848892
2026/02/21 11:07:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5467572720206848892 records=2 bytes=23 channelLen=1
2026/02/21 11:07:26 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=1
2026/02/21 11:07:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5467572720206848892
2026/02/21 11:07:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5467572720206848892 records=0 bytes=0 channelLen=0
2026/02/21 11:07:26 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:26 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:26 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:27 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:27 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:27 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17820027540448443209 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07:27 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_irc74wod.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17820027540448443209
2026/02/21 11:07:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17820027540448443209 records=13 bytes=293 channelLen=12
2026/02/21 11:07:27 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17820027540448443209
2026/02/21 11:07:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17820027540448443209 records=0 bytes=0 channelLen=0
2026/02/21 11:07:27 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:27 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:27 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07: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_kcvv3sbu_20260221110614.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/21 11:07: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_kcvv3sbu_20260221110614.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/21 11:07:29 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5305405472469401775 CURSOR FOR SELECT id,name,created_at FROM e2e_test_bq_kcvv3sbu_20260221110614.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/21 11:07: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_kcvv3sbu_20260221110614.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/21 11:07:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5305405472469401775
2026/02/21 11:07:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5305405472469401775 records=8 bytes=168 channelLen=7
2026/02/21 11:07: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_kcvv3sbu_20260221110614.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/21 11:07:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5305405472469401775
2026/02/21 11:07:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5305405472469401775 records=0 bytes=0 channelLen=0
2026/02/21 11:07: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_kcvv3sbu_20260221110614.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:29 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07: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_kcvv3sbu_20260221110614.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07: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_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07: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_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:30 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_496217935964868130 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07: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_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:30 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_496217935964868130
2026/02/21 11:07:30 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_496217935964868130 records=13 bytes=293 channelLen=12
2026/02/21 11:07: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_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:07:30 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_496217935964868130
2026/02/21 11:07:30 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_496217935964868130 records=0 bytes=0 channelLen=0
2026/02/21 11:07: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_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:30 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07: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_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:32 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:07:32 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:07:32 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9949228355685870084 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pgchg_mpb44n62.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:07:32 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:07:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9949228355685870084
2026/02/21 11:07:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9949228355685870084 records=2 bytes=23 channelLen=1
2026/02/21 11:07:32 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
2026/02/21 11:07:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9949228355685870084
2026/02/21 11:07:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9949228355685870084 records=0 bytes=0 channelLen=0
2026/02/21 11:07:32 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:32 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:32 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:33 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:33 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:33 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17953251924205008676 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07:33 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_irc74wod.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:33 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17953251924205008676
2026/02/21 11:07:33 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17953251924205008676 records=13 bytes=293 channelLen=12
2026/02/21 11:07:33 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:33 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17953251924205008676
2026/02/21 11:07:33 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17953251924205008676 records=0 bytes=0 channelLen=0
2026/02/21 11:07:33 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:33 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:33 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:35 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:07:35 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:07:35 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11259325305739038109 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pgchg_mpb44n62.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:07:35 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:07:35 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11259325305739038109
2026/02/21 11:07:35 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11259325305739038109 records=2 bytes=23 channelLen=1
2026/02/21 11:07:35 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
2026/02/21 11:07:35 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11259325305739038109
2026/02/21 11:07:35 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11259325305739038109 records=0 bytes=0 channelLen=0
2026/02/21 11:07:35 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:35 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:35 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_mpb44n62.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:40 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:40 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:40 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_59353206076810339 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07:40 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_irc74wod.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:40 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_59353206076810339
2026/02/21 11:07:40 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_59353206076810339 records=13 bytes=293 channelLen=12
2026/02/21 11:07:40 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:40 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_59353206076810339
2026/02/21 11:07:40 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_59353206076810339 records=0 bytes=0 channelLen=0
2026/02/21 11:07:40 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:40 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:40 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:07:47 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:47 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_irc74wod.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:07:47 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11525411654478039583 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchg_irc74wod.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:07:47 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_irc74wod.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:07:47 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11525411654478039583
2026/02/21 11:07:47 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11525411654478039583 records=13 bytes=293 channelLen=12
2026/02/21 11:07:47 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:07:47 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11525411654478039583
2026/02/21 11:07:47 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11525411654478039583 records=0 bytes=0 channelLen=0
2026/02/21 11:07:47 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:07:47 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:07:47 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_irc74wod.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:05 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_vm2tl6zz.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:08:05 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_vm2tl6zz.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:08:05 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_818021133319731147 CURSOR FOR SELECT id,c1 FROM e2e_test_pgchg_vm2tl6zz.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/21 11:08:05 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_vm2tl6zz.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/21 11:08:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_818021133319731147
2026/02/21 11:08:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_818021133319731147 records=4 bytes=48 channelLen=3
2026/02/21 11:08:05 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_vm2tl6zz.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=2
2026/02/21 11:08:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_818021133319731147
2026/02/21 11:08:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_818021133319731147 records=0 bytes=0 channelLen=0
2026/02/21 11:08:05 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchg_vm2tl6zz.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:05 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:05 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_vm2tl6zz.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:11 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_gf5ca5ap.test_simple
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:13 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:17 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_xg6qhq2r.test_lost_column_bug
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:18 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_gf5ca5ap.test_simple
2026/02/21 11:08:18 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:08:18 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:08:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_303295648048395258 CURSOR FOR SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/21 11:08:18 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/21 11:08:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_303295648048395258
2026/02/21 11:08:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_303295648048395258 records=1 bytes=4 channelLen=0
2026/02/21 11:08:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/21 11:08:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_303295648048395258
2026/02/21 11:08:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_303295648048395258 records=0 bytes=0 channelLen=0
2026/02/21 11:08:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:18 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_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/21 11:08:18 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id"
2026/02/21 11:08:18 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id"
2026/02/21 11:08:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17490300589526622691 CURSOR FOR SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" args=[]
2026/02/21 11:08:18 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17490300589526622691
2026/02/21 11:08:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17490300589526622691 records=0 bytes=0 channelLen=0
2026/02/21 11:08:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:18 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_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:21 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_gdyfsqe0.test_ddl_drop_column
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:24 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_gdyfsqe0.test_ddl_drop_column
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:27 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_xg6qhq2r.test_lost_column_bug
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:30 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_xg6qhq2r.test_lost_column_bug
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:31 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:08:31 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id"
2026/02/21 11:08:31 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12331992991119282585 CURSOR FOR SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" args=[]
2026/02/21 11:08:31 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12331992991119282585
2026/02/21 11:08:31 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12331992991119282585 records=1 bytes=4 channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12331992991119282585
2026/02/21 11:08:31 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12331992991119282585 records=0 bytes=0 channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:31 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_d0dqkibu.\"test_ddl_drop_column\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/21 11:08:31 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id"
2026/02/21 11:08:31 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id"
2026/02/21 11:08:31 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7194816404017982644 CURSOR FOR SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" args=[]
2026/02/21 11:08:31 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7194816404017982644
2026/02/21 11:08:31 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7194816404017982644 records=1 bytes=4 channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" rows=1 bytes=4 channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7194816404017982644
2026/02/21 11:08:31 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7194816404017982644 records=0 bytes=0 channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pg_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:31 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:31 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_d0dqkibu.\"test_ddl_drop_column_dst\" ORDER BY id" rows=1 bytes=4 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:33 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_8zdujeuu.test_simple_schema_changes
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance\" ORDER BY id"
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance\" ORDER BY id"
2026/02/21 11:08:36 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_18395995480066999231 CURSOR FOR SELECT id,name,created_at FROM ONLY e2e_test_pg_aoe52gjh.\"test_inheritance\" ORDER BY id" args=[]
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance\" ORDER BY id" channelLen=0
2026/02/21 11:08:36 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18395995480066999231
2026/02/21 11:08:36 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18395995480066999231 records=1 bytes=21 channelLen=0
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance\" ORDER BY id" rows=1 bytes=21 channelLen=0
2026/02/21 11:08:36 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18395995480066999231
2026/02/21 11:08:36 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18395995480066999231 records=0 bytes=0 channelLen=0
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:36 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance\" ORDER BY id" rows=1 bytes=21 channelLen=0
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance_dst\" ORDER BY id"
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance_dst\" ORDER BY id"
2026/02/21 11:08:36 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16482094966390487164 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_aoe52gjh.\"test_inheritance_dst\" ORDER BY id" args=[]
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:36 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16482094966390487164
2026/02/21 11:08:36 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16482094966390487164 records=0 bytes=0 channelLen=0
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:36 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:36 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_aoe52gjh.\"test_inheritance_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple\" ORDER BY id"
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple\" ORDER BY id"
2026/02/21 11:08:37 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1071550028348391695 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_8fcu8tq7.\"test_simple\" ORDER BY id" args=[]
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple\" ORDER BY id" channelLen=0
2026/02/21 11:08:37 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1071550028348391695
2026/02/21 11:08:37 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1071550028348391695 records=20 bytes=680 channelLen=19
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=19
2026/02/21 11:08:37 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1071550028348391695
2026/02/21 11:08:37 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1071550028348391695 records=0 bytes=0 channelLen=0
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:37 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple\" ORDER BY id" rows=20 bytes=680 channelLen=0
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple_dst\" ORDER BY id"
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple_dst\" ORDER BY id"
2026/02/21 11:08:37 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13913322009525285054 CURSOR FOR SELECT id,ky,value,myh FROM e2e_test_pg_8fcu8tq7.\"test_simple_dst\" ORDER BY id" args=[]
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:37 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13913322009525285054
2026/02/21 11:08:37 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13913322009525285054 records=10 bytes=340 channelLen=9
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=9
2026/02/21 11:08:37 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13913322009525285054
2026/02/21 11:08:37 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13913322009525285054 records=0 bytes=0 channelLen=0
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:37 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:37 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_8fcu8tq7.\"test_simple_dst\" ORDER BY id" rows=10 bytes=340 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5628727869072696051 records=6 bytes=126 channelLen=5
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=6 bytes=126 channelLen=5
2026/02/21 11:08:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5628727869072696051
2026/02/21 11:08:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5628727869072696051 records=0 bytes=0 channelLen=0
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:39 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=6 bytes=126 channelLen=0
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/02/21 11:08:39 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16206011757689404141 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" args=[]
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16206011757689404141
2026/02/21 11:08:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16206011757689404141 records=3 bytes=63 channelLen=2
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
2026/02/21 11:08:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16206011757689404141
2026/02/21 11:08:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16206011757689404141 records=0 bytes=0 channelLen=0
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:39 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:39 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:40 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_8zdujeuu.test_simple_schema_changes
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:08:42 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15985654247247053883 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_trlsmhix.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:08:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15985654247247053883
2026/02/21 11:08:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15985654247247053883 records=13 bytes=293 channelLen=12
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:08:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15985654247247053883
2026/02/21 11:08:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15985654247247053883 records=0 bytes=0 channelLen=0
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:42 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/21 11:08:42 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4605853902750240197 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" args=[]
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4605853902750240197
2026/02/21 11:08:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4605853902750240197 records=0 bytes=0 channelLen=0
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:42 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:42 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:43 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_8zdujeuu.test_simple_schema_changes
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:46 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:08:46 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:08:46 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3577335105055943399 CURSOR FOR SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/21 11:08:46 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/21 11:08:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3577335105055943399
2026/02/21 11:08:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3577335105055943399 records=2 bytes=40 channelLen=1
2026/02/21 11:08:46 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=2 bytes=40 channelLen=1
2026/02/21 11:08:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3577335105055943399
2026/02/21 11:08:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3577335105055943399 records=0 bytes=0 channelLen=0
2026/02/21 11:08:46 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:46 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:46 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=2 bytes=40 channelLen=0
2026/02/21 11:08:46 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_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/21 11:08:46 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_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/21 11:08:46 INFO [pg_query_executor] failed to declare cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_808696894674463552 CURSOR FOR SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id" args=[] error="ERROR: column \"c2\" does not exist (SQLSTATE 42703)"
2026/02/21 11:08:46 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:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:49 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:08:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13610114946656381431 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_trlsmhix.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:08:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13610114946656381431
2026/02/21 11:08:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13610114946656381431 records=13 bytes=293 channelLen=12
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:08:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13610114946656381431
2026/02/21 11:08:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13610114946656381431 records=0 bytes=0 channelLen=0
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/21 11:08:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14728078410290648775 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" args=[]
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14728078410290648775
2026/02/21 11:08:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14728078410290648775 records=0 bytes=0 channelLen=0
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:49 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:50 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_8zdujeuu.test_simple_schema_changes
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:08:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4398442311633135045 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_trlsmhix.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:08:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4398442311633135045
2026/02/21 11:08:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4398442311633135045 records=13 bytes=293 channelLen=12
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:08:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4398442311633135045
2026/02/21 11:08:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4398442311633135045 records=0 bytes=0 channelLen=0
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/21 11:08:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14319283571891987993 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" args=[]
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14319283571891987993
2026/02/21 11:08:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14319283571891987993 records=0 bytes=0 channelLen=0
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:52 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:53 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:08:53 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:08:53 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10163940886882603772 CURSOR FOR SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/21 11:08:53 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/21 11:08:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10163940886882603772
2026/02/21 11:08:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10163940886882603772 records=2 bytes=40 channelLen=1
2026/02/21 11:08:53 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=2 bytes=40 channelLen=1
2026/02/21 11:08:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10163940886882603772
2026/02/21 11:08:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10163940886882603772 records=0 bytes=0 channelLen=0
2026/02/21 11:08:53 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:53 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:53 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=2 bytes=40 channelLen=0
2026/02/21 11:08:53 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_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/21 11:08:53 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_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/21 11:08:53 INFO [pg_query_executor] failed to declare cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16811342387454016883 CURSOR FOR SELECT id,c1,coalesce(c2,0) c2 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id" args=[] error="ERROR: column \"c2\" does not exist (SQLSTATE 42703)"
2026/02/21 11:08:53 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:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:08:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7890149026866183488 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_trlsmhix.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:08:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7890149026866183488
2026/02/21 11:08:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7890149026866183488 records=13 bytes=293 channelLen=12
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:08:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7890149026866183488
2026/02/21 11:08:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7890149026866183488 records=0 bytes=0 channelLen=0
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id"
2026/02/21 11:08:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6040178751277563041 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" args=[]
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" channelLen=0
2026/02/21 11:08:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6040178751277563041
2026/02/21 11:08:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6040178751277563041 records=0 bytes=0 channelLen=0
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:58 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_trlsmhix.\"test_partition_noroot_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:08:59 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_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:08:59 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_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:08:59 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9990922229435401305 CURSOR FOR SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/21 11:08:59 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_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/21 11:08:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9990922229435401305
2026/02/21 11:08:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9990922229435401305 records=3 bytes=60 channelLen=2
2026/02/21 11:08:59 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_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=3 bytes=60 channelLen=2
2026/02/21 11:08:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9990922229435401305
2026/02/21 11:08:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9990922229435401305 records=0 bytes=0 channelLen=0
2026/02/21 11:08:59 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_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:08:59 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:08:59 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_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=3 bytes=60 channelLen=0
2026/02/21 11:08:59 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_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/21 11:08:59 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_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/21 11:08:59 INFO [pg_query_executor] failed to declare cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6546229529334057662 CURSOR FOR SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id" args=[] error="ERROR: column \"c3\" does not exist (SQLSTATE 42703)"
2026/02/21 11:08:59 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 \"c3\" does not exist (SQLSTATE 42703)"
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17140142528002657301 CURSOR FOR SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:09:01 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:09:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17140142528002657301
2026/02/21 11:09:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17140142528002657301 records=1 bytes=9 channelLen=0
2026/02/21 11:09:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/02/21 11:09:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17140142528002657301
2026/02/21 11:09:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17140142528002657301 records=0 bytes=0 channelLen=0
2026/02/21 11:09:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:01 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:02 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12228361796505441488 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/21 11:09:02 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12228361796505441488
2026/02/21 11:09:02 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12228361796505441488 records=8 bytes=168 channelLen=7
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/21 11:09:02 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12228361796505441488
2026/02/21 11:09:02 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12228361796505441488 records=0 bytes=0 channelLen=0
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:02 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/02/21 11:09:02 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4621671113845602964 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" args=[]
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" channelLen=0
2026/02/21 11:09:02 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4621671113845602964
2026/02/21 11:09:02 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4621671113845602964 records=3 bytes=63 channelLen=2
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
2026/02/21 11:09:02 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4621671113845602964
2026/02/21 11:09:02 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4621671113845602964 records=0 bytes=0 channelLen=0
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:02 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:02 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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/21 11:09:05 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6966681431034473902 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/21 11:09:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6966681431034473902
2026/02/21 11:09:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6966681431034473902 records=8 bytes=168 channelLen=7
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/21 11:09:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6966681431034473902
2026/02/21 11:09:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6966681431034473902 records=0 bytes=0 channelLen=0
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:05 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/02/21 11:09:05 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13314197453976263578 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" args=[]
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" channelLen=0
2026/02/21 11:09:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13314197453976263578
2026/02/21 11:09:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13314197453976263578 records=3 bytes=63 channelLen=2
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
2026/02/21 11:09:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13314197453976263578
2026/02/21 11:09:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13314197453976263578 records=0 bytes=0 channelLen=0
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:05 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09: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_wlvtoutq.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:08 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_ambe8fza.\"test_partition\" ORDER BY id"
2026/02/21 11:09:08 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_ambe8fza.\"test_partition\" ORDER BY id"
2026/02/21 11:09:08 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3496417106054352032 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchclg_ambe8fza.\"test_partition\" ORDER BY id" args=[]
2026/02/21 11:09:08 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_ambe8fza.\"test_partition\" ORDER BY id" channelLen=0
2026/02/21 11:09:08 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3496417106054352032
2026/02/21 11:09:08 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3496417106054352032 records=10 bytes=230 channelLen=9
2026/02/21 11:09:08 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_ambe8fza.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=0
2026/02/21 11:09:08 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3496417106054352032
2026/02/21 11:09:08 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3496417106054352032 records=0 bytes=0 channelLen=0
2026/02/21 11:09:08 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_ambe8fza.\"test_partition\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:08 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:08 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_ambe8fza.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:09:09 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17072536839507802385 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:09:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17072536839507802385
2026/02/21 11:09:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17072536839507802385 records=10 bytes=230 channelLen=9
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=0
2026/02/21 11:09:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17072536839507802385
2026/02/21 11:09:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17072536839507802385 records=0 bytes=0 channelLen=0
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:09 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:11 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:11 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:11 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12580871271055467710 CURSOR FOR SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:09:11 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:09:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12580871271055467710
2026/02/21 11:09:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12580871271055467710 records=1 bytes=9 channelLen=0
2026/02/21 11:09:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/02/21 11:09:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12580871271055467710
2026/02/21 11:09:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12580871271055467710 records=0 bytes=0 channelLen=0
2026/02/21 11:09:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:11 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:11 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:12 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_oqyfu3lg.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:09:12 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_oqyfu3lg.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:09:12 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14002510628002178149 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:09:12 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_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:09:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14002510628002178149
2026/02/21 11:09:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14002510628002178149 records=10 bytes=230 channelLen=9
2026/02/21 11:09:12 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_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=9
2026/02/21 11:09:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14002510628002178149
2026/02/21 11:09:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14002510628002178149 records=0 bytes=0 channelLen=0
2026/02/21 11:09:12 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_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:12 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:12 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_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=10 bytes=230 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:14 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:14 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:14 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_37742899306483828 CURSOR FOR SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:09:14 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:09:14 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_37742899306483828
2026/02/21 11:09:14 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_37742899306483828 records=1 bytes=9 channelLen=0
2026/02/21 11:09:14 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/02/21 11:09:14 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_37742899306483828
2026/02/21 11:09:14 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_37742899306483828 records=0 bytes=0 channelLen=0
2026/02/21 11:09:14 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,good_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:14 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:14 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=1 bytes=9 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:17 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:17 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1061898074392689950 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:09:17 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:09:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1061898074392689950
2026/02/21 11:09:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1061898074392689950 records=2 bytes=23 channelLen=1
2026/02/21 11:09:17 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=1
2026/02/21 11:09:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1061898074392689950
2026/02/21 11:09:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1061898074392689950 records=0 bytes=0 channelLen=0
2026/02/21 11:09:17 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:17 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:18 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:09:18 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id"
2026/02/21 11:09:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1042091199451857331 CURSOR FOR SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" args=[]
2026/02/21 11:09:18 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2026/02/21 11:09:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1042091199451857331
2026/02/21 11:09:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1042091199451857331 records=4 bytes=48 channelLen=3
2026/02/21 11:09:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
2026/02/21 11:09:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1042091199451857331
2026/02/21 11:09:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1042091199451857331 records=0 bytes=0 channelLen=0
2026/02/21 11:09:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:18 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_qp66ubl5.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
2026/02/21 11:09:18 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/21 11:09:18 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id"
2026/02/21 11:09:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4553432328927979994 CURSOR FOR SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id" args=[]
2026/02/21 11:09:18 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_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id" channelLen=0
2026/02/21 11:09:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4553432328927979994
2026/02/21 11:09:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4553432328927979994 records=3 bytes=36 channelLen=2
2026/02/21 11:09:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id" rows=3 bytes=36 channelLen=2
2026/02/21 11:09:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4553432328927979994
2026/02/21 11:09:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4553432328927979994 records=0 bytes=0 channelLen=0
2026/02/21 11:09:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pg_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:18 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_qp66ubl5.\"test_simple_schema_changes_dst\" ORDER BY id" rows=3 bytes=36 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:20 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:20 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:20 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6106656019593378451 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:09:20 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:09:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6106656019593378451
2026/02/21 11:09:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6106656019593378451 records=2 bytes=23 channelLen=1
2026/02/21 11:09:20 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
2026/02/21 11:09:20 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6106656019593378451
2026/02/21 11:09:20 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6106656019593378451 records=0 bytes=0 channelLen=0
2026/02/21 11:09:20 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:20 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:20 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:23 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:23 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id"
2026/02/21 11:09:23 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15427865984412765298 CURSOR FOR SELECT id,good_column,lost_column FROM e2e_test_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" args=[]
2026/02/21 11:09:23 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" channelLen=0
2026/02/21 11:09:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15427865984412765298
2026/02/21 11:09:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15427865984412765298 records=2 bytes=23 channelLen=1
2026/02/21 11:09:23 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
2026/02/21 11:09:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15427865984412765298
2026/02/21 11:09:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15427865984412765298 records=0 bytes=0 channelLen=0
2026/02/21 11:09:23 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:23 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:23 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_pgchclg_8aqh4un6.\"test_lost_column_bug\" ORDER BY id" rows=2 bytes=23 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:24 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/21 11:09:24 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/21 11:09:24 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4060672767528675538 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchclg_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/21 11:09:24 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/21 11:09:24 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4060672767528675538
2026/02/21 11:09:24 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4060672767528675538 records=6 bytes=126 channelLen=5
2026/02/21 11:09:24 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" rows=6 bytes=126 channelLen=0
2026/02/21 11:09:24 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4060672767528675538
2026/02/21 11:09:24 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4060672767528675538 records=0 bytes=0 channelLen=0
2026/02/21 11:09:24 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:24 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:24 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" rows=6 bytes=126 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09:27 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/21 11:09:27 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id"
2026/02/21 11:09:27 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8131761838666970157 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchclg_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/02/21 11:09:27 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/02/21 11:09:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8131761838666970157
2026/02/21 11:09:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8131761838666970157 records=6 bytes=126 channelLen=5
2026/02/21 11:09:27 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" rows=6 bytes=126 channelLen=5
2026/02/21 11:09:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8131761838666970157
2026/02/21 11:09:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8131761838666970157 records=0 bytes=0 channelLen=0
2026/02/21 11:09:27 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:27 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09:27 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_qkjxinx6.\"test_inheritance_dynconf\" ORDER BY id" rows=6 bytes=126 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id"
2026/02/21 11:09:29 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1420204210635240925 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" args=[]
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" channelLen=0
2026/02/21 11:09:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1420204210635240925
2026/02/21 11:09:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1420204210635240925 records=13 bytes=293 channelLen=12
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=12
2026/02/21 11:09:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1420204210635240925
2026/02/21 11:09:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1420204210635240925 records=0 bytes=0 channelLen=0
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 11:09:29 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 11:09: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_pgchclg_oqyfu3lg.\"test_partition_noroot\" ORDER BY id" rows=13 bytes=293 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
    bigquery_source_test.go:819: UNEXPECTED TIMEOUT JSON data replicated 2026-02-21 11:09:32.143990174 +0000 UTC m=+229.087669075
--- FAIL: TestBigQueryClickhouseSuite/Test_JSON_Support (184.64s)

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.

1 participant