Skip to content

Comments

Heartbeat in Postgres: Make pg_logical_emit_message transactional#3904

Open
Amogh-Bharadwaj wants to merge 1 commit intomainfrom
change-emit-logical_decoding_message_true
Open

Heartbeat in Postgres: Make pg_logical_emit_message transactional#3904
Amogh-Bharadwaj wants to merge 1 commit intomainfrom
change-emit-logical_decoding_message_true

Conversation

@Amogh-Bharadwaj
Copy link
Contributor

@Amogh-Bharadwaj Amogh-Bharadwaj commented Feb 9, 2026

We have noticed cases where in freshly spun up Postgres instances which have a replication slot and without having a single transaction performed on them by the user, our logical decoding messages emitted via the heartbeat workflow can cause WAL files to accumulate over time, taking up disk space, even though the slot size is low.

This is due to a Postgres issue where non-transactional changes in the WAL do not trigger recomputation of global required LSN across all slots. Thus this PR makes a change where it changes the first parameter in pg_emit_logical_message to true. The first parameter denotes whether the messages are transactional (i.e increment xid):
https://pgpedia.info/p/pg_logical_emit_message.html

@codecov
Copy link

codecov bot commented Feb 9, 2026

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
1688 2 1686 164
View the top 2 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestBigQueryClickhouseSuite
Stack Traces | 0.01s run time
=== RUN   TestBigQueryClickhouseSuite
=== PAUSE TestBigQueryClickhouseSuite
=== CONT  TestBigQueryClickhouseSuite
--- FAIL: TestBigQueryClickhouseSuite (0.01s)
2026/02/09 17:51:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/09 17:51:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/09 17:51:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id"
2026/02/09 17:51:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id"
2026/02/09 17:51:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16147805848632676372 CURSOR FOR SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" args=[]
2026/02/09 17:51:01 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" channelLen=0
2026/02/09 17:51:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16147805848632676372
2026/02/09 17:51:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16147805848632676372 records=2 bytes=40 channelLen=1
2026/02/09 17:51:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=2 bytes=40 channelLen=0
2026/02/09 17:51:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16147805848632676372
2026/02/09 17:51:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16147805848632676372 records=0 bytes=0 channelLen=0
2026/02/09 17:51:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:51:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:51:01 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=2 bytes=40 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/09 17:47:56 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mych_mctgu1tk.test_mysql_ghost_schema
    bigquery_source_test.go:716: ClickHouse database: e2e_test_bqch_3qqgaxv4
    bigquery_source_test.go:722: Creating test table test_json_hvo0tlxs with JSON column
    bigquery_source_test.go:799: Inserted 3 rows into source table
2026/02/09 17:48:00 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mych_l6y9r4rn.test_bit
    bigquery_source_test.go:819: WaitFor JSON data replicated 2026-02-09 17:48:00.380740057 +0000 UTC m=+343.446872403
    bigquery_source_test.go:819: code: 60, message: Unknown table expression identifier 'test_json_hvo0tlxs_dst' in scope SELECT id, name FROM test_json_hvo0tlxs_dst FINAL WHERE _peerdb_is_deleted = 0 ORDER BY 1 ASC SETTINGS use_query_cache = false
2026/02/09 17:48:00 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mych_xtdu6pt7.test_unsigned
    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/09 17:48:06 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/09 17:48:11 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/09 17:48:15 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mych_exnvs3wj.test_nullengine
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:16 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_xruf7mxp.test_update_pkey_enabled
    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/09 17:48:21 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_zankzauy.test_datetime
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:22 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:24 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_zankzauy.test_datetime
    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/09 17:48:26 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_kxdknnky.test_nullable_mirror
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:28 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_zankzauy.test_datetime
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:29 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:31 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_53anmhoo.test_coercion
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:32 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:34 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_wzaotute.test_extra_ch_cols
    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/09 17:48:36 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_7s7m2q6d.test_bit
2026/02/09 17:48:36 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_hgw64atn.test_my_enum
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:38 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_ecp84gb0.test_blobs
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:39 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:41 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_yje5kn3v.test_update_pkey_chunking_initial_load_enabled
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:42 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_lparxccb.test_mysql_schema_changes
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:44 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_axcrh5fm.\"valid\" ORDER BY id"
2026/02/09 17:48:44 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_axcrh5fm.\"valid\" ORDER BY id"
2026/02/09 17:48:44 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8576415544085303160 CURSOR FOR SELECT id,val FROM e2e_test_api_axcrh5fm.\"valid\" ORDER BY id" args=[]
2026/02/09 17:48:44 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_axcrh5fm.\"valid\" ORDER BY id" channelLen=0
2026/02/09 17:48:44 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8576415544085303160
2026/02/09 17:48:44 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8576415544085303160 records=2 bytes=19 channelLen=1
2026/02/09 17:48:44 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_axcrh5fm.\"valid\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:48:44 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8576415544085303160
2026/02/09 17:48:44 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8576415544085303160 records=0 bytes=0 channelLen=0
2026/02/09 17:48:44 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_axcrh5fm.\"valid\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:48:44 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:48:44 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_axcrh5fm.\"valid\" ORDER BY id" rows=2 bytes=19 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:45 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_lparxccb.test_mysql_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
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:49 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:51 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qlcwhrrs.\"table1\" ORDER BY id"
2026/02/09 17:48:51 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qlcwhrrs.\"table1\" ORDER BY id"
2026/02/09 17:48:51 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12329910183291127539 CURSOR FOR SELECT id,val FROM e2e_test_api_qlcwhrrs.\"table1\" ORDER BY id" args=[]
2026/02/09 17:48:51 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qlcwhrrs.\"table1\" ORDER BY id" channelLen=0
2026/02/09 17:48:51 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12329910183291127539
2026/02/09 17:48:51 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12329910183291127539 records=2 bytes=19 channelLen=1
2026/02/09 17:48:51 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qlcwhrrs.\"table1\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:48:51 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12329910183291127539
2026/02/09 17:48:51 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12329910183291127539 records=0 bytes=0 channelLen=0
2026/02/09 17:48:51 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qlcwhrrs.\"table1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:48:51 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:48:51 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qlcwhrrs.\"table1\" ORDER BY id" rows=2 bytes=19 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/09 17:48:53 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    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/09 17:48:56 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:58 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:48:59 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    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/09 17:49:02 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychcl_qyyziq1n.test_mysql_ghost_schema
    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/09 17:49:08 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_rjkkc9cw.\"added\" ORDER BY id"
2026/02/09 17:49:08 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_rjkkc9cw.\"added\" ORDER BY id"
2026/02/09 17:49:08 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_435470082809213900 CURSOR FOR SELECT id,val FROM e2e_test_api_rjkkc9cw.\"added\" ORDER BY id" args=[]
2026/02/09 17:49:08 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_rjkkc9cw.\"added\" ORDER BY id" channelLen=0
2026/02/09 17:49:08 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_435470082809213900
2026/02/09 17:49:08 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_435470082809213900 records=1 bytes=9 channelLen=0
2026/02/09 17:49:08 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_rjkkc9cw.\"added\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/02/09 17:49:08 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_435470082809213900
2026/02/09 17:49:08 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_435470082809213900 records=0 bytes=0 channelLen=0
2026/02/09 17:49:08 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_rjkkc9cw.\"added\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:08 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:08 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_rjkkc9cw.\"added\" 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/09 17:49:10 INFO queued schema delta update x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} flowName=test_cancel_error_on_pg_zero_oids_api_iittoowu tableName=t1
    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/09 17:49:19 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_normal_api_d1jr63zy' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_d1jr63zy.t5_mv_api_d1jr63zy%'"
2026/02/09 17:49:19 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_normal_api_d1jr63zy' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_d1jr63zy.t5_mv_api_d1jr63zy%'"
2026/02/09 17:49:19 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13275322856466559854 CURSOR FOR \n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_normal_api_d1jr63zy' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_d1jr63zy.t5_mv_api_d1jr63zy%'" args=[]
2026/02/09 17:49:19 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_normal_api_d1jr63zy' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_d1jr63zy.t5_mv_api_d1jr63zy%'" channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13275322856466559854
2026/02/09 17:49:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13275322856466559854 records=1 bytes=8 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_normal_api_d1jr63zy' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_d1jr63zy.t5_mv_api_d1jr63zy%'" rows=1 bytes=8 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13275322856466559854
2026/02/09 17:49:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13275322856466559854 records=0 bytes=0 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_normal_api_d1jr63zy' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_d1jr63zy.t5_mv_api_d1jr63zy%'" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:19 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_normal_api_d1jr63zy' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_d1jr63zy.t5_mv_api_d1jr63zy%'" rows=1 bytes=8 channelLen=0
2026/02/09 17:49:19 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_u4xkhyjw' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_u4xkhyjw.t5_mv_api_u4xkhyjw%'"
2026/02/09 17:49:19 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_u4xkhyjw' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_u4xkhyjw.t5_mv_api_u4xkhyjw%'"
2026/02/09 17:49:19 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16023240346467967485 CURSOR FOR \n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_u4xkhyjw' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_u4xkhyjw.t5_mv_api_u4xkhyjw%'" args=[]
2026/02/09 17:49:19 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_u4xkhyjw' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_u4xkhyjw.t5_mv_api_u4xkhyjw%'" channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16023240346467967485
2026/02/09 17:49:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16023240346467967485 records=1 bytes=8 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_u4xkhyjw' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_u4xkhyjw.t5_mv_api_u4xkhyjw%'" rows=1 bytes=8 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16023240346467967485
2026/02/09 17:49:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16023240346467967485 records=0 bytes=0 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_u4xkhyjw' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_u4xkhyjw.t5_mv_api_u4xkhyjw%'" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:19 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('cancel_table_addition_test_flow_no_removal_assumed_with_removal_api_u4xkhyjw' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_u4xkhyjw.t5_mv_api_u4xkhyjw%'" rows=1 bytes=8 channelLen=0
2026/02/09 17:49:19 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id"
2026/02/09 17:49:19 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id"
2026/02/09 17:49:19 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12737992915954543483 CURSOR FOR SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" args=[]
2026/02/09 17:49:19 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12737992915954543483
2026/02/09 17:49:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12737992915954543483 records=2 bytes=19 channelLen=1
2026/02/09 17:49:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/02/09 17:49:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12737992915954543483
2026/02/09 17:49:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12737992915954543483 records=0 bytes=0 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:19 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:19 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=2 bytes=19 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/09 17:49:23 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id"
2026/02/09 17:49:23 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id"
2026/02/09 17:49:23 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8016350842439362980 CURSOR FOR SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" args=[]
2026/02/09 17:49:23 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:49:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8016350842439362980
2026/02/09 17:49:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8016350842439362980 records=2 bytes=19 channelLen=1
2026/02/09 17:49:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:49:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8016350842439362980
2026/02/09 17:49:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8016350842439362980 records=0 bytes=0 channelLen=0
2026/02/09 17:49:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:23 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:23 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:49:25 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id"
2026/02/09 17:49:25 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id"
2026/02/09 17:49:25 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_965916649304265429 CURSOR FOR SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" args=[]
2026/02/09 17:49:25 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:49:25 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_965916649304265429
2026/02/09 17:49:25 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_965916649304265429 records=2 bytes=19 channelLen=1
2026/02/09 17:49:25 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/02/09 17:49:25 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_965916649304265429
2026/02/09 17:49:25 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_965916649304265429 records=0 bytes=0 channelLen=0
2026/02/09 17:49:25 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:25 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:25 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=2 bytes=19 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/09 17:49:27 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_first%'"
2026/02/09 17:49:27 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_first%'"
2026/02/09 17:49:27 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11927833250393200658 CURSOR FOR \n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_first%'" args=[]
2026/02/09 17:49:27 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_first%'" channelLen=0
2026/02/09 17:49:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11927833250393200658
2026/02/09 17:49:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11927833250393200658 records=1 bytes=8 channelLen=0
2026/02/09 17:49:27 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_first%'" rows=1 bytes=8 channelLen=0
2026/02/09 17:49:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11927833250393200658
2026/02/09 17:49:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11927833250393200658 records=0 bytes=0 channelLen=0
2026/02/09 17:49:27 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_first%'" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:27 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:27 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_first%'" rows=1 bytes=8 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/09 17:49:30 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id"
2026/02/09 17:49:30 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id"
2026/02/09 17:49:30 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16498424061389080330 CURSOR FOR SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" args=[]
2026/02/09 17:49:30 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:49:30 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16498424061389080330
2026/02/09 17:49:30 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16498424061389080330 records=2 bytes=19 channelLen=1
2026/02/09 17:49:30 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/02/09 17:49:30 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16498424061389080330
2026/02/09 17:49:30 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16498424061389080330 records=0 bytes=0 channelLen=0
2026/02/09 17:49:30 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:30 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:30 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_jvsg7q9d.\"t1\" ORDER BY id" rows=2 bytes=19 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/09 17:49:34 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id"
2026/02/09 17:49:34 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id"
2026/02/09 17:49:34 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id"
2026/02/09 17:49:34 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id"
2026/02/09 17:49:34 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3005679737353208017 CURSOR FOR SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" args=[]
2026/02/09 17:49:34 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" channelLen=0
2026/02/09 17:49:34 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10659304799578892858 CURSOR FOR SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" args=[]
2026/02/09 17:49:34 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:49:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3005679737353208017
2026/02/09 17:49:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10659304799578892858
2026/02/09 17:49:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3005679737353208017 records=2 bytes=19 channelLen=1
2026/02/09 17:49:34 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:49:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3005679737353208017
2026/02/09 17:49:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3005679737353208017 records=0 bytes=0 channelLen=0
2026/02/09 17:49:34 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:34 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10659304799578892858 records=2 bytes=19 channelLen=1
2026/02/09 17:49:34 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/02/09 17:49:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10659304799578892858
2026/02/09 17:49:34 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:49:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10659304799578892858 records=0 bytes=0 channelLen=0
2026/02/09 17:49:34 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:34 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:34 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:49:35 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id"
2026/02/09 17:49:35 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id"
2026/02/09 17:49:35 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8316317250998118498 CURSOR FOR SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" args=[]
2026/02/09 17:49:35 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:49:35 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8316317250998118498
2026/02/09 17:49:35 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8316317250998118498 records=2 bytes=19 channelLen=1
2026/02/09 17:49:35 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/02/09 17:49:35 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8316317250998118498
2026/02/09 17:49:35 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8316317250998118498 records=0 bytes=0 channelLen=0
2026/02/09 17:49:35 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:35 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:35 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" rows=2 bytes=19 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/09 17:49:38 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id"
2026/02/09 17:49:38 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id"
2026/02/09 17:49:38 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16158171292466736768 CURSOR FOR SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" args=[]
2026/02/09 17:49:38 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:49:38 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16158171292466736768
2026/02/09 17:49:38 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16158171292466736768 records=2 bytes=19 channelLen=1
2026/02/09 17:49:38 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:49:38 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16158171292466736768
2026/02/09 17:49:38 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16158171292466736768 records=0 bytes=0 channelLen=0
2026/02/09 17:49:38 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:38 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:38 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_u4xkhyjw.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:49:40 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id"
2026/02/09 17:49:40 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id"
2026/02/09 17:49:40 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id"
2026/02/09 17:49:40 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id"
2026/02/09 17:49:40 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7976316371245327313 CURSOR FOR SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" args=[]
2026/02/09 17:49:40 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" channelLen=0
2026/02/09 17:49:40 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2822598026071361497 CURSOR FOR SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" args=[]
2026/02/09 17:49:40 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:49:40 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7976316371245327313
2026/02/09 17:49:40 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2822598026071361497
2026/02/09 17:49:40 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7976316371245327313 records=2 bytes=19 channelLen=1
2026/02/09 17:49:40 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:49:40 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7976316371245327313
2026/02/09 17:49:40 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7976316371245327313 records=0 bytes=0 channelLen=0
2026/02/09 17:49:40 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:40 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:40 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2822598026071361497 records=2 bytes=19 channelLen=1
2026/02/09 17:49:40 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:49:40 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2822598026071361497
2026/02/09 17:49:40 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_45ojhjlt.\"original\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:49:40 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2822598026071361497 records=0 bytes=0 channelLen=0
2026/02/09 17:49:40 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:40 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:40 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_d1jr63zy.\"t1\" ORDER BY id" rows=2 bytes=19 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
2026/02/09 17:49:48 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_third%'"
2026/02/09 17:49:48 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_third%'"
2026/02/09 17:49:48 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5448701010461316209 CURSOR FOR \n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_third%'" args=[]
2026/02/09 17:49:48 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_third%'" channelLen=0
2026/02/09 17:49:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5448701010461316209
2026/02/09 17:49:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5448701010461316209 records=1 bytes=8 channelLen=0
2026/02/09 17:49:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_third%'" rows=1 bytes=8 channelLen=0
2026/02/09 17:49:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5448701010461316209
2026/02/09 17:49:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5448701010461316209 records=0 bytes=0 channelLen=0
2026/02/09 17:49:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_third%'" rows=0 bytes=0 channelLen=0
2026/02/09 17:49:48 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:49:48 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_cancel_add_cancel_api_qgngrytk' in flow_name) > 0\n\t\tAND error_message ILIKE '%while pushing to view e2e_test_api_qgngrytk.t2_mv_third%'" rows=1 bytes=8 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
2026/02/09 17:50:03 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id"
2026/02/09 17:50:03 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id"
2026/02/09 17:50:03 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4349019210802113803 CURSOR FOR SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" args=[]
2026/02/09 17:50:03 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:50:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4349019210802113803
2026/02/09 17:50:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4349019210802113803 records=2 bytes=19 channelLen=1
2026/02/09 17:50:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/02/09 17:50:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4349019210802113803
2026/02/09 17:50:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4349019210802113803 records=0 bytes=0 channelLen=0
2026/02/09 17:50:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:03 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:03 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" rows=2 bytes=19 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/09 17:50:06 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id"
2026/02/09 17:50:06 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id"
2026/02/09 17:50:06 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_371768090464157553 CURSOR FOR SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" args=[]
2026/02/09 17:50:06 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:50:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_371768090464157553
2026/02/09 17:50:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_371768090464157553 records=2 bytes=19 channelLen=1
2026/02/09 17:50:06 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:50:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_371768090464157553
2026/02/09 17:50:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_371768090464157553 records=0 bytes=0 channelLen=0
2026/02/09 17:50:06 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:06 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:06 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qgngrytk.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:09 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id"
2026/02/09 17:50:09 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id"
2026/02/09 17:50:09 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17889767273331137873 CURSOR FOR SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" args=[]
2026/02/09 17:50:09 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:50:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17889767273331137873
2026/02/09 17:50:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17889767273331137873 records=2 bytes=19 channelLen=1
2026/02/09 17:50:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:50:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17889767273331137873
2026/02/09 17:50:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17889767273331137873 records=0 bytes=0 channelLen=0
2026/02/09 17:50:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:09 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:09 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:11 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id"
2026/02/09 17:50:11 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id"
2026/02/09 17:50:11 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5410335371237530067 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" args=[]
2026/02/09 17:50:11 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5410335371237530067
2026/02/09 17:50:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5410335371237530067 records=2 bytes=76 channelLen=1
2026/02/09 17:50:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5410335371237530067
2026/02/09 17:50:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5410335371237530067 records=0 bytes=0 channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:11 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/09 17:50:11 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id"
2026/02/09 17:50:11 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id"
2026/02/09 17:50:11 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9360222178179141037 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" args=[]
2026/02/09 17:50:11 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9360222178179141037
2026/02/09 17:50:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9360222178179141037 records=1 bytes=152 channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9360222178179141037
2026/02/09 17:50:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9360222178179141037 records=0 bytes=0 channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:11 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:11 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:12 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id"
2026/02/09 17:50:12 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id"
2026/02/09 17:50:12 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2103522931003443527 CURSOR FOR SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" args=[]
2026/02/09 17:50:12 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:50:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2103522931003443527
2026/02/09 17:50:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2103522931003443527 records=2 bytes=19 channelLen=1
2026/02/09 17:50:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
2026/02/09 17:50:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2103522931003443527
2026/02/09 17:50:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2103522931003443527 records=0 bytes=0 channelLen=0
2026/02/09 17:50:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:12 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:12 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:14 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id"
2026/02/09 17:50:14 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id"
2026/02/09 17:50:14 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7241910543161259215 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" args=[]
2026/02/09 17:50:14 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7241910543161259215
2026/02/09 17:50:14 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7241910543161259215 records=2 bytes=76 channelLen=1
2026/02/09 17:50:14 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7241910543161259215
2026/02/09 17:50:14 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7241910543161259215 records=0 bytes=0 channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:14 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/09 17:50:14 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id"
2026/02/09 17:50:14 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id"
2026/02/09 17:50:14 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13786590403065550141 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" args=[]
2026/02/09 17:50:14 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13786590403065550141
2026/02/09 17:50:14 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13786590403065550141 records=1 bytes=152 channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13786590403065550141
2026/02/09 17:50:14 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13786590403065550141 records=0 bytes=0 channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:14 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:14 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:15 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id"
2026/02/09 17:50:15 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id"
2026/02/09 17:50:15 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1631639703356752838 CURSOR FOR SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" args=[]
2026/02/09 17:50:15 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" channelLen=0
2026/02/09 17:50:15 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1631639703356752838
2026/02/09 17:50:15 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1631639703356752838 records=2 bytes=19 channelLen=1
2026/02/09 17:50:15 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/02/09 17:50:15 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1631639703356752838
2026/02/09 17:50:15 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1631639703356752838 records=0 bytes=0 channelLen=0
2026/02/09 17:50:15 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:15 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:15 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qevi7vug.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:17 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id"
2026/02/09 17:50:17 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id"
2026/02/09 17:50:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3291184800200161211 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" args=[]
2026/02/09 17:50:17 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3291184800200161211
2026/02/09 17:50:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3291184800200161211 records=2 bytes=76 channelLen=1
2026/02/09 17:50:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3291184800200161211
2026/02/09 17:50:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3291184800200161211 records=0 bytes=0 channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:17 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2026/02/09 17:50:17 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id"
2026/02/09 17:50:17 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id"
2026/02/09 17:50:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6303342912178888419 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" args=[]
2026/02/09 17:50:17 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6303342912178888419
2026/02/09 17:50:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6303342912178888419 records=1 bytes=152 channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6303342912178888419
2026/02/09 17:50:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6303342912178888419 records=0 bytes=0 channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:17 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pg_mn0rsv55.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:18 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_tgdvlzhf.\"test_table_add_remove\" ORDER BY id"
2026/02/09 17:50:18 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_tgdvlzhf.\"test_table_add_remove\" ORDER BY id"
2026/02/09 17:50:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11627121451076305326 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_tgdvlzhf.\"test_table_add_remove\" ORDER BY id" args=[]
2026/02/09 17:50:18 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_tgdvlzhf.\"test_table_add_remove\" ORDER BY id" channelLen=0
2026/02/09 17:50:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11627121451076305326
2026/02/09 17:50:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11627121451076305326 records=1 bytes=8 channelLen=0
2026/02/09 17:50:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_tgdvlzhf.\"test_table_add_remove\" ORDER BY id" rows=1 bytes=8 channelLen=0
2026/02/09 17:50:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11627121451076305326
2026/02/09 17:50:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11627121451076305326 records=0 bytes=0 channelLen=0
2026/02/09 17:50:18 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_tgdvlzhf.\"test_table_add_remove\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:18 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_tgdvlzhf.\"test_table_add_remove\" ORDER BY id" rows=1 bytes=8 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/09 17:50:23 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:23 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:23 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2905635539354288713 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" args=[]
2026/02/09 17:50:23 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2026/02/09 17:50:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2905635539354288713
2026/02/09 17:50:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2905635539354288713 records=2 bytes=15 channelLen=1
2026/02/09 17:50:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
2026/02/09 17:50:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2905635539354288713
2026/02/09 17:50:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2905635539354288713 records=0 bytes=0 channelLen=0
2026/02/09 17:50:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:23 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:23 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:24 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:24 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:24 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4813395150443084901 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" args=[]
2026/02/09 17:50:24 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2026/02/09 17:50:24 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4813395150443084901
2026/02/09 17:50:24 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4813395150443084901 records=2 bytes=15 channelLen=1
2026/02/09 17:50:24 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=1
2026/02/09 17:50:24 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4813395150443084901
2026/02/09 17:50:24 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4813395150443084901 records=0 bytes=0 channelLen=0
2026/02/09 17:50:24 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:24 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:24 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:26 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:26 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:26 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8050516398005233831 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" args=[]
2026/02/09 17:50:26 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2026/02/09 17:50:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8050516398005233831
2026/02/09 17:50:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8050516398005233831 records=2 bytes=15 channelLen=1
2026/02/09 17:50:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
2026/02/09 17:50:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8050516398005233831
2026/02/09 17:50:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8050516398005233831 records=0 bytes=0 channelLen=0
2026/02/09 17:50:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:26 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:26 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:27 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id"
2026/02/09 17:50:27 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id"
2026/02/09 17:50:27 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17250149411766598231 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" args=[]
2026/02/09 17:50:27 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" channelLen=0
2026/02/09 17:50:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17250149411766598231
2026/02/09 17:50:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17250149411766598231 records=2 bytes=15 channelLen=1
2026/02/09 17:50:27 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=0
2026/02/09 17:50:27 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17250149411766598231
2026/02/09 17:50:27 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17250149411766598231 records=0 bytes=0 channelLen=0
2026/02/09 17:50:27 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:27 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:27 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:29 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:29 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:29 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10713235732593030443 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" args=[]
2026/02/09 17:50:29 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2026/02/09 17:50:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10713235732593030443
2026/02/09 17:50:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10713235732593030443 records=2 bytes=15 channelLen=1
2026/02/09 17:50:29 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
2026/02/09 17:50:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10713235732593030443
2026/02/09 17:50:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10713235732593030443 records=0 bytes=0 channelLen=0
2026/02/09 17:50:29 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:29 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:29 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:30 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id"
2026/02/09 17:50:30 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id"
2026/02/09 17:50:30 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16480529532835364614 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" args=[]
2026/02/09 17:50:30 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" channelLen=0
2026/02/09 17:50:30 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16480529532835364614
2026/02/09 17:50:30 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16480529532835364614 records=2 bytes=15 channelLen=1
2026/02/09 17:50:30 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=1
2026/02/09 17:50:30 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16480529532835364614
2026/02/09 17:50:30 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16480529532835364614 records=0 bytes=0 channelLen=0
2026/02/09 17:50:30 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:30 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:30 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_z5zdumgk.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:32 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:32 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:32 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16792185016548965261 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" args=[]
2026/02/09 17:50:32 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2026/02/09 17:50:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16792185016548965261
2026/02/09 17:50:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16792185016548965261 records=2 bytes=15 channelLen=1
2026/02/09 17:50:32 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
2026/02/09 17:50:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16792185016548965261
2026/02/09 17:50:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16792185016548965261 records=0 bytes=0 channelLen=0
2026/02/09 17:50:32 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:32 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:32 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:34 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_ftmchli3.\"test_update_pkey_enabled\" ORDER BY id"
2026/02/09 17:50:34 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_ftmchli3.\"test_update_pkey_enabled\" ORDER BY id"
2026/02/09 17:50:34 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_316689356808336494 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_ftmchli3.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2026/02/09 17:50:34 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_ftmchli3.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2026/02/09 17:50:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_316689356808336494
2026/02/09 17:50:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_316689356808336494 records=1 bytes=10 channelLen=0
2026/02/09 17:50:34 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_ftmchli3.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2026/02/09 17:50:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_316689356808336494
2026/02/09 17:50:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_316689356808336494 records=0 bytes=0 channelLen=0
2026/02/09 17:50:34 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_ftmchli3.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:34 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:34 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_ftmchli3.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:35 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id"
2026/02/09 17:50:35 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id"
2026/02/09 17:50:35 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8826172181055390518 CURSOR FOR SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" args=[]
2026/02/09 17:50:35 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" channelLen=0
2026/02/09 17:50:35 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8826172181055390518
2026/02/09 17:50:35 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8826172181055390518 records=2 bytes=120 channelLen=1
2026/02/09 17:50:35 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
2026/02/09 17:50:35 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8826172181055390518
2026/02/09 17:50:35 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8826172181055390518 records=0 bytes=0 channelLen=0
2026/02/09 17:50:35 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:35 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:35 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 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/09 17:50:38 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:38 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id"
2026/02/09 17:50:38 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15196233757551289434 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" args=[]
2026/02/09 17:50:38 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2026/02/09 17:50:38 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15196233757551289434
2026/02/09 17:50:38 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15196233757551289434 records=2 bytes=15 channelLen=1
2026/02/09 17:50:38 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=1
2026/02/09 17:50:38 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15196233757551289434
2026/02/09 17:50:38 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15196233757551289434 records=0 bytes=0 channelLen=0
2026/02/09 17:50:38 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:38 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:38 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fa0zrq94.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 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/09 17:50:44 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id"
2026/02/09 17:50:44 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id"
2026/02/09 17:50:44 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16642491382813687213 CURSOR FOR SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" args=[]
2026/02/09 17:50:44 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" channelLen=0
2026/02/09 17:50:44 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16642491382813687213
2026/02/09 17:50:44 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16642491382813687213 records=2 bytes=120 channelLen=1
2026/02/09 17:50:44 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
2026/02/09 17:50:44 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16642491382813687213
2026/02/09 17:50:44 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16642491382813687213 records=0 bytes=0 channelLen=0
2026/02/09 17:50:44 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:44 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:44 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:45 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id"
2026/02/09 17:50:45 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id"
2026/02/09 17:50:45 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17954396592186596154 CURSOR FOR SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" args=[]
2026/02/09 17:50:45 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" channelLen=0
2026/02/09 17:50:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17954396592186596154
2026/02/09 17:50:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17954396592186596154 records=2 bytes=120 channelLen=1
2026/02/09 17:50:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
2026/02/09 17:50:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17954396592186596154
2026/02/09 17:50:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17954396592186596154 records=0 bytes=0 channelLen=0
2026/02/09 17:50:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:45 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:45 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 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/09 17:50:48 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id"
2026/02/09 17:50:48 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id"
2026/02/09 17:50:48 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10888178343848355497 CURSOR FOR SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" args=[]
2026/02/09 17:50:48 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" channelLen=0
2026/02/09 17:50:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10888178343848355497
2026/02/09 17:50:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10888178343848355497 records=2 bytes=120 channelLen=1
2026/02/09 17:50:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
2026/02/09 17:50:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10888178343848355497
2026/02/09 17:50:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10888178343848355497 records=0 bytes=0 channelLen=0
2026/02/09 17:50:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:48 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:48 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_nkpswnka.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:49 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id"
2026/02/09 17:50:49 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id"
2026/02/09 17:50:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16612820007881615131 CURSOR FOR SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" args=[]
2026/02/09 17:50:49 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" channelLen=0
2026/02/09 17:50:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16612820007881615131
2026/02/09 17:50:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16612820007881615131 records=2 bytes=40 channelLen=1
2026/02/09 17:50:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=2 bytes=40 channelLen=0
2026/02/09 17:50:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16612820007881615131
2026/02/09 17:50:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16612820007881615131 records=0 bytes=0 channelLen=0
2026/02/09 17:50:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:49 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=2 bytes=40 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/09 17:50:52 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id"
2026/02/09 17:50:52 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id"
2026/02/09 17:50:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13118989371045138466 CURSOR FOR SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" args=[]
2026/02/09 17:50:52 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" channelLen=0
2026/02/09 17:50:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13118989371045138466
2026/02/09 17:50:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13118989371045138466 records=2 bytes=40 channelLen=1
2026/02/09 17:50:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=2 bytes=40 channelLen=0
2026/02/09 17:50:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13118989371045138466
2026/02/09 17:50:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13118989371045138466 records=0 bytes=0 channelLen=0
2026/02/09 17:50:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:52 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=2 bytes=40 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/09 17:50:56 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2,t FROM e2e_test_pgch_xx5wcrvb.\"test_replident_full_toast\" ORDER BY id"
2026/02/09 17:50:56 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2,t FROM e2e_test_pgch_xx5wcrvb.\"test_replident_full_toast\" ORDER BY id"
2026/02/09 17:50:56 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10913183001309848026 CURSOR FOR SELECT id,c1,c2,t FROM e2e_test_pgch_xx5wcrvb.\"test_replident_full_toast\" ORDER BY id" args=[]
2026/02/09 17:50:56 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2,t FROM e2e_test_pgch_xx5wcrvb.\"test_replident_full_toast\" ORDER BY id" channelLen=0
2026/02/09 17:50:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10913183001309848026
2026/02/09 17:50:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10913183001309848026 records=1 bytes=76045 channelLen=0
2026/02/09 17:50:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2,t FROM e2e_test_pgch_xx5wcrvb.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
2026/02/09 17:50:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10913183001309848026
2026/02/09 17:50:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10913183001309848026 records=0 bytes=0 channelLen=0
2026/02/09 17:50:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2,t FROM e2e_test_pgch_xx5wcrvb.\"test_replident_full_toast\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:56 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:56 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2,t FROM e2e_test_pgch_xx5wcrvb.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:57 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_4e5kr83a.\"test_skip_snapshot\" ORDER BY id"
2026/02/09 17:50:57 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_4e5kr83a.\"test_skip_snapshot\" ORDER BY id"
2026/02/09 17:50:57 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5902725194216937222 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_4e5kr83a.\"test_skip_snapshot\" ORDER BY id" args=[]
2026/02/09 17:50:57 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_4e5kr83a.\"test_skip_snapshot\" ORDER BY id" channelLen=0
2026/02/09 17:50:57 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5902725194216937222
2026/02/09 17:50:57 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5902725194216937222 records=2 bytes=15 channelLen=1
2026/02/09 17:50:57 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_4e5kr83a.\"test_skip_snapshot\" ORDER BY id" rows=2 bytes=15 channelLen=0
2026/02/09 17:50:57 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5902725194216937222
2026/02/09 17:50:57 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5902725194216937222 records=0 bytes=0 channelLen=0
2026/02/09 17:50:57 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_4e5kr83a.\"test_skip_snapshot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:57 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:57 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_4e5kr83a.\"test_skip_snapshot\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:819: q.NumRecords: 3
    bigquery_source_test.go:819: other.NumRecords: 0
2026/02/09 17:50:58 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id"
2026/02/09 17:50:58 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id"
2026/02/09 17:50:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8735751896093965348 CURSOR FOR SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" args=[]
2026/02/09 17:50:58 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" channelLen=0
2026/02/09 17:50:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8735751896093965348
2026/02/09 17:50:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8735751896093965348 records=2 bytes=40 channelLen=1
2026/02/09 17:50:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=2 bytes=40 channelLen=0
2026/02/09 17:50:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8735751896093965348
2026/02/09 17:50:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8735751896093965348 records=0 bytes=0 channelLen=0
2026/02/09 17:50:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/09 17:50:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/09 17:50:58 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,t,t_nullable,t_nullable_2 FROM e2e_test_pgch_jzgmnfpv.\"test_time\" ORDER BY id" rows=2 bytes=40 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-09 17:51:01.579985283 +0000 UTC m=+524.646117629
--- FAIL: TestBigQueryClickhouseSuite/Test_JSON_Support (185.12s)

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

Copy link
Contributor

@ilidemi ilidemi left a comment

Choose a reason for hiding this comment

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

Deferring to PG experts. Any risk of existing users being upset by xids incrementing more often?

@heavycrystal
Copy link
Contributor

Any risk of existing users being upset by xids incrementing more often?

It's every 10 minutes, ~50K xids per year shouldn't be too bad. Needs to be seen if this will cause contention in other ways

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.

3 participants