Skip to content

support column exclusion for mongodb#3751

Open
jgao54 wants to merge 1 commit intomainfrom
mongo-filter
Open

support column exclusion for mongodb#3751
jgao54 wants to merge 1 commit intomainfrom
mongo-filter

Conversation

@jgao54
Copy link
Contributor

@jgao54 jgao54 commented Dec 1, 2025

Add ClickHouse JSON SKIP support for MongoDB field exclusion. This is useful for filtering out sensitive fields in MongoDB documents.

Reuses TableMapping.Exclude to implement support for ClickHouse JSON SKIP column hints. When users specify fields to exclude via the TableMapping.Exclude configuration, these fields will get translated to SKIP clauses in the JSON column type definition, as long as the column has the <col>. prefix and is of type JSON. Applied to Mongo's doc field only for now, but can be expanded to other JSON field later on, such as pg/mysql json support.

Testing: e2e test verify that schema and data are properly excluded; and tested locally that resync preserve column exclusion info.

@codecov
Copy link

codecov bot commented Dec 1, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
1538 2 1536 137
View the top 3 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestMongoClickhouseSuite
Stack Traces | 0s run time
=== RUN   TestMongoClickhouseSuite
=== PAUSE TestMongoClickhouseSuite
=== CONT  TestMongoClickhouseSuite
--- FAIL: TestMongoClickhouseSuite (0.00s)
github.com/PeerDB-io/peerdb/flow/e2e::TestBigQueryClickhouseSuite
Stack Traces | 0.01s run time
=== RUN   TestBigQueryClickhouseSuite
=== PAUSE TestBigQueryClickhouseSuite
=== CONT  TestBigQueryClickhouseSuite
--- FAIL: TestBigQueryClickhouseSuite (0.01s)
2025/12/01 04:46:32 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2025/12/01 04:46:32 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
github.com/PeerDB-io/peerdb/flow/e2e::TestBigQueryClickhouseSuite/Test_GCS_Cleanup_After_Initial_Load
Stack Traces | 185s run time
=== RUN   TestBigQueryClickhouseSuite/Test_GCS_Cleanup_After_Initial_Load
=== PAUSE TestBigQueryClickhouseSuite/Test_GCS_Cleanup_After_Initial_Load
=== CONT  TestBigQueryClickhouseSuite/Test_GCS_Cleanup_After_Initial_Load
    bigquery_source_test.go:846: ClickHouse database: e2e_test_bqch_jj24zwcw
    bigquery_source_test.go:852: Creating test table test_gcs_cleanup_xxr6awuu
2025/12/01 04:43:28 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_mychclg_bedbsh78.test_simple_schema_changes
    bigquery_source_test.go:900: Inserted 5 rows into source table
    bigquery_source_test.go:922: WaitFor data replicated 2025-12-01 04:43:31.609366801 +0000 UTC m=+170.626828943
2025/12/01 04:43:31 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id"
2025/12/01 04:43:31 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id"
2025/12/01 04:43:31 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4321550136291676990 CURSOR FOR SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2025/12/01 04:43:31 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2025/12/01 04:43:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4321550136291676990
2025/12/01 04:43:31 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4321550136291676990 records=8 bytes=168 channelLen=7
2025/12/01 04:43:31 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=7
2025/12/01 04:43:31 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4321550136291676990
2025/12/01 04:43:31 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4321550136291676990 records=0 bytes=0 channelLen=0
2025/12/01 04:43:31 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:43:31 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:43:31 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:922: code: 60, message: Unknown table expression identifier 'test_gcs_cleanup_xxr6awuu_dst' in scope SELECT id FROM test_gcs_cleanup_xxr6awuu_dst FINAL WHERE _peerdb_is_deleted = 0 ORDER BY 1 ASC SETTINGS use_query_cache = false
2025/12/01 04:43:32 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id"
2025/12/01 04:43:32 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id"
2025/12/01 04:43:32 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9822232499186730615 CURSOR FOR SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" args=[]
2025/12/01 04:43:32 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2025/12/01 04:43:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9822232499186730615
2025/12/01 04:43:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9822232499186730615 records=3 bytes=60 channelLen=2
2025/12/01 04:43:32 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" rows=3 bytes=60 channelLen=0
2025/12/01 04:43:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9822232499186730615
2025/12/01 04:43:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9822232499186730615 records=0 bytes=0 channelLen=0
2025/12/01 04:43:32 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:43:32 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:43:32 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,coalesce(c3,0) c3 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" rows=3 bytes=60 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:43:34 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_qvzadcc9.\"test_table_add_remove\" ORDER BY id"
2025/12/01 04:43: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_qvzadcc9.\"test_table_add_remove\" ORDER BY id"
2025/12/01 04:43:34 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16379106955135753237 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_qvzadcc9.\"test_table_add_remove\" ORDER BY id" args=[]
2025/12/01 04:43: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_qvzadcc9.\"test_table_add_remove\" ORDER BY id" channelLen=0
2025/12/01 04:43:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16379106955135753237
2025/12/01 04:43:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16379106955135753237 records=1 bytes=8 channelLen=0
2025/12/01 04:43: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_qvzadcc9.\"test_table_add_remove\" ORDER BY id" rows=1 bytes=8 channelLen=0
2025/12/01 04:43:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16379106955135753237
2025/12/01 04:43:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16379106955135753237 records=0 bytes=0 channelLen=0
2025/12/01 04:43: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_qvzadcc9.\"test_table_add_remove\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:43:34 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:43: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_qvzadcc9.\"test_table_add_remove\" ORDER BY id" rows=1 bytes=8 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:43:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id"
2025/12/01 04:43:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id"
2025/12/01 04:43:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14551555400680690878 CURSOR FOR SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2025/12/01 04:43:41 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2025/12/01 04:43:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14551555400680690878
2025/12/01 04:43:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14551555400680690878 records=8 bytes=168 channelLen=7
2025/12/01 04:43:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2025/12/01 04:43:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14551555400680690878
2025/12/01 04:43:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14551555400680690878 records=0 bytes=0 channelLen=0
2025/12/01 04:43:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:43:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:43:41 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
2025/12/01 04:43:51 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:43:57 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id"
2025/12/01 04:43:57 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id"
2025/12/01 04:43:57 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16314789638084728624 CURSOR FOR SELECT id,c1 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" args=[]
2025/12/01 04:43:57 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2025/12/01 04:43:57 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16314789638084728624
2025/12/01 04:43:57 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16314789638084728624 records=4 bytes=48 channelLen=3
2025/12/01 04:43:57 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=3
2025/12/01 04:43:57 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16314789638084728624
2025/12/01 04:43:57 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16314789638084728624 records=0 bytes=0 channelLen=0
2025/12/01 04:43:57 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:43:57 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:43:57 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_sf_1ac4nobn_20251201044227.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:43:58 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id"
2025/12/01 04:43:58 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id"
2025/12/01 04:43:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_815981006085363674 CURSOR FOR SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2025/12/01 04:43:58 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2025/12/01 04:43:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_815981006085363674
2025/12/01 04:43:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_815981006085363674 records=8 bytes=168 channelLen=7
2025/12/01 04:43:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=7
2025/12/01 04:43:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_815981006085363674
2025/12/01 04:43:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_815981006085363674 records=0 bytes=0 channelLen=0
2025/12/01 04:43:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:43:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:43:58 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_s5l9j36b_20251201044243.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector\" ORDER BY id"
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector\" ORDER BY id"
2025/12/01 04:44:05 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7932932149764144393 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_iuqvakmx.\"pg_pgvector\" ORDER BY id" args=[]
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" channelLen=0
2025/12/01 04:44:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7932932149764144393
2025/12/01 04:44:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7932932149764144393 records=2 bytes=76 channelLen=1
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:44:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7932932149764144393
2025/12/01 04:44:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7932932149764144393 records=0 bytes=0 channelLen=0
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:05 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id"
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id"
2025/12/01 04:44:05 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14899504695363509715 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" args=[]
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2025/12/01 04:44:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14899504695363509715
2025/12/01 04:44:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14899504695363509715 records=1 bytes=152 channelLen=0
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2025/12/01 04:44:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14899504695363509715
2025/12/01 04:44:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14899504695363509715 records=0 bytes=0 channelLen=0
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:05 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:05 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector\" ORDER BY id"
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector\" ORDER BY id"
2025/12/01 04:44:06 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16141668758526442069 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_iuqvakmx.\"pg_pgvector\" ORDER BY id" args=[]
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" channelLen=0
2025/12/01 04:44:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16141668758526442069
2025/12/01 04:44:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16141668758526442069 records=2 bytes=76 channelLen=1
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:44:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16141668758526442069
2025/12/01 04:44:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16141668758526442069 records=0 bytes=0 channelLen=0
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:06 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id"
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id"
2025/12/01 04:44:06 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15682375816773588435 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" args=[]
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2025/12/01 04:44:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15682375816773588435
2025/12/01 04:44:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15682375816773588435 records=1 bytes=152 channelLen=0
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2025/12/01 04:44:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15682375816773588435
2025/12/01 04:44:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15682375816773588435 records=0 bytes=0 channelLen=0
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:06 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:06 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:10 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1526303188852859121
2025/12/01 04:44:10 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1526303188852859121 records=1 bytes=152 channelLen=0
2025/12/01 04:44:10 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2025/12/01 04:44:10 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1526303188852859121
2025/12/01 04:44:10 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1526303188852859121 records=0 bytes=0 channelLen=0
2025/12/01 04:44:10 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:10 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:10 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector\" ORDER BY id"
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector\" ORDER BY id"
2025/12/01 04:44:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17556043243707947163 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_iuqvakmx.\"pg_pgvector\" ORDER BY id" args=[]
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector\" ORDER BY id" channelLen=0
2025/12/01 04:44:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17556043243707947163
2025/12/01 04:44:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17556043243707947163 records=2 bytes=76 channelLen=1
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:44:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17556043243707947163
2025/12/01 04:44:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17556043243707947163 records=0 bytes=0 channelLen=0
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id"
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id"
2025/12/01 04:44:17 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1374579127338817805 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" args=[]
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2025/12/01 04:44:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1374579127338817805
2025/12/01 04:44:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1374579127338817805 records=1 bytes=152 channelLen=0
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
2025/12/01 04:44:17 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1374579127338817805
2025/12/01 04:44:17 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1374579127338817805 records=0 bytes=0 channelLen=0
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:17 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44: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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=1 bytes=152 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector\" ORDER BY id"
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector\" ORDER BY id"
2025/12/01 04:44:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_18135672990103155053 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_iuqvakmx.\"pg_pgvector\" ORDER BY id" args=[]
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" channelLen=0
2025/12/01 04:44:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18135672990103155053
2025/12/01 04:44:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18135672990103155053 records=2 bytes=76 channelLen=1
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:44:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18135672990103155053
2025/12/01 04:44:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18135672990103155053 records=0 bytes=0 channelLen=0
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id"
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id"
2025/12/01 04:44:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15526816742183125518 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pg_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" args=[]
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" channelLen=0
2025/12/01 04:44:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15526816742183125518
2025/12/01 04:44:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15526816742183125518 records=2 bytes=304 channelLen=1
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=2 bytes=304 channelLen=1
2025/12/01 04:44:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15526816742183125518
2025/12/01 04:44:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15526816742183125518 records=0 bytes=0 channelLen=0
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:18 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_iuqvakmx.\"pg_pgvector_dst\" ORDER BY id" rows=2 bytes=304 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:34 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id"
2025/12/01 04:44: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_sys5q3gi.\"whatIsTable?\" ORDER BY id"
2025/12/01 04:44:34 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3340361778119333408 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id" args=[]
2025/12/01 04:44: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_sys5q3gi.\"whatIsTable?\" ORDER BY id" channelLen=0
2025/12/01 04:44:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3340361778119333408
2025/12/01 04:44:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3340361778119333408 records=2 bytes=15 channelLen=1
2025/12/01 04:44: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_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=1
2025/12/01 04:44:34 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3340361778119333408
2025/12/01 04:44:34 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3340361778119333408 records=0 bytes=0 channelLen=0
2025/12/01 04:44: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_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:34 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44: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_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:37 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id"
2025/12/01 04:44:37 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id"
2025/12/01 04:44:37 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2829668525752923201 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id" args=[]
2025/12/01 04:44:37 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_sys5q3gi.\"whatIsTable?\" ORDER BY id" channelLen=0
2025/12/01 04:44:37 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2829668525752923201
2025/12/01 04:44:37 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2829668525752923201 records=2 bytes=15 channelLen=1
2025/12/01 04:44:37 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:44:37 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2829668525752923201
2025/12/01 04:44:37 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2829668525752923201 records=0 bytes=0 channelLen=0
2025/12/01 04:44:37 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:37 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:37 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_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:38 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id"
2025/12/01 04:44: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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id"
2025/12/01 04:44:38 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6591160169811286463 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" args=[]
2025/12/01 04:44: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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2025/12/01 04:44:38 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6591160169811286463
2025/12/01 04:44:38 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6591160169811286463 records=2 bytes=15 channelLen=1
2025/12/01 04:44: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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=1
2025/12/01 04:44:38 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6591160169811286463
2025/12/01 04:44:38 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6591160169811286463 records=0 bytes=0 channelLen=0
2025/12/01 04:44: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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:38 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44: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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_zlg1crsh.\"table\" ORDER BY id"
2025/12/01 04:44:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_zlg1crsh.\"table\" ORDER BY id"
2025/12/01 04:44:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6432734473137199946 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_zlg1crsh.\"table\" ORDER BY id" args=[]
2025/12/01 04:44:41 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_zlg1crsh.\"table\" ORDER BY id" channelLen=0
2025/12/01 04:44:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6432734473137199946
2025/12/01 04:44:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6432734473137199946 records=2 bytes=15 channelLen=1
2025/12/01 04:44:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_zlg1crsh.\"table\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:44:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6432734473137199946
2025/12/01 04:44:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6432734473137199946 records=0 bytes=0 channelLen=0
2025/12/01 04:44:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_zlg1crsh.\"table\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:41 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_zlg1crsh.\"table\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:43 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id"
2025/12/01 04:44:43 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id"
2025/12/01 04:44:43 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10878492167390246385 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2025/12/01 04:44:43 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_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2025/12/01 04:44:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10878492167390246385
2025/12/01 04:44:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10878492167390246385 records=1 bytes=10 channelLen=0
2025/12/01 04:44:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2025/12/01 04:44:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10878492167390246385
2025/12/01 04:44:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10878492167390246385 records=0 bytes=0 channelLen=0
2025/12/01 04:44:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:43 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:43 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_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:44 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id"
2025/12/01 04:44:44 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id"
2025/12/01 04:44:44 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3784073373164227428 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id" args=[]
2025/12/01 04:44:44 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_sys5q3gi.\"whatIsTable?\" ORDER BY id" channelLen=0
2025/12/01 04:44:44 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3784073373164227428
2025/12/01 04:44:44 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3784073373164227428 records=2 bytes=15 channelLen=1
2025/12/01 04:44:44 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=1
2025/12/01 04:44:44 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3784073373164227428
2025/12/01 04:44:44 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3784073373164227428 records=0 bytes=0 channelLen=0
2025/12/01 04:44:44 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:44 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:44 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_sys5q3gi.\"whatIsTable?\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:45 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id"
2025/12/01 04:44:45 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id"
2025/12/01 04:44:45 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8542498918301546092 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" args=[]
2025/12/01 04:44:45 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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2025/12/01 04:44:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8542498918301546092
2025/12/01 04:44:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8542498918301546092 records=2 bytes=15 channelLen=1
2025/12/01 04:44:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=1
2025/12/01 04:44:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8542498918301546092
2025/12/01 04:44:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8542498918301546092 records=0 bytes=0 channelLen=0
2025/12/01 04:44:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:45 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:45 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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:48 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_18204190576402659673 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" args=[]
2025/12/01 04:44:48 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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" channelLen=0
2025/12/01 04:44:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18204190576402659673
2025/12/01 04:44:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18204190576402659673 records=2 bytes=15 channelLen=1
2025/12/01 04:44:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:44:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18204190576402659673
2025/12/01 04:44:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18204190576402659673 records=0 bytes=0 channelLen=0
2025/12/01 04:44:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:48 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:48 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_fgkmzisr.\"myMixedCaseTable\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:50 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id"
2025/12/01 04:44:50 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id"
2025/12/01 04:44:50 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9501259202809308298 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2025/12/01 04:44:50 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_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2025/12/01 04:44:50 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9501259202809308298
2025/12/01 04:44:50 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9501259202809308298 records=1 bytes=10 channelLen=0
2025/12/01 04:44:50 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2025/12/01 04:44:50 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9501259202809308298
2025/12/01 04:44:50 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9501259202809308298 records=0 bytes=0 channelLen=0
2025/12/01 04:44:50 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:50 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:50 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_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:51 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id"
2025/12/01 04:44:51 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id"
2025/12/01 04:44:51 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7982112099069113249 CURSOR FOR SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" args=[]
2025/12/01 04:44:51 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" channelLen=0
2025/12/01 04:44:51 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7982112099069113249
2025/12/01 04:44:51 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7982112099069113249 records=2 bytes=120 channelLen=1
2025/12/01 04:44:51 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
2025/12/01 04:44:51 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7982112099069113249
2025/12/01 04:44:51 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7982112099069113249 records=0 bytes=0 channelLen=0
2025/12/01 04:44:51 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:51 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:51 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:53 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id"
2025/12/01 04:44:53 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id"
2025/12/01 04:44:53 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6226651028774168820 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2025/12/01 04:44:53 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_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2025/12/01 04:44:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6226651028774168820
2025/12/01 04:44:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6226651028774168820 records=1 bytes=10 channelLen=0
2025/12/01 04:44:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2025/12/01 04:44:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6226651028774168820
2025/12/01 04:44:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6226651028774168820 records=0 bytes=0 channelLen=0
2025/12/01 04:44:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:53 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:53 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_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:54 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id"
2025/12/01 04:44:54 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id"
2025/12/01 04:44:54 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15727248723494668086 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2025/12/01 04:44:54 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_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2025/12/01 04:44:54 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15727248723494668086
2025/12/01 04:44:54 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15727248723494668086 records=1 bytes=10 channelLen=0
2025/12/01 04:44:54 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2025/12/01 04:44:54 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15727248723494668086
2025/12/01 04:44:54 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15727248723494668086 records=0 bytes=0 channelLen=0
2025/12/01 04:44:54 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:54 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:54 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_6jiiue37.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:44:58 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id"
2025/12/01 04:44:58 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id"
2025/12/01 04:44:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12973396095517414039 CURSOR FOR SELECT id,\"id number\",key,\"spacey column\",\"#sync_me!\",\"2birds1stone\",\"quo'te\",\"Анна Каренина\",\"人間失格\" FROM e2e_test_pgch_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" args=[]
2025/12/01 04:44:58 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" channelLen=0
2025/12/01 04:44:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12973396095517414039
2025/12/01 04:44:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12973396095517414039 records=2 bytes=120 channelLen=1
2025/12/01 04:44:58 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=1
2025/12/01 04:44:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12973396095517414039
2025/12/01 04:44:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12973396095517414039 records=0 bytes=0 channelLen=0
2025/12/01 04:44:58 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:44:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:44:58 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_ylxbupe6.\"test_unprivileged_columns\" ORDER BY id" rows=2 bytes=120 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id"
2025/12/01 04:45:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id"
2025/12/01 04:45:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9032464228886385406 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" args=[]
2025/12/01 04:45:01 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_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" channelLen=0
2025/12/01 04:45:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9032464228886385406
2025/12/01 04:45:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9032464228886385406 records=2 bytes=15 channelLen=1
2025/12/01 04:45:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:45:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9032464228886385406
2025/12/01 04:45:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9032464228886385406 records=0 bytes=0 channelLen=0
2025/12/01 04:45:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:01 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_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:04 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id"
2025/12/01 04:45:04 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id"
2025/12/01 04:45:04 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1127995916162032366 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" args=[]
2025/12/01 04:45:04 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_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" channelLen=0
2025/12/01 04:45:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1127995916162032366
2025/12/01 04:45:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1127995916162032366 records=2 bytes=15 channelLen=1
2025/12/01 04:45:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=2 bytes=15 channelLen=1
2025/12/01 04:45:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1127995916162032366
2025/12/01 04:45:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1127995916162032366 records=0 bytes=0 channelLen=0
2025/12/01 04:45:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:04 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_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:07 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:07 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:07 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3614579490768176079 CURSOR FOR SELECT id,c1,c2,t FROM e2e_test_pgch_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" args=[]
2025/12/01 04:45:07 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" channelLen=0
2025/12/01 04:45:07 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3614579490768176079
2025/12/01 04:45:07 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3614579490768176079 records=1 bytes=76045 channelLen=0
2025/12/01 04:45:07 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
2025/12/01 04:45:07 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3614579490768176079
2025/12/01 04:45:07 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3614579490768176079 records=0 bytes=0 channelLen=0
2025/12/01 04:45:07 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:07 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:07 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:09 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id"
2025/12/01 04:45:09 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id"
2025/12/01 04:45:09 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7226764630418471308 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" args=[]
2025/12/01 04:45:09 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_wubgphm0.\"test_schema_as_column\" ORDER BY id" channelLen=0
2025/12/01 04:45:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7226764630418471308
2025/12/01 04:45:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7226764630418471308 records=2 bytes=15 channelLen=1
2025/12/01 04:45:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:45:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7226764630418471308
2025/12/01 04:45:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7226764630418471308 records=0 bytes=0 channelLen=0
2025/12/01 04:45:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:09 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:09 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_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:11 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id"
2025/12/01 04:45:11 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id"
2025/12/01 04:45:11 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3423121197259019930 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" args=[]
2025/12/01 04:45:11 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_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" channelLen=0
2025/12/01 04:45:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3423121197259019930
2025/12/01 04:45:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3423121197259019930 records=2 bytes=15 channelLen=1
2025/12/01 04:45:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=2 bytes=15 channelLen=1
2025/12/01 04:45:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3423121197259019930
2025/12/01 04:45:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3423121197259019930 records=0 bytes=0 channelLen=0
2025/12/01 04:45:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:11 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:11 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_t2gjkmyj.\"test_skip_snapshot\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:12 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id"
2025/12/01 04:45:12 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id"
2025/12/01 04:45:12 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6229623412416579706 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" args=[]
2025/12/01 04:45:12 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_wubgphm0.\"test_schema_as_column\" ORDER BY id" channelLen=0
2025/12/01 04:45:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6229623412416579706
2025/12/01 04:45:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6229623412416579706 records=2 bytes=15 channelLen=1
2025/12/01 04:45:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:45:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6229623412416579706
2025/12/01 04:45:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6229623412416579706 records=0 bytes=0 channelLen=0
2025/12/01 04:45:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:12 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:12 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_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:14 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:14 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:14 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16054065768963571268 CURSOR FOR SELECT id,c1,c2,t FROM e2e_test_pgch_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" args=[]
2025/12/01 04:45:14 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" channelLen=0
2025/12/01 04:45:14 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16054065768963571268
2025/12/01 04:45:14 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16054065768963571268 records=1 bytes=76045 channelLen=0
2025/12/01 04:45:14 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
2025/12/01 04:45:14 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16054065768963571268
2025/12/01 04:45:14 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16054065768963571268 records=0 bytes=0 channelLen=0
2025/12/01 04:45:14 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:14 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:14 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:16 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id"
2025/12/01 04:45:16 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id"
2025/12/01 04:45:16 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6397263899694946777 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" args=[]
2025/12/01 04:45:16 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_wubgphm0.\"test_schema_as_column\" ORDER BY id" channelLen=0
2025/12/01 04:45:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6397263899694946777
2025/12/01 04:45:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6397263899694946777 records=2 bytes=15 channelLen=1
2025/12/01 04:45:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:45:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6397263899694946777
2025/12/01 04:45:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6397263899694946777 records=0 bytes=0 channelLen=0
2025/12/01 04:45:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:16 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:16 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_wubgphm0.\"test_schema_as_column\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:18 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:18 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:18 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15835810222457817148 CURSOR FOR SELECT id,c1,c2,t FROM e2e_test_pgch_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" args=[]
2025/12/01 04:45:18 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" channelLen=0
2025/12/01 04:45:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15835810222457817148
2025/12/01 04:45:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15835810222457817148 records=1 bytes=76045 channelLen=0
2025/12/01 04:45:18 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
2025/12/01 04:45:18 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15835810222457817148
2025/12/01 04:45:18 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15835810222457817148 records=0 bytes=0 channelLen=0
2025/12/01 04:45:18 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:18 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:18 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:19 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pgch_2bbx3ivr.\"test_pgvector\" ORDER BY id"
2025/12/01 04:45:19 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,v1,hv,sv FROM e2e_test_pgch_31kvf8js.\"test_pgvector_text\" ORDER BY id"
2025/12/01 04:45:19 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_pgch_2bbx3ivr.\"test_pgvector\" ORDER BY id"
2025/12/01 04:45:19 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_pgch_31kvf8js.\"test_pgvector_text\" ORDER BY id"
2025/12/01 04:45:19 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4653386803699681243 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pgch_2bbx3ivr.\"test_pgvector\" ORDER BY id" args=[]
2025/12/01 04:45:19 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_pgch_2bbx3ivr.\"test_pgvector\" ORDER BY id" channelLen=0
2025/12/01 04:45:19 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16429036569183552198 CURSOR FOR SELECT id,v1,hv,sv FROM e2e_test_pgch_31kvf8js.\"test_pgvector_text\" ORDER BY id" args=[]
2025/12/01 04:45:19 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_pgch_31kvf8js.\"test_pgvector_text\" ORDER BY id" channelLen=0
2025/12/01 04:45:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4653386803699681243
2025/12/01 04:45:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16429036569183552198
2025/12/01 04:45:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4653386803699681243 records=2 bytes=76 channelLen=1
2025/12/01 04:45:19 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_pgch_2bbx3ivr.\"test_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:45:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4653386803699681243
2025/12/01 04:45:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16429036569183552198 records=2 bytes=76 channelLen=1
2025/12/01 04:45:19 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_pgch_31kvf8js.\"test_pgvector_text\" ORDER BY id" rows=2 bytes=76 channelLen=1
2025/12/01 04:45:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16429036569183552198
2025/12/01 04:45:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4653386803699681243 records=0 bytes=0 channelLen=0
2025/12/01 04:45:19 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_pgch_2bbx3ivr.\"test_pgvector\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:19 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16429036569183552198 records=0 bytes=0 channelLen=0
2025/12/01 04:45:19 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_pgch_31kvf8js.\"test_pgvector_text\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:19 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:19 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_pgch_2bbx3ivr.\"test_pgvector\" ORDER BY id" rows=2 bytes=76 channelLen=0
2025/12/01 04:45:19 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_pgch_31kvf8js.\"test_pgvector_text\" ORDER BY id" rows=2 bytes=76 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:21 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:21 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:21 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_656502008713387094 CURSOR FOR SELECT id,c1,c2,t FROM e2e_test_pgch_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" args=[]
2025/12/01 04:45:21 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" channelLen=0
2025/12/01 04:45:21 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_656502008713387094
2025/12/01 04:45:21 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_656502008713387094 records=1 bytes=76045 channelLen=0
2025/12/01 04:45:21 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
2025/12/01 04:45:21 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_656502008713387094
2025/12/01 04:45:21 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_656502008713387094 records=0 bytes=0 channelLen=0
2025/12/01 04:45:21 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:21 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:21 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:25 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:25 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:25 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4253458257583977664 CURSOR FOR SELECT id,c1,c2,t FROM e2e_test_pgch_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" args=[]
2025/12/01 04:45:25 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" channelLen=0
2025/12/01 04:45:25 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4253458257583977664
2025/12/01 04:45:25 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4253458257583977664 records=1 bytes=76045 channelLen=0
2025/12/01 04:45:25 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
2025/12/01 04:45:25 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4253458257583977664
2025/12/01 04:45:25 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4253458257583977664 records=0 bytes=0 channelLen=0
2025/12/01 04:45:25 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:25 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:25 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:29 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:29 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id"
2025/12/01 04:45:29 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7838718408491548291 CURSOR FOR SELECT id,c1,c2,t FROM e2e_test_pgch_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" args=[]
2025/12/01 04:45:29 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" channelLen=0
2025/12/01 04:45:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7838718408491548291
2025/12/01 04:45:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7838718408491548291 records=1 bytes=76045 channelLen=0
2025/12/01 04:45:29 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
2025/12/01 04:45:29 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7838718408491548291
2025/12/01 04:45:29 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7838718408491548291 records=0 bytes=0 channelLen=0
2025/12/01 04:45:29 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:29 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:29 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_o2faqxkv.\"test_replident_full_toast\" ORDER BY id" rows=1 bytes=76045 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:35 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id"
2025/12/01 04:45:35 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id"
2025/12/01 04:45:35 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17242719890703906986 CURSOR FOR SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" args=[]
2025/12/01 04:45:35 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" channelLen=0
2025/12/01 04:45:35 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17242719890703906986
2025/12/01 04:45:35 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17242719890703906986 records=1 bytes=8 channelLen=0
2025/12/01 04:45:35 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=1 bytes=8 channelLen=0
2025/12/01 04:45:35 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17242719890703906986
2025/12/01 04:45:35 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17242719890703906986 records=0 bytes=0 channelLen=0
2025/12/01 04:45:35 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:35 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:35 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=1 bytes=8 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:37 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:37 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:37 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11912390490410683116 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:45:37 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:45:37 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11912390490410683116
2025/12/01 04:45:37 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11912390490410683116 records=1 bytes=7 channelLen=0
2025/12/01 04:45:37 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
2025/12/01 04:45:37 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11912390490410683116
2025/12/01 04:45:37 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11912390490410683116 records=0 bytes=0 channelLen=0
2025/12/01 04:45:37 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:37 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:37 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:38 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2025/12/01 04:45:38 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2025/12/01 04:45:38 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2264858058904794470 CURSOR FOR SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" args=[]
2025/12/01 04:45:38 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" channelLen=0
2025/12/01 04:45:38 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2264858058904794470
2025/12/01 04:45:38 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2264858058904794470 records=1 bytes=20 channelLen=0
2025/12/01 04:45:38 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=20 channelLen=0
2025/12/01 04:45:38 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2264858058904794470
2025/12/01 04:45:38 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2264858058904794470 records=0 bytes=0 channelLen=0
2025/12/01 04:45:38 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:38 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:38 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=20 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:39 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id"
2025/12/01 04:45:39 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id"
2025/12/01 04:45:39 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1217596154491468035 CURSOR FOR SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" args=[]
2025/12/01 04:45:39 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" channelLen=0
2025/12/01 04:45:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1217596154491468035
2025/12/01 04:45:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1217596154491468035 records=1 bytes=8 channelLen=0
2025/12/01 04:45:39 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=1 bytes=8 channelLen=0
2025/12/01 04:45:39 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1217596154491468035
2025/12/01 04:45:39 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1217596154491468035 records=0 bytes=0 channelLen=0
2025/12/01 04:45:39 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:39 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:39 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=1 bytes=8 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3970508358561402967 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" args=[]
2025/12/01 04:45:41 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" channelLen=0
2025/12/01 04:45:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3970508358561402967
2025/12/01 04:45:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3970508358561402967 records=0 bytes=0 channelLen=0
2025/12/01 04:45:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:41 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9956678907463456227 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:45:41 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:45:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9956678907463456227
2025/12/01 04:45:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9956678907463456227 records=1 bytes=7 channelLen=0
2025/12/01 04:45:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
2025/12/01 04:45:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9956678907463456227
2025/12/01 04:45:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9956678907463456227 records=0 bytes=0 channelLen=0
2025/12/01 04:45:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:41 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:42 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2025/12/01 04:45:42 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2025/12/01 04:45:42 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6775728531115842507 CURSOR FOR SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" args=[]
2025/12/01 04:45:42 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" channelLen=0
2025/12/01 04:45:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6775728531115842507
2025/12/01 04:45:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6775728531115842507 records=1 bytes=20 channelLen=0
2025/12/01 04:45:42 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=20 channelLen=0
2025/12/01 04:45:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6775728531115842507
2025/12/01 04:45:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6775728531115842507 records=0 bytes=0 channelLen=0
2025/12/01 04:45:42 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:42 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:42 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=20 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:43 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id"
2025/12/01 04:45:43 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id"
2025/12/01 04:45:43 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9097522538646744870 CURSOR FOR SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" args=[]
2025/12/01 04:45:43 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" channelLen=0
2025/12/01 04:45:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9097522538646744870
2025/12/01 04:45:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9097522538646744870 records=1 bytes=8 channelLen=0
2025/12/01 04:45:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=1 bytes=8 channelLen=0
2025/12/01 04:45:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9097522538646744870
2025/12/01 04:45:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9097522538646744870 records=0 bytes=0 channelLen=0
2025/12/01 04:45:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:43 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:43 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,c2 FROM e2e_test_pgch_nr5857iz.\"test_nullable_sc_ch\" ORDER BY id" rows=1 bytes=8 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:45 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:45 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:45 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9000307836910932253 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" args=[]
2025/12/01 04:45:45 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" channelLen=0
2025/12/01 04:45:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9000307836910932253
2025/12/01 04:45:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9000307836910932253 records=0 bytes=0 channelLen=0
2025/12/01 04:45:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:45 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:45 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:45 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:45 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:45 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1399994623784913241 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:45:45 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:45:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1399994623784913241
2025/12/01 04:45:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1399994623784913241 records=1 bytes=7 channelLen=0
2025/12/01 04:45:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
2025/12/01 04:45:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1399994623784913241
2025/12/01 04:45:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1399994623784913241 records=0 bytes=0 channelLen=0
2025/12/01 04:45:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:45 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:45 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:46 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2025/12/01 04:45:46 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2025/12/01 04:45:46 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15388537998287281705 CURSOR FOR SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" args=[]
2025/12/01 04:45:46 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" channelLen=0
2025/12/01 04:45:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15388537998287281705
2025/12/01 04:45:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15388537998287281705 records=1 bytes=20 channelLen=0
2025/12/01 04:45:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=20 channelLen=0
2025/12/01 04:45:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15388537998287281705
2025/12/01 04:45:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15388537998287281705 records=0 bytes=0 channelLen=0
2025/12/01 04:45:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:46 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:46 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"Ac1\",c2,\"Ac3\",c4,\"Ac5\" FROM e2e_test_pgch_73sezfkg.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=20 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:49 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:49 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3189238028083460138 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" args=[]
2025/12/01 04:45:49 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" channelLen=0
2025/12/01 04:45:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3189238028083460138
2025/12/01 04:45:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3189238028083460138 records=0 bytes=0 channelLen=0
2025/12/01 04:45:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:49 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:49 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:49 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3722772430079332764 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:45:49 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:45:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3722772430079332764
2025/12/01 04:45:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3722772430079332764 records=1 bytes=7 channelLen=0
2025/12/01 04:45:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
2025/12/01 04:45:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3722772430079332764
2025/12/01 04:45:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3722772430079332764 records=0 bytes=0 channelLen=0
2025/12/01 04:45:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:49 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:50 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,val,n,t FROM e2e_test_pgch_ycneaxan.\"test_nullable_mirror\" ORDER BY id"
2025/12/01 04:45:50 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,val,n,t FROM e2e_test_pgch_ycneaxan.\"test_nullable_mirror\" ORDER BY id"
2025/12/01 04:45:50 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_18398215163821359803 CURSOR FOR SELECT id,ky,val,n,t FROM e2e_test_pgch_ycneaxan.\"test_nullable_mirror\" ORDER BY id" args=[]
2025/12/01 04:45:50 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,val,n,t FROM e2e_test_pgch_ycneaxan.\"test_nullable_mirror\" ORDER BY id" channelLen=0
2025/12/01 04:45:50 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18398215163821359803
2025/12/01 04:45:50 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18398215163821359803 records=2 bytes=15 channelLen=1
2025/12/01 04:45:50 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,val,n,t FROM e2e_test_pgch_ycneaxan.\"test_nullable_mirror\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:45:50 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18398215163821359803
2025/12/01 04:45:50 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18398215163821359803 records=0 bytes=0 channelLen=0
2025/12/01 04:45:50 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,val,n,t FROM e2e_test_pgch_ycneaxan.\"test_nullable_mirror\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:50 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:50 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,ky,val,n,t FROM e2e_test_pgch_ycneaxan.\"test_nullable_mirror\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:52 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:52 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12587871528197157139 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:45:52 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:45:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12587871528197157139
2025/12/01 04:45:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12587871528197157139 records=2 bytes=13 channelLen=1
2025/12/01 04:45:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=1
2025/12/01 04:45:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12587871528197157139
2025/12/01 04:45:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12587871528197157139 records=0 bytes=0 channelLen=0
2025/12/01 04:45:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:52 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:53 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_gtrdknot.\"test_infinite_time\" ORDER BY id"
2025/12/01 04:45:53 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_gtrdknot.\"test_infinite_time\" ORDER BY id"
2025/12/01 04:45:53 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17463464480046072940 CURSOR FOR SELECT id FROM e2e_test_pgch_gtrdknot.\"test_infinite_time\" ORDER BY id" args=[]
2025/12/01 04:45:53 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_gtrdknot.\"test_infinite_time\" ORDER BY id" channelLen=0
2025/12/01 04:45:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17463464480046072940
2025/12/01 04:45:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17463464480046072940 records=2 bytes=8 channelLen=1
2025/12/01 04:45:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_gtrdknot.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
2025/12/01 04:45:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17463464480046072940
2025/12/01 04:45:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17463464480046072940 records=0 bytes=0 channelLen=0
2025/12/01 04:45:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_gtrdknot.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:53 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:53 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_gtrdknot.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:55 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_zgjs40ji.\"test_json_null\" ORDER BY id"
2025/12/01 04:45:55 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_zgjs40ji.\"test_json_null\" ORDER BY id"
2025/12/01 04:45:55 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8870940998245401042 CURSOR FOR SELECT id FROM e2e_test_pgch_zgjs40ji.\"test_json_null\" ORDER BY id" args=[]
2025/12/01 04:45:55 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_zgjs40ji.\"test_json_null\" ORDER BY id" channelLen=0
2025/12/01 04:45:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8870940998245401042
2025/12/01 04:45:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8870940998245401042 records=2 bytes=8 channelLen=1
2025/12/01 04:45:55 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_zgjs40ji.\"test_json_null\" ORDER BY id" rows=2 bytes=8 channelLen=1
2025/12/01 04:45:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8870940998245401042
2025/12/01 04:45:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8870940998245401042 records=0 bytes=0 channelLen=0
2025/12/01 04:45:55 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_zgjs40ji.\"test_json_null\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:55 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:55 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgch_zgjs40ji.\"test_json_null\" ORDER BY id" rows=2 bytes=8 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:56 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:56 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:56 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15813303619105226369 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" args=[]
2025/12/01 04:45:56 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" channelLen=0
2025/12/01 04:45:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15813303619105226369
2025/12/01 04:45:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15813303619105226369 records=1 bytes=8 channelLen=0
2025/12/01 04:45:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=1 bytes=8 channelLen=0
2025/12/01 04:45:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15813303619105226369
2025/12/01 04:45:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15813303619105226369 records=0 bytes=0 channelLen=0
2025/12/01 04:45:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:56 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:56 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=1 bytes=8 channelLen=0
2025/12/01 04:45:56 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:56 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:56 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8591995773783973529 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:45:56 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:45:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8591995773783973529
2025/12/01 04:45:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8591995773783973529 records=2 bytes=13 channelLen=1
2025/12/01 04:45:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=1
2025/12/01 04:45:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8591995773783973529
2025/12/01 04:45:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8591995773783973529 records=0 bytes=0 channelLen=0
2025/12/01 04:45:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:56 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:56 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:45:59 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:59 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:45:59 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11517331950107158102 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" args=[]
2025/12/01 04:45:59 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11517331950107158102
2025/12/01 04:45:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11517331950107158102 records=1 bytes=8 channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=1 bytes=8 channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11517331950107158102
2025/12/01 04:45:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11517331950107158102 records=0 bytes=0 channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:59 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=1 bytes=8 channelLen=0
2025/12/01 04:45:59 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:59 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:45:59 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4443562175956312758 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:45:59 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4443562175956312758
2025/12/01 04:45:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4443562175956312758 records=2 bytes=13 channelLen=1
2025/12/01 04:45:59 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4443562175956312758
2025/12/01 04:45:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4443562175956312758 records=0 bytes=0 channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:45:59 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:45:59 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:00 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:00 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:00 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4010118188400348934 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:46:00 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:46:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4010118188400348934
2025/12/01 04:46:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4010118188400348934 records=2 bytes=13 channelLen=1
2025/12/01 04:46:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
2025/12/01 04:46:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4010118188400348934
2025/12/01 04:46:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4010118188400348934 records=0 bytes=0 channelLen=0
2025/12/01 04:46:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:00 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:00 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:03 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:46:03 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'"
2025/12/01 04:46:03 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17654921724717261112 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" args=[]
2025/12/01 04:46:03 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17654921724717261112
2025/12/01 04:46:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17654921724717261112 records=1 bytes=8 channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=1 bytes=8 channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17654921724717261112
2025/12/01 04:46:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17654921724717261112 records=0 bytes=0 channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:03 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgch_opxubw6g'" rows=1 bytes=8 channelLen=0
2025/12/01 04:46:03 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:03 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:03 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9642579388459085211 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:46:03 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9642579388459085211
2025/12/01 04:46:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9642579388459085211 records=2 bytes=13 channelLen=1
2025/12/01 04:46:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9642579388459085211
2025/12/01 04:46:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9642579388459085211 records=0 bytes=0 channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:03 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:03 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:04 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:04 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:04 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15463732628373284996 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:46:04 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:46:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15463732628373284996
2025/12/01 04:46:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15463732628373284996 records=2 bytes=13 channelLen=1
2025/12/01 04:46:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
2025/12/01 04:46:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15463732628373284996
2025/12/01 04:46:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15463732628373284996 records=0 bytes=0 channelLen=0
2025/12/01 04:46:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:04 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:05 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:05 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:05 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10439594527465168164 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" args=[]
2025/12/01 04:46:05 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" channelLen=0
2025/12/01 04:46:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10439594527465168164
2025/12/01 04:46:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10439594527465168164 records=2 bytes=15 channelLen=1
2025/12/01 04:46:05 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:46:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10439594527465168164
2025/12/01 04:46:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10439594527465168164 records=0 bytes=0 channelLen=0
2025/12/01 04:46:05 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:05 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:05 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:07 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8672801766011284531 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_4wd5kqjx.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" args=[]
2025/12/01 04:46:07 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_4wd5kqjx.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" channelLen=0
2025/12/01 04:46:07 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8672801766011284531
2025/12/01 04:46:07 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8672801766011284531 records=4 bytes=40 channelLen=3
2025/12/01 04:46:07 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_4wd5kqjx.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" rows=4 bytes=40 channelLen=0
2025/12/01 04:46:07 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8672801766011284531
2025/12/01 04:46:07 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8672801766011284531 records=0 bytes=0 channelLen=0
2025/12/01 04:46:07 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_4wd5kqjx.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:07 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:07 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_4wd5kqjx.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" rows=4 bytes=40 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:08 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:08 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:08 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12365121135574743114 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" args=[]
2025/12/01 04:46:08 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" channelLen=0
2025/12/01 04:46:08 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12365121135574743114
2025/12/01 04:46:08 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12365121135574743114 records=2 bytes=15 channelLen=1
2025/12/01 04:46:08 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:46:08 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12365121135574743114
2025/12/01 04:46:08 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12365121135574743114 records=0 bytes=0 channelLen=0
2025/12/01 04:46:08 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:08 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:08 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:09 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:09 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:09 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_4391701518670490168 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" args=[]
2025/12/01 04:46:09 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" channelLen=0
2025/12/01 04:46:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4391701518670490168
2025/12/01 04:46:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4391701518670490168 records=2 bytes=15 channelLen=1
2025/12/01 04:46:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:46:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4391701518670490168
2025/12/01 04:46:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_4391701518670490168 records=0 bytes=0 channelLen=0
2025/12/01 04:46:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:09 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:09 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:11 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:11 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:11 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13197662541961481097 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" args=[]
2025/12/01 04:46:11 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" channelLen=0
2025/12/01 04:46:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13197662541961481097
2025/12/01 04:46:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13197662541961481097 records=2 bytes=15 channelLen=1
2025/12/01 04:46:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:46:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13197662541961481097
2025/12/01 04:46:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13197662541961481097 records=0 bytes=0 channelLen=0
2025/12/01 04:46:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:11 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:11 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:12 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:12 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id"
2025/12/01 04:46:12 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_18247223161261300743 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" args=[]
2025/12/01 04:46:12 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" channelLen=0
2025/12/01 04:46:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18247223161261300743
2025/12/01 04:46:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18247223161261300743 records=2 bytes=15 channelLen=1
2025/12/01 04:46:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
2025/12/01 04:46:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18247223161261300743
2025/12/01 04:46:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_18247223161261300743 records=0 bytes=0 channelLen=0
2025/12/01 04:46:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:12 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:12 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_fy5nljug.\"test_extra_ch_cols\" ORDER BY id" rows=2 bytes=15 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:22 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id"
2025/12/01 04:46:22 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id"
2025/12/01 04:46:22 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16834899389682654043 CURSOR FOR SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" args=[]
2025/12/01 04:46:22 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" channelLen=0
2025/12/01 04:46:22 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16834899389682654043
2025/12/01 04:46:22 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16834899389682654043 records=1 bytes=8869 channelLen=0
2025/12/01 04:46:22 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" rows=1 bytes=8869 channelLen=0
2025/12/01 04:46:22 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16834899389682654043
2025/12/01 04:46:22 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16834899389682654043 records=0 bytes=0 channelLen=0
2025/12/01 04:46:22 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:22 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:22 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" rows=1 bytes=8869 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:23 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgch_ieemlet7.\"test_exclude_ch\" ORDER BY id"
2025/12/01 04:46:23 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgch_ieemlet7.\"test_exclude_ch\" ORDER BY id"
2025/12/01 04:46:23 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12243981079031269661 CURSOR FOR SELECT id,c1,t FROM e2e_test_pgch_ieemlet7.\"test_exclude_ch\" ORDER BY id" args=[]
2025/12/01 04:46:23 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgch_ieemlet7.\"test_exclude_ch\" ORDER BY id" channelLen=0
2025/12/01 04:46:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12243981079031269661
2025/12/01 04:46:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12243981079031269661 records=4 bytes=80 channelLen=3
2025/12/01 04:46:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgch_ieemlet7.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
2025/12/01 04:46:23 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12243981079031269661
2025/12/01 04:46:23 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12243981079031269661 records=0 bytes=0 channelLen=0
2025/12/01 04:46:23 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgch_ieemlet7.\"test_exclude_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:23 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:23 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgch_ieemlet7.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:26 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id"
2025/12/01 04:46:26 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id"
2025/12/01 04:46:26 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9717396291103310649 CURSOR FOR SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" args=[]
2025/12/01 04:46:26 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" channelLen=0
2025/12/01 04:46:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9717396291103310649
2025/12/01 04:46:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9717396291103310649 records=1 bytes=8869 channelLen=0
2025/12/01 04:46:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" rows=1 bytes=8869 channelLen=0
2025/12/01 04:46:26 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9717396291103310649
2025/12/01 04:46:26 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9717396291103310649 records=0 bytes=0 channelLen=0
2025/12/01 04:46:26 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:26 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:26 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,num,val FROM e2e_test_pgch_62du9np0.\"test_coalescing\" ORDER BY id" rows=1 bytes=8869 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:28 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:28 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:28 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5898764160102444391 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:46:28 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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:46:28 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5898764160102444391
2025/12/01 04:46:28 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5898764160102444391 records=3 bytes=26 channelLen=2
2025/12/01 04:46:28 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=3 bytes=26 channelLen=0
2025/12/01 04:46:28 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5898764160102444391
2025/12/01 04:46:28 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5898764160102444391 records=0 bytes=0 channelLen=0
2025/12/01 04:46:28 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:28 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46:28 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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=3 bytes=26 channelLen=0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
    bigquery_source_test.go:922: q.NumRecords: 5
    bigquery_source_test.go:922: other.NumRecords: 0
2025/12/01 04:46:32 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    bigquery_source_test.go:922: UNEXPECTED TIMEOUT data replicated 2025-12-01 04:46:32.573924304 +0000 UTC m=+351.591386435
2025/12/01 04:46:32 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2025/12/01 04:46:32 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46: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_5zvt86ve.\"test_nullengine\" ORDER BY id"
2025/12/01 04:46:32 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12704389022210281092 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_5zvt86ve.\"test_nullengine\" ORDER BY id" args=[]
2025/12/01 04:46: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_5zvt86ve.\"test_nullengine\" ORDER BY id" channelLen=0
2025/12/01 04:46:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12704389022210281092
2025/12/01 04:46:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12704389022210281092 records=3 bytes=26 channelLen=2
2025/12/01 04:46: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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=3 bytes=26 channelLen=0
2025/12/01 04:46:32 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12704389022210281092
2025/12/01 04:46:32 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12704389022210281092 records=0 bytes=0 channelLen=0
2025/12/01 04:46: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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:46:32 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:46: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_5zvt86ve.\"test_nullengine\" ORDER BY id" rows=3 bytes=26 channelLen=0
--- FAIL: TestBigQueryClickhouseSuite/Test_GCS_Cleanup_After_Initial_Load (185.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestMongoClickhouseSuite/Test_JSON_Skip_Fields
Stack Traces | 200s run time
=== RUN   TestMongoClickhouseSuite/Test_JSON_Skip_Fields
=== PAUSE TestMongoClickhouseSuite/Test_JSON_Skip_Fields
=== CONT  TestMongoClickhouseSuite/Test_JSON_Skip_Fields
2025/12/01 04:41:46 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2025/12/01 04:41:46 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2025/12/01 04:41:46 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_26jcwhsv_20251201044119.\"test_inheritance_dynconf\" ORDER BY id"
2025/12/01 04:41:46 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_26jcwhsv_20251201044119.\"test_inheritance_dynconf\" ORDER BY id"
2025/12/01 04:41:46 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8508648189208195771 CURSOR FOR SELECT id,name,created_at FROM e2e_test_sf_26jcwhsv_20251201044119.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2025/12/01 04:41:46 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_26jcwhsv_20251201044119.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
    mongo_test.go:946: WaitFor initial load 2025-12-01 04:41:46.632955102 +0000 UTC m=+37.867831637
2025/12/01 04:41:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8508648189208195771
2025/12/01 04:41:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8508648189208195771 records=8 bytes=168 channelLen=7
2025/12/01 04:41:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_26jcwhsv_20251201044119.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
2025/12/01 04:41:46 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8508648189208195771
2025/12/01 04:41:46 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8508648189208195771 records=0 bytes=0 channelLen=0
2025/12/01 04:41:46 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_26jcwhsv_20251201044119.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:41:46 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:41:46 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_sf_26jcwhsv_20251201044119.\"test_inheritance_dynconf\" ORDER BY id" rows=8 bytes=168 channelLen=0
    mongo_test.go:946: code: 60, message: Unknown table expression identifier 'test_json_skip_dst' in scope SELECT _id, doc FROM test_json_skip_dst FINAL WHERE _peerdb_is_deleted = 0 ORDER BY 1 ASC SETTINGS use_query_cache = false
    mongo_test.go:978: WaitFor cdc 2025-12-01 04:41:50.655433605 +0000 UTC m=+41.890310140
    mongo_test.go:999: WaitFor finish 2025-12-01 04:42:05.745538968 +0000 UTC m=+56.980415503
2025/12/01 04:42:05 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_hjccf3st.\"test_simple_schema_changes\" ORDER BY id"
2025/12/01 04:42:05 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_hjccf3st.\"test_simple_schema_changes\" ORDER BY id"
2025/12/01 04:42:05 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11467950287489472236 CURSOR FOR SELECT id,c1 FROM e2e_test_pgchclg_hjccf3st.\"test_simple_schema_changes\" ORDER BY id" args=[]
2025/12/01 04:42:05 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_hjccf3st.\"test_simple_schema_changes\" ORDER BY id" channelLen=0
2025/12/01 04:42:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11467950287489472236
2025/12/01 04:42:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11467950287489472236 records=4 bytes=48 channelLen=3
2025/12/01 04:42:05 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_hjccf3st.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
2025/12/01 04:42:05 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11467950287489472236
2025/12/01 04:42:05 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11467950287489472236 records=0 bytes=0 channelLen=0
2025/12/01 04:42:05 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_hjccf3st.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2025/12/01 04:42:05 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2025/12/01 04:42:05 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_hjccf3st.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=48 channelLen=0
    mongo_test.go:999: UNEXPECTED TIMEOUT finish 2025-12-01 04:45:06.17961608 +0000 UTC m=+237.414492625
2025/12/01 04:45:06 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_dex9khbg.table1
--- FAIL: TestMongoClickhouseSuite/Test_JSON_Skip_Fields (199.61s)

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

@jgao54 jgao54 force-pushed the mongo-filter branch 4 times, most recently from e1e4240 to 414e408 Compare December 1, 2025 04:36
@jgao54 jgao54 marked this pull request as ready for review December 1, 2025 05:28
setRows: Dispatch<SetStateAction<TableMapRow[]>>;
}

const MONGODB_DOC_COLUMN_PREFIX = 'doc.';
Copy link
Contributor

Choose a reason for hiding this comment

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

On the other source types excluded columns are defined to be on the source side. Would it be difficult to do the same here and add doc. (or another flattened column) in Go code?
Also, seems like the ssn and such would still end up in the raw table, if we expose it in e2e clickpipes, wouldn't the expectation be that it never lands in CH in the open?

Copy link
Contributor Author

@jgao54 jgao54 Dec 3, 2025

Choose a reason for hiding this comment

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

makes sense, was thinking about how we'd want to extend this to other DBs -- in which case we'd need to pass info about which column the field exclusion is for from the client; but it feels a bit premature to worry about that given JSON is not currently supported for PG/MySQL, and even if we do support JSON for these sources, JSON field exclusion seems like a niche-enough use case that we could defer for some time.

re: sensitive data in raw table. two ways to work around it I originally had in mind was to document that doesn't require changes on our end (1) user explicitly add TTL to raw table (2) lock down permissions for raw table so it's only accessed by admin. That said, i think it might not be too tricky to just do exclusion properly, and in a way that is re-usable by flattened mode. Will explore this a bit more.

Copy link
Contributor

Choose a reason for hiding this comment

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

Mongo column exclusion seems like a mirror of the existing "excluded columns" feature - so from the product point of view if we make it work just for Mongo it's plenty good as others already have it.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments