============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc3/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
87.87s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0_UNIQUE_SYNC-pk_types8-all_types8-index8-pgdate-UNIQUE-SYNC]
50.55s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__ASYNC-pk_types7-all_types7-index7-pgdate--ASYNC]
12.07s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__ASYNC-pk_types7-all_types7-index7-pgdate--ASYNC]
9.90s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0_UNIQUE_SYNC-pk_types8-all_types8-index8-pgdate-UNIQUE-SYNC]
0.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__ASYNC-pk_types7-all_types7-index7-pgdate--ASYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 161.94s (0:02:41) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003ce0/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .F

=================================== FAILURES ===================================
_ TestPgTTL.test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC] _
ydb/tests/datashard/ttl/test_ttl.py:418: in test_ttl
    self.do_test_ttl(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/ttl/test_ttl.py:64: in do_test_ttl
    self.select(table_name, pk_types, all_types, index, dml)
ydb/tests/datashard/ttl/test_ttl.py:127: in select
    self.create_select(table_name, pk_types, all_types, index, i, 0, dml)
ydb/tests/datashard/ttl/test_ttl.py:147: in create_select
    assert (
E   AssertionError: Expected 0 rows, error when deleting 4 lines, table table_pgint4_0_UNIQUE_SYNC
E   assert (1 == 1 and 1 == 0)
E    +  where 1 = len([{'count': 1}])
E    +  and   1 = {'count': 1}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestPgTTL, test_name: test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 716b43ec-65f7-4ec2-a957-d9d3269b01d9, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 716b43ec-65f7-4ec2-a957-d9d3269b01d9, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_pgint4_0_UNIQUE_SYNC` (\n            pk_pgbool pgbool, pk_pgint2 pgint2, pk_pgint4 pgint4, pk_pgint8 pgint8, pk_pgnumeric pgnumeric, pk_pgbytea pgbytea, pk_pgtext pgtext, pk_pgvarchar pgvarchar, pk_pguuid pguuid, pk_pgdate pgdate, pk_pgtimestamp pgtimestamp, pk_pginterval pginterval, pk_Uint32 Uint32, pk_Decimal150 Decimal(15,0), pk_Utf8 Utf8, col_pgbool pgbool, col_pgint2 pgint2, col_pgint4 pgint4, col_pgint8 pgint8, col_pgnumeric pgnumeric, col_pgbytea pgbytea, col_pgtext pgtext, col_pgvarchar pgvarchar, col_pguuid pguuid, col_pgdate pgdate, col_pgtimestamp pgtimestamp, col_pginterval pginterval, col_Uint32 Uint32, col_Decimal150 Decimal(15,0), col_Utf8 Utf8, col_pgfloat4 pgfloat4, col_pgfloat8 pgfloat8, col_pgjson pgjson, col_pgjsonb pgjsonb, col_Double Double, col_index_pgint2 pgint2, col_index_pgint4 pgint4, col_index_pgint8 pgint8, col_index_pgnumeric pgnumeric, col_index_pgbytea pgbytea, col_index_pgtext pgtext, col_index_pgvarchar pgvarchar, col_index_pguuid pguuid, col_index_pgdate pgdate, col_index_pgtimestamp pgtimestamp, col_index_pginterval pginterval, col_index_Uint32 Uint32, col_index_Decimal150 Decimal(15,0), col_index_Utf8 Utf8, ttl_pgint4 pgint4,\n            PRIMARY KEY(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8\n                )\n            , INDEX idx_col_index_pgint2 GLOBAL UNIQUE SYNC ON (col_index_pgint2), INDEX idx_col_index_pgint4 GLOBAL UNIQUE SYNC ON (col_index_pgint4), INDEX idx_col_index_pgint8 GLOBAL UNIQUE SYNC ON (col_index_pgint8), INDEX idx_col_index_pgnumeric GLOBAL UNIQUE SYNC ON (col_index_pgnumeric), INDEX idx_col_index_pgbytea GLOBAL UNIQUE SYNC ON (col_index_pgbytea), INDEX idx_col_index_pgtext GLOBAL UNIQUE SYNC ON (col_index_pgtext), INDEX idx_col_index_pgvarchar GLOBAL UNIQUE SYNC ON (col_index_pgvarchar), INDEX idx_col_index_pguuid GLOBAL UNIQUE SYNC ON (col_index_pguuid), INDEX idx_col_index_pgdate GLOBAL UNIQUE SYNC ON (col_index_pgdate), INDEX idx_col_index_pgtimestamp GLOBAL UNIQUE SYNC ON (col_index_pgtimestamp), INDEX idx_col_index_pginterval GLOBAL UNIQUE SYNC ON (col_index_pginterval), INDEX idx_col_index_Uint32 GLOBAL UNIQUE SYNC ON (col_index_Uint32), INDEX idx_col_index_Decimal150 GLOBAL UNIQUE SYNC ON (col_index_Decimal150), INDEX idx_col_index_Utf8 GLOBAL UNIQUE SYNC ON (col_index_Utf8)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 716b43ec-65f7-4ec2-a957-d9d3269b01d9, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 86ed363a-1178-4a49-99ff-87bb10b6ab24, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 86ed363a-1178-4a49-99ff-87bb10b6ab24, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgint4_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_pgint4 AS SECONDS )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 86ed363a-1178-4a49-99ff-87bb10b6ab24, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, bb2efdf9-8df6-4988-bf0e-37845cdb058c, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, bb2efdf9-8df6-4988-bf0e-37845cdb058c, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_pgint4_0_UNIQUE_SYNC` RESET (TTL)" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, bb2efdf9-8df6-4988-bf0e-37845cdb058c, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 0d9577d2-1b49-40ff-b5d6-70e4fa3e52fa, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 0d9577d2-1b49-40ff-b5d6-70e4fa3e52fa, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgint4_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_pgint4 AS SECONDS )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 0d9577d2-1b49-40ff-b5d6-70e4fa3e52fa, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 0a3606d7-e8f6-4466-ac82-f2a11df63286, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 0a3606d7-e8f6-4466-ac82-f2a11df63286, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), CAST(1 AS Uint32), CAST(\'1\' AS Decimal(15,0)), \'Utf8 1\', \n                pgbool(\'f\'), pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), CAST(1 AS Uint32), CAST(\'1\' AS Decimal(15,0)), \'Utf8 1\', pgfloat4(\'1.4\'), pgfloat8(\'1.6\'), pgjson(\'{\"another_key_pg\": 1}\'), pgjsonb(\'{\"another_doc_key_pg\": 1}\'), CAST(1.2 AS Double), \n                pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), CAST(1 AS Uint32), CAST(\'1\' AS Decimal(15,0)), \'Utf8 1\', \n                pgint4(\'1770906070\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 0a3606d7-e8f6-4466-ac82-f2a11df63286, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ea4d7721-c359-45dc-89d5-af839edae0a0, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ea4d7721-c359-45dc-89d5-af839edae0a0, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), CAST(2 AS Uint32), CAST(\'2\' AS Decimal(15,0)), \'Utf8 2\', \n                pgbool(\'f\'), pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), CAST(2 AS Uint32), CAST(\'2\' AS Decimal(15,0)), \'Utf8 2\', pgfloat4(\'2.4\'), pgfloat8(\'2.6\'), pgjson(\'{\"another_key_pg\": 2}\'), pgjsonb(\'{\"another_doc_key_pg\": 2}\'), CAST(2.2 AS Double), \n                pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), CAST(2 AS Uint32), CAST(\'2\' AS Decimal(15,0)), \'Utf8 2\', \n                pgint4(\'1770906070\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ea4d7721-c359-45dc-89d5-af839edae0a0, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 42c75921-6cff-4b87-a08e-0724c4b9054d, localhost:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 42c75921-6cff-4b87-a08e-0724c4b9054d, localhost:31625): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 42c75921-6cff-4b87-a08e-0724c4b9054d, localhost:31625): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 31625 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:31625, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:31625
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9e60a892-77c7-4838-8b3b-afa1cb573fc2, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9e60a892-77c7-4838-8b3b-afa1cb573fc2, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), CAST(3 AS Uint32), CAST(\'3\' AS Decimal(15,0)), \'Utf8 3\', \n                pgbool(\'f\'), pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), CAST(3 AS Uint32), CAST(\'3\' AS Decimal(15,0)), \'Utf8 3\', pgfloat4(\'3.4\'), pgfloat8(\'3.6\'), pgjson(\'{\"another_key_pg\": 3}\'), pgjsonb(\'{\"another_doc_key_pg\": 3}\'), CAST(3.2 AS Double), \n                pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), CAST(3 AS Uint32), CAST(\'3\' AS Decimal(15,0)), \'Utf8 3\', \n                pgint4(\'1771510870\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9e60a892-77c7-4838-8b3b-afa1cb573fc2, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9e5ba2fb-f6d6-4193-909e-6192b3185edb, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9e5ba2fb-f6d6-4193-909e-6192b3185edb, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), CAST(4 AS Uint32), CAST(\'4\' AS Decimal(15,0)), \'Utf8 4\', \n                pgbool(\'t\'), pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), CAST(4 AS Uint32), CAST(\'4\' AS Decimal(15,0)), \'Utf8 4\', pgfloat4(\'4.4\'), pgfloat8(\'4.6\'), pgjson(\'{\"another_key_pg\": 4}\'), pgjsonb(\'{\"another_doc_key_pg\": 4}\'), CAST(4.2 AS Double), \n                pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), CAST(4 AS Uint32), CAST(\'4\' AS Decimal(15,0)), \'Utf8 4\', \n                pgint4(\'1771510870\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9e5ba2fb-f6d6-4193-909e-6192b3185edb, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 46ca2ffb-049d-423c-9f7b-c9bd417cc752, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 46ca2ffb-049d-423c-9f7b-c9bd417cc752, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), CAST(5 AS Uint32), CAST(\'5\' AS Decimal(15,0)), \'Utf8 5\', \n                pgbool(\'t\'), pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), CAST(5 AS Uint32), CAST(\'5\' AS Decimal(15,0)), \'Utf8 5\', pgfloat4(\'5.4\'), pgfloat8(\'5.6\'), pgjson(\'{\"another_key_pg\": 5}\'), pgjsonb(\'{\"another_doc_key_pg\": 5}\'), CAST(5.2 AS Double), \n                pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), CAST(5 AS Uint32), CAST(\'5\' AS Decimal(15,0)), \'Utf8 5\', \n                pgint4(\'1771510875\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 46ca2ffb-049d-423c-9f7b-c9bd417cc752, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6b865c91-aba4-4ed8-b738-5e0847510a8a, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6b865c91-aba4-4ed8-b738-5e0847510a8a, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), CAST(6 AS Uint32), CAST(\'6\' AS Decimal(15,0)), \'Utf8 6\', \n                pgbool(\'t\'), pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), CAST(6 AS Uint32), CAST(\'6\' AS Decimal(15,0)), \'Utf8 6\', pgfloat4(\'6.4\'), pgfloat8(\'6.6\'), pgjson(\'{\"another_key_pg\": 6}\'), pgjsonb(\'{\"another_doc_key_pg\": 6}\'), CAST(6.2 AS Double), \n                pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), CAST(6 AS Uint32), CAST(\'6\' AS Decimal(15,0)), \'Utf8 6\', \n                pgint4(\'1771510875\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6b865c91-aba4-4ed8-b738-5e0847510a8a, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 45693d79-b303-4db6-96cf-e18c19fc8a73, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 45693d79-b303-4db6-96cf-e18c19fc8a73, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), CAST(7 AS Uint32), CAST(\'7\' AS Decimal(15,0)), \'Utf8 7\', \n                pgbool(\'t\'), pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), CAST(7 AS Uint32), CAST(\'7\' AS Decimal(15,0)), \'Utf8 7\', pgfloat4(\'7.4\'), pgfloat8(\'7.6\'), pgjson(\'{\"another_key_pg\": 7}\'), pgjsonb(\'{\"another_doc_key_pg\": 7}\'), CAST(7.2 AS Double), \n                pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), CAST(7 AS Uint32), CAST(\'7\' AS Decimal(15,0)), \'Utf8 7\', \n                pgint4(\'1772720470\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 45693d79-b303-4db6-96cf-e18c19fc8a73, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, e4fa130d-803a-4589-8788-dc0ab65c0f90, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, e4fa130d-803a-4589-8788-dc0ab65c0f90, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), CAST(8 AS Uint32), CAST(\'8\' AS Decimal(15,0)), \'Utf8 8\', \n                pgbool(\'t\'), pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), CAST(8 AS Uint32), CAST(\'8\' AS Decimal(15,0)), \'Utf8 8\', pgfloat4(\'8.4\'), pgfloat8(\'8.6\'), pgjson(\'{\"another_key_pg\": 8}\'), pgjsonb(\'{\"another_doc_key_pg\": 8}\'), CAST(8.2 AS Double), \n                pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), CAST(8 AS Uint32), CAST(\'8\' AS Decimal(15,0)), \'Utf8 8\', \n                pgint4(\'1772720470\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, e4fa130d-803a-4589-8788-dc0ab65c0f90, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, e84f13c8-cb39-405c-adbb-ec9369c268d7, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, e84f13c8-cb39-405c-adbb-ec9369c268d7, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'1\') and pk_pgint4=pgint4(\'1\') and pk_pgint8=pgint8(\'1\') and pk_pgnumeric=pgnumeric(\'1.123456\') and pk_pgbytea=pgbytea(\'pgbytea 1\') and pk_pgtext=pgtext(\'pgtext 1\') and pk_pgvarchar=pgvarchar(\'pgvarchar 1\') and pk_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2001-01-01\') and pk_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and pk_pginterval=pginterval(\'01:21:01\') and pk_Uint32=CAST(1 AS Uint32) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 1\'\n                 and \n                col_index_pgint2=pgint2(\'1\') and col_index_pgint4=pgint4(\'1\') and col_index_pgint8=pgint8(\'1\') and col_index_pgnumeric=pgnumeric(\'1.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 1\') and col_index_pgtext=pgtext(\'pgtext 1\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_index_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2001-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_index_pginterval=pginterval(\'01:21:01\') and col_index_Uint32=CAST(1 AS Uint32) and col_index_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 1\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'1\') and col_pgint4=pgint4(\'1\') and col_pgint8=pgint8(\'1\') and col_pgnumeric=pgnumeric(\'1.123456\') and col_pgbytea=pgbytea(\'pgbytea 1\') and col_pgtext=pgtext(\'pgtext 1\') and col_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2001-01-01\') and col_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_pginterval=pginterval(\'01:21:01\') and col_Uint32=CAST(1 AS Uint32) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Utf8=\'Utf8 1\' and col_pgfloat4=pgfloat4(\'1.4\') and col_pgfloat8=pgfloat8(\'1.6\') and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, e84f13c8-cb39-405c-adbb-ec9369c268d7, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 10021440-de65-4fe8-906f-f17f38b51fad, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 10021440-de65-4fe8-906f-f17f38b51fad, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'1\') and pk_pgint4=pgint4(\'1\') and pk_pgint8=pgint8(\'1\') and pk_pgnumeric=pgnumeric(\'1.123456\') and pk_pgbytea=pgbytea(\'pgbytea 1\') and pk_pgtext=pgtext(\'pgtext 1\') and pk_pgvarchar=pgvarchar(\'pgvarchar 1\') and pk_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2001-01-01\') and pk_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and pk_pginterval=pginterval(\'01:21:01\') and pk_Uint32=CAST(1 AS Uint32) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 1\'\n                 and \n                col_index_pgint2=pgint2(\'1\') and col_index_pgint4=pgint4(\'1\') and col_index_pgint8=pgint8(\'1\') and col_index_pgnumeric=pgnumeric(\'1.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 1\') and col_index_pgtext=pgtext(\'pgtext 1\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_index_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2001-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_index_pginterval=pginterval(\'01:21:01\') and col_index_Uint32=CAST(1 AS Uint32) and col_index_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 1\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'1\') and col_pgint4=pgint4(\'1\') and col_pgint8=pgint8(\'1\') and col_pgnumeric=pgnumeric(\'1.123456\') and col_pgbytea=pgbytea(\'pgbytea 1\') and col_pgtext=pgtext(\'pgtext 1\') and col_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2001-01-01\') and col_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_pginterval=pginterval(\'01:21:01\') and col_Uint32=CAST(1 AS Uint32) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Utf8=\'Utf8 1\' and col_pgfloat4=pgfloat4(\'1.4\') and col_pgfloat8=pgfloat8(\'1.6\') and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 10021440-de65-4fe8-906f-f17f38b51fad, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6b7ac181-58f8-4b5a-b279-c26b4eb1f8ac, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6b7ac181-58f8-4b5a-b279-c26b4eb1f8ac, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'2\') and pk_pgint4=pgint4(\'2\') and pk_pgint8=pgint8(\'2\') and pk_pgnumeric=pgnumeric(\'2.123456\') and pk_pgbytea=pgbytea(\'pgbytea 2\') and pk_pgtext=pgtext(\'pgtext 2\') and pk_pgvarchar=pgvarchar(\'pgvarchar 2\') and pk_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2002-01-01\') and pk_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and pk_pginterval=pginterval(\'02:21:01\') and pk_Uint32=CAST(2 AS Uint32) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 2\'\n                 and \n                col_index_pgint2=pgint2(\'2\') and col_index_pgint4=pgint4(\'2\') and col_index_pgint8=pgint8(\'2\') and col_index_pgnumeric=pgnumeric(\'2.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 2\') and col_index_pgtext=pgtext(\'pgtext 2\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_index_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2002-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_index_pginterval=pginterval(\'02:21:01\') and col_index_Uint32=CAST(2 AS Uint32) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 2\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'2\') and col_pgint4=pgint4(\'2\') and col_pgint8=pgint8(\'2\') and col_pgnumeric=pgnumeric(\'2.123456\') and col_pgbytea=pgbytea(\'pgbytea 2\') and col_pgtext=pgtext(\'pgtext 2\') and col_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2002-01-01\') and col_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_pginterval=pginterval(\'02:21:01\') and col_Uint32=CAST(2 AS Uint32) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Utf8=\'Utf8 2\' and col_pgfloat4=pgfloat4(\'2.4\') and col_pgfloat8=pgfloat8(\'2.6\') and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6b7ac181-58f8-4b5a-b279-c26b4eb1f8ac, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 480b6544-edac-4674-8084-219c20a1d174, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 480b6544-edac-4674-8084-219c20a1d174, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'2\') and pk_pgint4=pgint4(\'2\') and pk_pgint8=pgint8(\'2\') and pk_pgnumeric=pgnumeric(\'2.123456\') and pk_pgbytea=pgbytea(\'pgbytea 2\') and pk_pgtext=pgtext(\'pgtext 2\') and pk_pgvarchar=pgvarchar(\'pgvarchar 2\') and pk_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2002-01-01\') and pk_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and pk_pginterval=pginterval(\'02:21:01\') and pk_Uint32=CAST(2 AS Uint32) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 2\'\n                 and \n                col_index_pgint2=pgint2(\'2\') and col_index_pgint4=pgint4(\'2\') and col_index_pgint8=pgint8(\'2\') and col_index_pgnumeric=pgnumeric(\'2.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 2\') and col_index_pgtext=pgtext(\'pgtext 2\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_index_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2002-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_index_pginterval=pginterval(\'02:21:01\') and col_index_Uint32=CAST(2 AS Uint32) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 2\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'2\') and col_pgint4=pgint4(\'2\') and col_pgint8=pgint8(\'2\') and col_pgnumeric=pgnumeric(\'2.123456\') and col_pgbytea=pgbytea(\'pgbytea 2\') and col_pgtext=pgtext(\'pgtext 2\') and col_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2002-01-01\') and col_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_pginterval=pginterval(\'02:21:01\') and col_Uint32=CAST(2 AS Uint32) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Utf8=\'Utf8 2\' and col_pgfloat4=pgfloat4(\'2.4\') and col_pgfloat8=pgfloat8(\'2.6\') and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 480b6544-edac-4674-8084-219c20a1d174, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 56b3155e-6bcb-4c28-bd77-f9ea59827277, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 56b3155e-6bcb-4c28-bd77-f9ea59827277, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'3\') and pk_pgint4=pgint4(\'3\') and pk_pgint8=pgint8(\'3\') and pk_pgnumeric=pgnumeric(\'3.123456\') and pk_pgbytea=pgbytea(\'pgbytea 3\') and pk_pgtext=pgtext(\'pgtext 3\') and pk_pgvarchar=pgvarchar(\'pgvarchar 3\') and pk_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2003-01-01\') and pk_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and pk_pginterval=pginterval(\'03:21:01\') and pk_Uint32=CAST(3 AS Uint32) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 3\'\n                 and \n                col_index_pgint2=pgint2(\'3\') and col_index_pgint4=pgint4(\'3\') and col_index_pgint8=pgint8(\'3\') and col_index_pgnumeric=pgnumeric(\'3.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 3\') and col_index_pgtext=pgtext(\'pgtext 3\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_index_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2003-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_index_pginterval=pginterval(\'03:21:01\') and col_index_Uint32=CAST(3 AS Uint32) and col_index_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 3\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'3\') and col_pgint4=pgint4(\'3\') and col_pgint8=pgint8(\'3\') and col_pgnumeric=pgnumeric(\'3.123456\') and col_pgbytea=pgbytea(\'pgbytea 3\') and col_pgtext=pgtext(\'pgtext 3\') and col_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2003-01-01\') and col_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_pginterval=pginterval(\'03:21:01\') and col_Uint32=CAST(3 AS Uint32) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Utf8=\'Utf8 3\' and col_pgfloat4=pgfloat4(\'3.4\') and col_pgfloat8=pgfloat8(\'3.6\') and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 56b3155e-6bcb-4c28-bd77-f9ea59827277, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 36d23659-ac92-4bc0-8b8b-618a2ade1acb, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 36d23659-ac92-4bc0-8b8b-618a2ade1acb, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'3\') and pk_pgint4=pgint4(\'3\') and pk_pgint8=pgint8(\'3\') and pk_pgnumeric=pgnumeric(\'3.123456\') and pk_pgbytea=pgbytea(\'pgbytea 3\') and pk_pgtext=pgtext(\'pgtext 3\') and pk_pgvarchar=pgvarchar(\'pgvarchar 3\') and pk_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2003-01-01\') and pk_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and pk_pginterval=pginterval(\'03:21:01\') and pk_Uint32=CAST(3 AS Uint32) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 3\'\n                 and \n                col_index_pgint2=pgint2(\'3\') and col_index_pgint4=pgint4(\'3\') and col_index_pgint8=pgint8(\'3\') and col_index_pgnumeric=pgnumeric(\'3.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 3\') and col_index_pgtext=pgtext(\'pgtext 3\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_index_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2003-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_index_pginterval=pginterval(\'03:21:01\') and col_index_Uint32=CAST(3 AS Uint32) and col_index_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 3\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'3\') and col_pgint4=pgint4(\'3\') and col_pgint8=pgint8(\'3\') and col_pgnumeric=pgnumeric(\'3.123456\') and col_pgbytea=pgbytea(\'pgbytea 3\') and col_pgtext=pgtext(\'pgtext 3\') and col_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2003-01-01\') and col_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_pginterval=pginterval(\'03:21:01\') and col_Uint32=CAST(3 AS Uint32) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Utf8=\'Utf8 3\' and col_pgfloat4=pgfloat4(\'3.4\') and col_pgfloat8=pgfloat8(\'3.6\') and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 36d23659-ac92-4bc0-8b8b-618a2ade1acb, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 87f7b083-4488-4d5c-b847-ef48debfeb1d, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 87f7b083-4488-4d5c-b847-ef48debfeb1d, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 87f7b083-4488-4d5c-b847-ef48debfeb1d, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 604b8da7-7d63-41fe-971f-829585aa4982, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 604b8da7-7d63-41fe-971f-829585aa4982, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 604b8da7-7d63-41fe-971f-829585aa4982, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f184b15a-70db-4838-b982-c73104468813, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f184b15a-70db-4838-b982-c73104468813, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f184b15a-70db-4838-b982-c73104468813, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d5ce975f-c64e-4c58-86d8-5a2ba4e82a6a, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d5ce975f-c64e-4c58-86d8-5a2ba4e82a6a, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d5ce975f-c64e-4c58-86d8-5a2ba4e82a6a, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 022e4229-0bc1-4109-99e8-39a4965b8f30, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 022e4229-0bc1-4109-99e8-39a4965b8f30, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 022e4229-0bc1-4109-99e8-39a4965b8f30, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 2230bc79-33c7-4cb9-9b85-baf77a215b96, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 2230bc79-33c7-4cb9-9b85-baf77a215b96, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 2230bc79-33c7-4cb9-9b85-baf77a215b96, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d09ab61f-aa63-4277-9a68-e89a76bd3ce0, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d09ab61f-aa63-4277-9a68-e89a76bd3ce0, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d09ab61f-aa63-4277-9a68-e89a76bd3ce0, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 947979ce-3bae-4355-abea-7c9cfba7f3a6, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 947979ce-3bae-4355-abea-7c9cfba7f3a6, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 947979ce-3bae-4355-abea-7c9cfba7f3a6, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f59de3c4-837f-47e5-a0dc-59de5c82107d, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f59de3c4-837f-47e5-a0dc-59de5c82107d, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f59de3c4-837f-47e5-a0dc-59de5c82107d, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 37807afb-8309-420e-8465-be3618d04c9d, localhost:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 37807afb-8309-420e-8465-be3618d04c9d, localhost:31625): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 37807afb-8309-420e-8465-be3618d04c9d, localhost:31625): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 31625 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:31625, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:31625
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 20439dde-53fe-4226-bb4e-5fb86f72e5a0, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 20439dde-53fe-4226-bb4e-5fb86f72e5a0, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 20439dde-53fe-4226-bb4e-5fb86f72e5a0, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 2dc41b12-8402-4ee1-8d1e-2f4c4df05122, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 2dc41b12-8402-4ee1-8d1e-2f4c4df05122, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 2dc41b12-8402-4ee1-8d1e-2f4c4df05122, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3b27698f-e831-4cef-aef1-1be4b3112a9d, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3b27698f-e831-4cef-aef1-1be4b3112a9d, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3b27698f-e831-4cef-aef1-1be4b3112a9d, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9f9e7c0d-2cec-46fa-ac37-21b907f42b75, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9f9e7c0d-2cec-46fa-ac37-21b907f42b75, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9f9e7c0d-2cec-46fa-ac37-21b907f42b75, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 32e97d61-d503-46be-8174-6cc6cdb065b6, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 32e97d61-d503-46be-8174-6cc6cdb065b6, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 32e97d61-d503-46be-8174-6cc6cdb065b6, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, dbaef490-565d-4854-9e72-385296d13c8d, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, dbaef490-565d-4854-9e72-385296d13c8d, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, dbaef490-565d-4854-9e72-385296d13c8d, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d52cfad2-f8f9-470d-ac1c-0c29c315e0e4, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d52cfad2-f8f9-470d-ac1c-0c29c315e0e4, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d52cfad2-f8f9-470d-ac1c-0c29c315e0e4, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, deabb560-c07f-417a-bc0d-fe3f3015cebb, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, deabb560-c07f-417a-bc0d-fe3f3015cebb, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, deabb560-c07f-417a-bc0d-fe3f3015cebb, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9b788613-aa43-43bf-9282-81292e4c517a, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9b788613-aa43-43bf-9282-81292e4c517a, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9b788613-aa43-43bf-9282-81292e4c517a, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c825481f-3b9c-429b-a377-02764f4ff3a8, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c825481f-3b9c-429b-a377-02764f4ff3a8, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c825481f-3b9c-429b-a377-02764f4ff3a8, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 055e49fe-c563-4200-9d93-342ed02c8afb, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 055e49fe-c563-4200-9d93-342ed02c8afb, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 055e49fe-c563-4200-9d93-342ed02c8afb, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 44436e30-17d1-4299-83f5-bb40d2904a08, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 44436e30-17d1-4299-83f5-bb40d2904a08, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 44436e30-17d1-4299-83f5-bb40d2904a08, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6662ba2b-12a7-4c4e-8585-13fa5c3fa1b2, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6662ba2b-12a7-4c4e-8585-13fa5c3fa1b2, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6662ba2b-12a7-4c4e-8585-13fa5c3fa1b2, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b4738a4d-cca7-4e56-a7f0-77b20c35e6ca, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b4738a4d-cca7-4e56-a7f0-77b20c35e6ca, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b4738a4d-cca7-4e56-a7f0-77b20c35e6ca, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 431c700b-2b6d-4a9a-9ed5-ef9fd3c3f2a5, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 431c700b-2b6d-4a9a-9ed5-ef9fd3c3f2a5, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 431c700b-2b6d-4a9a-9ed5-ef9fd3c3f2a5, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ed113a88-1d2f-4548-b8f3-e3f14968ece5, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ed113a88-1d2f-4548-b8f3-e3f14968ece5, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ed113a88-1d2f-4548-b8f3-e3f14968ece5, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 785889a8-c9e0-41d9-8ba4-c52c3aed4dc5, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 785889a8-c9e0-41d9-8ba4-c52c3aed4dc5, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 785889a8-c9e0-41d9-8ba4-c52c3aed4dc5, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1850c756-5158-4b10-b11e-1644fac8c5f5, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1850c756-5158-4b10-b11e-1644fac8c5f5, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1850c756-5158-4b10-b11e-1644fac8c5f5, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 2dc8f51d-181b-4065-8dcf-7d65a61d788e, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 2dc8f51d-181b-4065-8dcf-7d65a61d788e, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 2dc8f51d-181b-4065-8dcf-7d65a61d788e, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 2cd777ad-f3dd-4927-8235-0908a185962a, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 2cd777ad-f3dd-4927-8235-0908a185962a, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 2cd777ad-f3dd-4927-8235-0908a185962a, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 966dc96b-5a83-43af-88b8-2b9bbefeacdb, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 966dc96b-5a83-43af-88b8-2b9bbefeacdb, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 966dc96b-5a83-43af-88b8-2b9bbefeacdb, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 4245ba4c-0d9e-45c3-8d7e-bbb2d3d1486e, localhost:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 4245ba4c-0d9e-45c3-8d7e-bbb2d3d1486e, localhost:31625): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 4245ba4c-0d9e-45c3-8d7e-bbb2d3d1486e, localhost:31625): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 31625 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:31625, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:31625
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a38f2b67-6af5-40d9-ba6d-223085f9f57f, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a38f2b67-6af5-40d9-ba6d-223085f9f57f, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a38f2b67-6af5-40d9-ba6d-223085f9f57f, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 32d86908-63c3-428e-b806-ece107a87e7e, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 32d86908-63c3-428e-b806-ece107a87e7e, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 32d86908-63c3-428e-b806-ece107a87e7e, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ceb78ed0-1893-4d52-8dd5-f447af3699e3, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ceb78ed0-1893-4d52-8dd5-f447af3699e3, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ceb78ed0-1893-4d52-8dd5-f447af3699e3, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3a958eab-66b4-403c-b42b-4b53e83c75b7, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3a958eab-66b4-403c-b42b-4b53e83c75b7, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3a958eab-66b4-403c-b42b-4b53e83c75b7, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 37b35f21-b46f-4576-8586-7b04f0ea6b0d, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 37b35f21-b46f-4576-8586-7b04f0ea6b0d, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 37b35f21-b46f-4576-8586-7b04f0ea6b0d, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 13f8fc31-acb2-49dd-87ff-d6ab9a801c21, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 13f8fc31-acb2-49dd-87ff-d6ab9a801c21, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 13f8fc31-acb2-49dd-87ff-d6ab9a801c21, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f3be92ce-606c-40ce-bbf2-a9ae22bffa8e, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f3be92ce-606c-40ce-bbf2-a9ae22bffa8e, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f3be92ce-606c-40ce-bbf2-a9ae22bffa8e, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 726a41fd-39d6-4cac-9fee-cded5bf3f6f0, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 726a41fd-39d6-4cac-9fee-cded5bf3f6f0, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 726a41fd-39d6-4cac-9fee-cded5bf3f6f0, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 93108345-2599-4516-9774-d65aa13cfef6, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 93108345-2599-4516-9774-d65aa13cfef6, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 93108345-2599-4516-9774-d65aa13cfef6, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a19276f7-1884-4ae8-b5ee-17c8594a4240, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a19276f7-1884-4ae8-b5ee-17c8594a4240, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a19276f7-1884-4ae8-b5ee-17c8594a4240, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 07980c7a-5790-429c-a3ca-aa2c157f8ef5, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 07980c7a-5790-429c-a3ca-aa2c157f8ef5, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 07980c7a-5790-429c-a3ca-aa2c157f8ef5, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5599197b-53e1-49ad-8bdc-e1802b517bc6, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5599197b-53e1-49ad-8bdc-e1802b517bc6, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5599197b-53e1-49ad-8bdc-e1802b517bc6, ghrun-v53aapl4ay.auto.internal:31625): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:447 RpcState(DeleteSession, 2ac7ce7b-85e5-4430-9e11-1b54042aba3b, ghrun-v53aapl4ay.auto.internal:31625): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DeleteSession, 2ac7ce7b-85e5-4430-9e11-1b54042aba3b, ghrun-v53aapl4ay.auto.internal:31625): request = { session_id: "ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=" }
DEBUG    ydb.connection:connection.py:65 RpcState(DeleteSession, 2ac7ce7b-85e5-4430-9e11-1b54042aba3b, ghrun-v53aapl4ay.auto.internal:31625): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:319 All session were deleted.
DEBUG    ydb.topic:topic.py:743 Close topic client
DEBUG    ydb.topic:topic.py:746 Topic client was closed
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:31625
DEBUG    ydb.query.session:session.py:339 Attach stream closed, session_id: ydb://session/3?node_id=1&id=NWEyNDFhZjgtZjI2YWY2ZWYtODQzYzdjZWEtOTYyYzY5MzU=
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint ghrun-v53aapl4ay.auto.internal:31625
INFO     ydb.pool.Discovery:pool.py:286 Successfully terminated discovery process
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:299 Stopped node localhost:31625/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9392
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10351
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28935
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31625
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27844
============================== slowest durations ===============================
288.52s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]
74.50s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__SYNC-pk_types6-all_types6-index6-pgdate--SYNC]
20.46s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__SYNC-pk_types6-all_types6-index6-pgdate--SYNC]
17.12s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]
0.02s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 4 lines, table table_pgint4_0_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 403.88s (0:06:43) ====================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc0/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
77.98s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__ASYNC-pk_types1-all_types1-index1-pgint4--ASYNC]
57.08s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__SYNC-pk_types0-all_types0-index0-pgint4--SYNC]
13.05s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__ASYNC-pk_types1-all_types1-index1-pgint4--ASYNC]
12.07s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__SYNC-pk_types0-all_types0-index0-pgint4--SYNC]
0.04s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__SYNC-pk_types0-all_types0-index0-pgint4--SYNC]
0.03s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__ASYNC-pk_types1-all_types1-index1-pgint4--ASYNC]
======================== 2 passed in 162.65s (0:02:42) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003ccf/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
79.85s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0_UNIQUE_SYNC-pk_types5-all_types5-index5-pgint8-UNIQUE-SYNC]
56.06s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__ASYNC-pk_types4-all_types4-index4-pgint8--ASYNC]
12.04s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__ASYNC-pk_types4-all_types4-index4-pgint8--ASYNC]
10.05s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0_UNIQUE_SYNC-pk_types5-all_types5-index5-pgint8-UNIQUE-SYNC]
0.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__ASYNC-pk_types4-all_types4-index4-pgint8--ASYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 159.43s (0:02:39) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003ccc/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .F

=================================== FAILURES ===================================
_ TestPgTTL.test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC] _
ydb/tests/datashard/ttl/test_ttl.py:418: in test_ttl
    self.do_test_ttl(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/ttl/test_ttl.py:64: in do_test_ttl
    self.select(table_name, pk_types, all_types, index, dml)
ydb/tests/datashard/ttl/test_ttl.py:127: in select
    self.create_select(table_name, pk_types, all_types, index, i, 0, dml)
ydb/tests/datashard/ttl/test_ttl.py:147: in create_select
    assert (
E   AssertionError: Expected 0 rows, error when deleting 4 lines, table table_pgtimestamp_0_UNIQUE_SYNC
E   assert (1 == 1 and 1 == 0)
E    +  where 1 = len([{'count': 1}])
E    +  and   1 = {'count': 1}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestPgTTL, test_name: test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8dd4b71b-5638-488b-824f-9a053f5a7661, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8dd4b71b-5638-488b-824f-9a053f5a7661, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_pgtimestamp_0_UNIQUE_SYNC` (\n            pk_pgbool pgbool, pk_pgint2 pgint2, pk_pgint4 pgint4, pk_pgint8 pgint8, pk_pgnumeric pgnumeric, pk_pgbytea pgbytea, pk_pgtext pgtext, pk_pgvarchar pgvarchar, pk_pguuid pguuid, pk_pgdate pgdate, pk_pgtimestamp pgtimestamp, pk_pginterval pginterval, pk_Uint32 Uint32, pk_Decimal150 Decimal(15,0), pk_Utf8 Utf8, col_pgbool pgbool, col_pgint2 pgint2, col_pgint4 pgint4, col_pgint8 pgint8, col_pgnumeric pgnumeric, col_pgbytea pgbytea, col_pgtext pgtext, col_pgvarchar pgvarchar, col_pguuid pguuid, col_pgdate pgdate, col_pgtimestamp pgtimestamp, col_pginterval pginterval, col_Uint32 Uint32, col_Decimal150 Decimal(15,0), col_Utf8 Utf8, col_pgfloat4 pgfloat4, col_pgfloat8 pgfloat8, col_pgjson pgjson, col_pgjsonb pgjsonb, col_Double Double, col_index_pgint2 pgint2, col_index_pgint4 pgint4, col_index_pgint8 pgint8, col_index_pgnumeric pgnumeric, col_index_pgbytea pgbytea, col_index_pgtext pgtext, col_index_pgvarchar pgvarchar, col_index_pguuid pguuid, col_index_pgdate pgdate, col_index_pgtimestamp pgtimestamp, col_index_pginterval pginterval, col_index_Uint32 Uint32, col_index_Decimal150 Decimal(15,0), col_index_Utf8 Utf8, ttl_pgtimestamp pgtimestamp,\n            PRIMARY KEY(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8\n                )\n            , INDEX idx_col_index_pgint2 GLOBAL UNIQUE SYNC ON (col_index_pgint2), INDEX idx_col_index_pgint4 GLOBAL UNIQUE SYNC ON (col_index_pgint4), INDEX idx_col_index_pgint8 GLOBAL UNIQUE SYNC ON (col_index_pgint8), INDEX idx_col_index_pgnumeric GLOBAL UNIQUE SYNC ON (col_index_pgnumeric), INDEX idx_col_index_pgbytea GLOBAL UNIQUE SYNC ON (col_index_pgbytea), INDEX idx_col_index_pgtext GLOBAL UNIQUE SYNC ON (col_index_pgtext), INDEX idx_col_index_pgvarchar GLOBAL UNIQUE SYNC ON (col_index_pgvarchar), INDEX idx_col_index_pguuid GLOBAL UNIQUE SYNC ON (col_index_pguuid), INDEX idx_col_index_pgdate GLOBAL UNIQUE SYNC ON (col_index_pgdate), INDEX idx_col_index_pgtimestamp GLOBAL UNIQUE SYNC ON (col_index_pgtimestamp), INDEX idx_col_index_pginterval GLOBAL UNIQUE SYNC ON (col_index_pginterval), INDEX idx_col_index_Uint32 GLOBAL UNIQUE SYNC ON (col_index_Uint32), INDEX idx_col_index_Decimal150 GLOBAL UNIQUE SYNC ON (col_index_Decimal150), INDEX idx_col_index_Utf8 GLOBAL UNIQUE SYNC ON (col_index_Utf8)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8dd4b71b-5638-488b-824f-9a053f5a7661, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5f5275c9-ad39-4bdb-ba9a-0e40284d5039, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5f5275c9-ad39-4bdb-ba9a-0e40284d5039, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgtimestamp_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_pgtimestamp  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5f5275c9-ad39-4bdb-ba9a-0e40284d5039, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6f5a3251-6169-4a81-a535-c8de6b6e1085, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6f5a3251-6169-4a81-a535-c8de6b6e1085, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_pgtimestamp_0_UNIQUE_SYNC` RESET (TTL)" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6f5a3251-6169-4a81-a535-c8de6b6e1085, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1123ccf9-a294-4f7b-b67e-ee49ec20d743, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1123ccf9-a294-4f7b-b67e-ee49ec20d743, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgtimestamp_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_pgtimestamp  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1123ccf9-a294-4f7b-b67e-ee49ec20d743, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f5715af5-1d91-4fbb-86dc-2da2f1951a13, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f5715af5-1d91-4fbb-86dc-2da2f1951a13, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), CAST(1 AS Uint32), CAST(\'1\' AS Decimal(15,0)), \'Utf8 1\', \n                pgbool(\'f\'), pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), CAST(1 AS Uint32), CAST(\'1\' AS Decimal(15,0)), \'Utf8 1\', pgfloat4(\'1.4\'), pgfloat8(\'1.6\'), pgjson(\'{\"another_key_pg\": 1}\'), pgjsonb(\'{\"another_doc_key_pg\": 1}\'), CAST(1.2 AS Double), \n                pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), CAST(1 AS Uint32), CAST(\'1\' AS Decimal(15,0)), \'Utf8 1\', \n                pgtimestamp(\'2026-02-12 14:22:06\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f5715af5-1d91-4fbb-86dc-2da2f1951a13, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1f2c5d55-6924-4ab3-a70a-6f3df77fdcd7, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1f2c5d55-6924-4ab3-a70a-6f3df77fdcd7, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), CAST(2 AS Uint32), CAST(\'2\' AS Decimal(15,0)), \'Utf8 2\', \n                pgbool(\'f\'), pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), CAST(2 AS Uint32), CAST(\'2\' AS Decimal(15,0)), \'Utf8 2\', pgfloat4(\'2.4\'), pgfloat8(\'2.6\'), pgjson(\'{\"another_key_pg\": 2}\'), pgjsonb(\'{\"another_doc_key_pg\": 2}\'), CAST(2.2 AS Double), \n                pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), CAST(2 AS Uint32), CAST(\'2\' AS Decimal(15,0)), \'Utf8 2\', \n                pgtimestamp(\'2026-02-12 14:22:06\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1f2c5d55-6924-4ab3-a70a-6f3df77fdcd7, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 431b761f-7f39-4db8-a8d1-b476ac134f4a, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 431b761f-7f39-4db8-a8d1-b476ac134f4a, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), CAST(3 AS Uint32), CAST(\'3\' AS Decimal(15,0)), \'Utf8 3\', \n                pgbool(\'f\'), pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), CAST(3 AS Uint32), CAST(\'3\' AS Decimal(15,0)), \'Utf8 3\', pgfloat4(\'3.4\'), pgfloat8(\'3.6\'), pgjson(\'{\"another_key_pg\": 3}\'), pgjsonb(\'{\"another_doc_key_pg\": 3}\'), CAST(3.2 AS Double), \n                pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), CAST(3 AS Uint32), CAST(\'3\' AS Decimal(15,0)), \'Utf8 3\', \n                pgtimestamp(\'2026-02-19 14:22:06\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 431b761f-7f39-4db8-a8d1-b476ac134f4a, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 39033a06-f48d-47a2-bdac-ab59ff0e4c2b, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 39033a06-f48d-47a2-bdac-ab59ff0e4c2b, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), CAST(4 AS Uint32), CAST(\'4\' AS Decimal(15,0)), \'Utf8 4\', \n                pgbool(\'t\'), pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), CAST(4 AS Uint32), CAST(\'4\' AS Decimal(15,0)), \'Utf8 4\', pgfloat4(\'4.4\'), pgfloat8(\'4.6\'), pgjson(\'{\"another_key_pg\": 4}\'), pgjsonb(\'{\"another_doc_key_pg\": 4}\'), CAST(4.2 AS Double), \n                pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), CAST(4 AS Uint32), CAST(\'4\' AS Decimal(15,0)), \'Utf8 4\', \n                pgtimestamp(\'2026-02-19 14:22:06\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 39033a06-f48d-47a2-bdac-ab59ff0e4c2b, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ba97fd26-7c10-43fa-8615-75e48f7f75a5, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ba97fd26-7c10-43fa-8615-75e48f7f75a5, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), CAST(5 AS Uint32), CAST(\'5\' AS Decimal(15,0)), \'Utf8 5\', \n                pgbool(\'t\'), pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), CAST(5 AS Uint32), CAST(\'5\' AS Decimal(15,0)), \'Utf8 5\', pgfloat4(\'5.4\'), pgfloat8(\'5.6\'), pgjson(\'{\"another_key_pg\": 5}\'), pgjsonb(\'{\"another_doc_key_pg\": 5}\'), CAST(5.2 AS Double), \n                pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), CAST(5 AS Uint32), CAST(\'5\' AS Decimal(15,0)), \'Utf8 5\', \n                pgtimestamp(\'2026-02-19 14:22:11\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ba97fd26-7c10-43fa-8615-75e48f7f75a5, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 2473caae-4f30-4b79-b193-ae1f33e185cb, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 2473caae-4f30-4b79-b193-ae1f33e185cb, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), CAST(6 AS Uint32), CAST(\'6\' AS Decimal(15,0)), \'Utf8 6\', \n                pgbool(\'t\'), pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), CAST(6 AS Uint32), CAST(\'6\' AS Decimal(15,0)), \'Utf8 6\', pgfloat4(\'6.4\'), pgfloat8(\'6.6\'), pgjson(\'{\"another_key_pg\": 6}\'), pgjsonb(\'{\"another_doc_key_pg\": 6}\'), CAST(6.2 AS Double), \n                pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), CAST(6 AS Uint32), CAST(\'6\' AS Decimal(15,0)), \'Utf8 6\', \n                pgtimestamp(\'2026-02-19 14:22:11\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 2473caae-4f30-4b79-b193-ae1f33e185cb, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 03b0607b-d825-486f-9463-c13fbda8ee68, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 03b0607b-d825-486f-9463-c13fbda8ee68, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), CAST(7 AS Uint32), CAST(\'7\' AS Decimal(15,0)), \'Utf8 7\', \n                pgbool(\'t\'), pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), CAST(7 AS Uint32), CAST(\'7\' AS Decimal(15,0)), \'Utf8 7\', pgfloat4(\'7.4\'), pgfloat8(\'7.6\'), pgjson(\'{\"another_key_pg\": 7}\'), pgjsonb(\'{\"another_doc_key_pg\": 7}\'), CAST(7.2 AS Double), \n                pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), CAST(7 AS Uint32), CAST(\'7\' AS Decimal(15,0)), \'Utf8 7\', \n                pgtimestamp(\'2026-03-05 14:22:06\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 03b0607b-d825-486f-9463-c13fbda8ee68, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4eeeab3a-57d7-4655-a087-e1b820e07cb4, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4eeeab3a-57d7-4655-a087-e1b820e07cb4, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, pk_Uint32, pk_Decimal150, pk_Utf8, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_Uint32, col_Decimal150, col_Utf8, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, col_Double, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, col_index_Uint32, col_index_Decimal150, col_index_Utf8, \n                ttl_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), CAST(8 AS Uint32), CAST(\'8\' AS Decimal(15,0)), \'Utf8 8\', \n                pgbool(\'t\'), pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), CAST(8 AS Uint32), CAST(\'8\' AS Decimal(15,0)), \'Utf8 8\', pgfloat4(\'8.4\'), pgfloat8(\'8.6\'), pgjson(\'{\"another_key_pg\": 8}\'), pgjsonb(\'{\"another_doc_key_pg\": 8}\'), CAST(8.2 AS Double), \n                pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), CAST(8 AS Uint32), CAST(\'8\' AS Decimal(15,0)), \'Utf8 8\', \n                pgtimestamp(\'2026-03-05 14:22:06\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4eeeab3a-57d7-4655-a087-e1b820e07cb4, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a56e3d28-ff74-4633-9c73-f463fd4ccf13, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a56e3d28-ff74-4633-9c73-f463fd4ccf13, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'1\') and pk_pgint4=pgint4(\'1\') and pk_pgint8=pgint8(\'1\') and pk_pgnumeric=pgnumeric(\'1.123456\') and pk_pgbytea=pgbytea(\'pgbytea 1\') and pk_pgtext=pgtext(\'pgtext 1\') and pk_pgvarchar=pgvarchar(\'pgvarchar 1\') and pk_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2001-01-01\') and pk_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and pk_pginterval=pginterval(\'01:21:01\') and pk_Uint32=CAST(1 AS Uint32) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 1\'\n                 and \n                col_index_pgint2=pgint2(\'1\') and col_index_pgint4=pgint4(\'1\') and col_index_pgint8=pgint8(\'1\') and col_index_pgnumeric=pgnumeric(\'1.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 1\') and col_index_pgtext=pgtext(\'pgtext 1\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_index_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2001-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_index_pginterval=pginterval(\'01:21:01\') and col_index_Uint32=CAST(1 AS Uint32) and col_index_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 1\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'1\') and col_pgint4=pgint4(\'1\') and col_pgint8=pgint8(\'1\') and col_pgnumeric=pgnumeric(\'1.123456\') and col_pgbytea=pgbytea(\'pgbytea 1\') and col_pgtext=pgtext(\'pgtext 1\') and col_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2001-01-01\') and col_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_pginterval=pginterval(\'01:21:01\') and col_Uint32=CAST(1 AS Uint32) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Utf8=\'Utf8 1\' and col_pgfloat4=pgfloat4(\'1.4\') and col_pgfloat8=pgfloat8(\'1.6\') and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a56e3d28-ff74-4633-9c73-f463fd4ccf13, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 524a360d-589b-464d-aa11-d6094940c27e, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 524a360d-589b-464d-aa11-d6094940c27e, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'1\') and pk_pgint4=pgint4(\'1\') and pk_pgint8=pgint8(\'1\') and pk_pgnumeric=pgnumeric(\'1.123456\') and pk_pgbytea=pgbytea(\'pgbytea 1\') and pk_pgtext=pgtext(\'pgtext 1\') and pk_pgvarchar=pgvarchar(\'pgvarchar 1\') and pk_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2001-01-01\') and pk_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and pk_pginterval=pginterval(\'01:21:01\') and pk_Uint32=CAST(1 AS Uint32) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 1\'\n                 and \n                col_index_pgint2=pgint2(\'1\') and col_index_pgint4=pgint4(\'1\') and col_index_pgint8=pgint8(\'1\') and col_index_pgnumeric=pgnumeric(\'1.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 1\') and col_index_pgtext=pgtext(\'pgtext 1\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_index_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2001-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_index_pginterval=pginterval(\'01:21:01\') and col_index_Uint32=CAST(1 AS Uint32) and col_index_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 1\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'1\') and col_pgint4=pgint4(\'1\') and col_pgint8=pgint8(\'1\') and col_pgnumeric=pgnumeric(\'1.123456\') and col_pgbytea=pgbytea(\'pgbytea 1\') and col_pgtext=pgtext(\'pgtext 1\') and col_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2001-01-01\') and col_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_pginterval=pginterval(\'01:21:01\') and col_Uint32=CAST(1 AS Uint32) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Utf8=\'Utf8 1\' and col_pgfloat4=pgfloat4(\'1.4\') and col_pgfloat8=pgfloat8(\'1.6\') and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 524a360d-589b-464d-aa11-d6094940c27e, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 94159e2a-3885-4f62-91cc-93b50ad1bf31, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 94159e2a-3885-4f62-91cc-93b50ad1bf31, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'2\') and pk_pgint4=pgint4(\'2\') and pk_pgint8=pgint8(\'2\') and pk_pgnumeric=pgnumeric(\'2.123456\') and pk_pgbytea=pgbytea(\'pgbytea 2\') and pk_pgtext=pgtext(\'pgtext 2\') and pk_pgvarchar=pgvarchar(\'pgvarchar 2\') and pk_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2002-01-01\') and pk_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and pk_pginterval=pginterval(\'02:21:01\') and pk_Uint32=CAST(2 AS Uint32) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 2\'\n                 and \n                col_index_pgint2=pgint2(\'2\') and col_index_pgint4=pgint4(\'2\') and col_index_pgint8=pgint8(\'2\') and col_index_pgnumeric=pgnumeric(\'2.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 2\') and col_index_pgtext=pgtext(\'pgtext 2\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_index_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2002-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_index_pginterval=pginterval(\'02:21:01\') and col_index_Uint32=CAST(2 AS Uint32) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 2\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'2\') and col_pgint4=pgint4(\'2\') and col_pgint8=pgint8(\'2\') and col_pgnumeric=pgnumeric(\'2.123456\') and col_pgbytea=pgbytea(\'pgbytea 2\') and col_pgtext=pgtext(\'pgtext 2\') and col_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2002-01-01\') and col_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_pginterval=pginterval(\'02:21:01\') and col_Uint32=CAST(2 AS Uint32) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Utf8=\'Utf8 2\' and col_pgfloat4=pgfloat4(\'2.4\') and col_pgfloat8=pgfloat8(\'2.6\') and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 94159e2a-3885-4f62-91cc-93b50ad1bf31, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a47b2b92-06cb-49e5-8cbf-29b7c35964b8, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a47b2b92-06cb-49e5-8cbf-29b7c35964b8, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'2\') and pk_pgint4=pgint4(\'2\') and pk_pgint8=pgint8(\'2\') and pk_pgnumeric=pgnumeric(\'2.123456\') and pk_pgbytea=pgbytea(\'pgbytea 2\') and pk_pgtext=pgtext(\'pgtext 2\') and pk_pgvarchar=pgvarchar(\'pgvarchar 2\') and pk_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2002-01-01\') and pk_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and pk_pginterval=pginterval(\'02:21:01\') and pk_Uint32=CAST(2 AS Uint32) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 2\'\n                 and \n                col_index_pgint2=pgint2(\'2\') and col_index_pgint4=pgint4(\'2\') and col_index_pgint8=pgint8(\'2\') and col_index_pgnumeric=pgnumeric(\'2.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 2\') and col_index_pgtext=pgtext(\'pgtext 2\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_index_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2002-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_index_pginterval=pginterval(\'02:21:01\') and col_index_Uint32=CAST(2 AS Uint32) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 2\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'2\') and col_pgint4=pgint4(\'2\') and col_pgint8=pgint8(\'2\') and col_pgnumeric=pgnumeric(\'2.123456\') and col_pgbytea=pgbytea(\'pgbytea 2\') and col_pgtext=pgtext(\'pgtext 2\') and col_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2002-01-01\') and col_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_pginterval=pginterval(\'02:21:01\') and col_Uint32=CAST(2 AS Uint32) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Utf8=\'Utf8 2\' and col_pgfloat4=pgfloat4(\'2.4\') and col_pgfloat8=pgfloat8(\'2.6\') and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a47b2b92-06cb-49e5-8cbf-29b7c35964b8, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a0bfcf86-a6ef-4b05-8d2c-42c4eb67837f, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a0bfcf86-a6ef-4b05-8d2c-42c4eb67837f, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'3\') and pk_pgint4=pgint4(\'3\') and pk_pgint8=pgint8(\'3\') and pk_pgnumeric=pgnumeric(\'3.123456\') and pk_pgbytea=pgbytea(\'pgbytea 3\') and pk_pgtext=pgtext(\'pgtext 3\') and pk_pgvarchar=pgvarchar(\'pgvarchar 3\') and pk_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2003-01-01\') and pk_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and pk_pginterval=pginterval(\'03:21:01\') and pk_Uint32=CAST(3 AS Uint32) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 3\'\n                 and \n                col_index_pgint2=pgint2(\'3\') and col_index_pgint4=pgint4(\'3\') and col_index_pgint8=pgint8(\'3\') and col_index_pgnumeric=pgnumeric(\'3.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 3\') and col_index_pgtext=pgtext(\'pgtext 3\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_index_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2003-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_index_pginterval=pginterval(\'03:21:01\') and col_index_Uint32=CAST(3 AS Uint32) and col_index_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 3\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'3\') and col_pgint4=pgint4(\'3\') and col_pgint8=pgint8(\'3\') and col_pgnumeric=pgnumeric(\'3.123456\') and col_pgbytea=pgbytea(\'pgbytea 3\') and col_pgtext=pgtext(\'pgtext 3\') and col_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2003-01-01\') and col_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_pginterval=pginterval(\'03:21:01\') and col_Uint32=CAST(3 AS Uint32) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Utf8=\'Utf8 3\' and col_pgfloat4=pgfloat4(\'3.4\') and col_pgfloat8=pgfloat8(\'3.6\') and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a0bfcf86-a6ef-4b05-8d2c-42c4eb67837f, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 83735918-9972-477a-af87-396ac6705641, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 83735918-9972-477a-af87-396ac6705641, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') and pk_pgint2=pgint2(\'3\') and pk_pgint4=pgint4(\'3\') and pk_pgint8=pgint8(\'3\') and pk_pgnumeric=pgnumeric(\'3.123456\') and pk_pgbytea=pgbytea(\'pgbytea 3\') and pk_pgtext=pgtext(\'pgtext 3\') and pk_pgvarchar=pgvarchar(\'pgvarchar 3\') and pk_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2003-01-01\') and pk_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and pk_pginterval=pginterval(\'03:21:01\') and pk_Uint32=CAST(3 AS Uint32) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 3\'\n                 and \n                col_index_pgint2=pgint2(\'3\') and col_index_pgint4=pgint4(\'3\') and col_index_pgint8=pgint8(\'3\') and col_index_pgnumeric=pgnumeric(\'3.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 3\') and col_index_pgtext=pgtext(\'pgtext 3\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_index_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2003-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_index_pginterval=pginterval(\'03:21:01\') and col_index_Uint32=CAST(3 AS Uint32) and col_index_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 3\'\n                 and \n                col_pgbool=pgbool(\'f\') and col_pgint2=pgint2(\'3\') and col_pgint4=pgint4(\'3\') and col_pgint8=pgint8(\'3\') and col_pgnumeric=pgnumeric(\'3.123456\') and col_pgbytea=pgbytea(\'pgbytea 3\') and col_pgtext=pgtext(\'pgtext 3\') and col_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2003-01-01\') and col_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_pginterval=pginterval(\'03:21:01\') and col_Uint32=CAST(3 AS Uint32) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Utf8=\'Utf8 3\' and col_pgfloat4=pgfloat4(\'3.4\') and col_pgfloat8=pgfloat8(\'3.6\') and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 83735918-9972-477a-af87-396ac6705641, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b27d0ea6-f741-4320-903a-6f31314db858, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b27d0ea6-f741-4320-903a-6f31314db858, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b27d0ea6-f741-4320-903a-6f31314db858, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 45d404dd-8350-4e22-8356-714076fa574b, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 45d404dd-8350-4e22-8356-714076fa574b, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 45d404dd-8350-4e22-8356-714076fa574b, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, e45eb363-ed24-46f3-aabb-5f834395da7f, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, e45eb363-ed24-46f3-aabb-5f834395da7f, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, e45eb363-ed24-46f3-aabb-5f834395da7f, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c278abef-6b5f-455f-9970-a4deb4db0d5a, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c278abef-6b5f-455f-9970-a4deb4db0d5a, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c278abef-6b5f-455f-9970-a4deb4db0d5a, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f955136d-fc0a-4c07-bd85-081f86c8137b, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f955136d-fc0a-4c07-bd85-081f86c8137b, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f955136d-fc0a-4c07-bd85-081f86c8137b, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a2ba91af-d141-4d4c-8d28-4bec91e3df3f, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a2ba91af-d141-4d4c-8d28-4bec91e3df3f, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a2ba91af-d141-4d4c-8d28-4bec91e3df3f, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9689083e-cd74-4649-b9b7-d8150233f1bb, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9689083e-cd74-4649-b9b7-d8150233f1bb, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9689083e-cd74-4649-b9b7-d8150233f1bb, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 59422c7c-f4a0-4ad0-aa7c-703fea15416c, localhost:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 59422c7c-f4a0-4ad0-aa7c-703fea15416c, localhost:7302): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 59422c7c-f4a0-4ad0-aa7c-703fea15416c, localhost:7302): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 7302 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:7302, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:7302
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6ea53e29-ba61-49ba-ae8c-c6693bd540c1, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6ea53e29-ba61-49ba-ae8c-c6693bd540c1, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6ea53e29-ba61-49ba-ae8c-c6693bd540c1, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 12622f83-0208-4165-bff2-04f4ed007fc8, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 12622f83-0208-4165-bff2-04f4ed007fc8, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 12622f83-0208-4165-bff2-04f4ed007fc8, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b094b043-2989-4d7c-a684-35396d6a97f1, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b094b043-2989-4d7c-a684-35396d6a97f1, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b094b043-2989-4d7c-a684-35396d6a97f1, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9727f7f9-2c38-4e03-945a-93d0f7f5b73a, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9727f7f9-2c38-4e03-945a-93d0f7f5b73a, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9727f7f9-2c38-4e03-945a-93d0f7f5b73a, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3a5bfd2e-7d4a-4ee2-b2b5-d4978c942d68, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3a5bfd2e-7d4a-4ee2-b2b5-d4978c942d68, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3a5bfd2e-7d4a-4ee2-b2b5-d4978c942d68, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 58c39d6b-fb41-476f-ae01-12c91c938a8a, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 58c39d6b-fb41-476f-ae01-12c91c938a8a, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 58c39d6b-fb41-476f-ae01-12c91c938a8a, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 73016612-642a-4681-a7d6-174ca4efe395, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 73016612-642a-4681-a7d6-174ca4efe395, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 73016612-642a-4681-a7d6-174ca4efe395, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 027ee031-5de0-4f2b-a641-95c1795602c5, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 027ee031-5de0-4f2b-a641-95c1795602c5, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 027ee031-5de0-4f2b-a641-95c1795602c5, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f1f981c1-7d95-4f88-95d4-9a964e775a14, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f1f981c1-7d95-4f88-95d4-9a964e775a14, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f1f981c1-7d95-4f88-95d4-9a964e775a14, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f9f5a9a0-6e62-49bd-91b3-f19b601edebf, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f9f5a9a0-6e62-49bd-91b3-f19b601edebf, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f9f5a9a0-6e62-49bd-91b3-f19b601edebf, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ee44419f-8f9e-4aa0-b23b-23146d2c1d6d, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ee44419f-8f9e-4aa0-b23b-23146d2c1d6d, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ee44419f-8f9e-4aa0-b23b-23146d2c1d6d, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a079c906-ce59-41dd-bb18-8d46cd7bde24, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a079c906-ce59-41dd-bb18-8d46cd7bde24, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a079c906-ce59-41dd-bb18-8d46cd7bde24, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 757af56d-e29e-4ef1-838d-673bf96bcca0, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 757af56d-e29e-4ef1-838d-673bf96bcca0, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 757af56d-e29e-4ef1-838d-673bf96bcca0, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 157cab45-9a25-4583-aa01-f3f7a1d02624, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 157cab45-9a25-4583-aa01-f3f7a1d02624, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 157cab45-9a25-4583-aa01-f3f7a1d02624, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 566f4140-fc81-4557-a69f-51168a032574, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 566f4140-fc81-4557-a69f-51168a032574, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 566f4140-fc81-4557-a69f-51168a032574, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1c1a8c33-1f7a-4254-81a7-e8b5b4623ccb, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1c1a8c33-1f7a-4254-81a7-e8b5b4623ccb, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1c1a8c33-1f7a-4254-81a7-e8b5b4623ccb, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, e2127c1d-53f1-4fd1-b2a9-9b1c1ddab9df, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, e2127c1d-53f1-4fd1-b2a9-9b1c1ddab9df, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, e2127c1d-53f1-4fd1-b2a9-9b1c1ddab9df, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 752a6417-3cb0-46d2-827c-8e0b338a8dd6, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 752a6417-3cb0-46d2-827c-8e0b338a8dd6, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 752a6417-3cb0-46d2-827c-8e0b338a8dd6, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 837c019e-8bd7-48db-b9b8-89baa3ee20da, localhost:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 837c019e-8bd7-48db-b9b8-89baa3ee20da, localhost:7302): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 837c019e-8bd7-48db-b9b8-89baa3ee20da, localhost:7302): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 7302 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:7302, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:7302
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 97ab8a90-c18d-40f6-87b8-ddcc78779117, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 97ab8a90-c18d-40f6-87b8-ddcc78779117, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 97ab8a90-c18d-40f6-87b8-ddcc78779117, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3e344906-c75f-46e0-bc74-533334740121, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3e344906-c75f-46e0-bc74-533334740121, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3e344906-c75f-46e0-bc74-533334740121, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9e9b1d88-4bd9-4dd4-9f3f-755336f3a6c2, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9e9b1d88-4bd9-4dd4-9f3f-755336f3a6c2, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9e9b1d88-4bd9-4dd4-9f3f-755336f3a6c2, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b21ff947-8872-4285-b29b-7e13692a88ee, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b21ff947-8872-4285-b29b-7e13692a88ee, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b21ff947-8872-4285-b29b-7e13692a88ee, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8f866052-d95d-4dbb-83c9-044563d1678e, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8f866052-d95d-4dbb-83c9-044563d1678e, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8f866052-d95d-4dbb-83c9-044563d1678e, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 23cd429b-4ee5-4035-972c-a13c69b5089a, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 23cd429b-4ee5-4035-972c-a13c69b5089a, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 23cd429b-4ee5-4035-972c-a13c69b5089a, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d8593a9b-730c-4d41-bcab-771687b830d4, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d8593a9b-730c-4d41-bcab-771687b830d4, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d8593a9b-730c-4d41-bcab-771687b830d4, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ca3f856d-2219-4ae4-83ec-9d5d25988317, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ca3f856d-2219-4ae4-83ec-9d5d25988317, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ca3f856d-2219-4ae4-83ec-9d5d25988317, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 094cdff7-5b8d-4a1d-a9a5-0c65c4524d1a, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 094cdff7-5b8d-4a1d-a9a5-0c65c4524d1a, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 094cdff7-5b8d-4a1d-a9a5-0c65c4524d1a, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f715520a-8050-4f3b-b992-02ee501cb70b, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f715520a-8050-4f3b-b992-02ee501cb70b, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f715520a-8050-4f3b-b992-02ee501cb70b, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5ba13ded-b76a-4cf6-a229-ed07b570bbc0, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5ba13ded-b76a-4cf6-a229-ed07b570bbc0, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5ba13ded-b76a-4cf6-a229-ed07b570bbc0, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1db8cf7c-8efe-4bc6-b22b-107684f14329, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1db8cf7c-8efe-4bc6-b22b-107684f14329, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1db8cf7c-8efe-4bc6-b22b-107684f14329, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8d251b25-11b9-44ab-923d-3140679059f9, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8d251b25-11b9-44ab-923d-3140679059f9, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8d251b25-11b9-44ab-923d-3140679059f9, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1ab9e725-7732-4689-a5f0-35d4f4d46cc5, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1ab9e725-7732-4689-a5f0-35d4f4d46cc5, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1ab9e725-7732-4689-a5f0-35d4f4d46cc5, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, db5669c7-fd9e-4a9a-8f2d-6e8b1d4d9983, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, db5669c7-fd9e-4a9a-8f2d-6e8b1d4d9983, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, db5669c7-fd9e-4a9a-8f2d-6e8b1d4d9983, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 566fca59-56e8-42b1-9959-66bb3a3f2653, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 566fca59-56e8-42b1-9959-66bb3a3f2653, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\') and pk_Uint32=CAST(4 AS Uint32) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Utf8=\'Utf8 4\'\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\') and col_index_Uint32=CAST(4 AS Uint32) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Utf8=\'Utf8 4\'\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_Uint32=CAST(4 AS Uint32) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Utf8=\'Utf8 4\' and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\') and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 566fca59-56e8-42b1-9959-66bb3a3f2653, ghrun-v53aapl4ay.auto.internal:7302): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:447 RpcState(DeleteSession, e9728c43-b134-4ef3-9427-610597c38a83, ghrun-v53aapl4ay.auto.internal:7302): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DeleteSession, e9728c43-b134-4ef3-9427-610597c38a83, ghrun-v53aapl4ay.auto.internal:7302): request = { session_id: "ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=" }
DEBUG    ydb.query.session:session.py:339 Attach stream closed, session_id: ydb://session/3?node_id=1&id=ODc4NzkxMmUtODdkMWZkN2QtOGU2ZTFmMGItOWY4NGYzOWI=
DEBUG    ydb.connection:connection.py:65 RpcState(DeleteSession, e9728c43-b134-4ef3-9427-610597c38a83, ghrun-v53aapl4ay.auto.internal:7302): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:319 All session were deleted.
DEBUG    ydb.topic:topic.py:743 Close topic client
DEBUG    ydb.topic:topic.py:746 Topic client was closed
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:7302
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint ghrun-v53aapl4ay.auto.internal:7302
INFO     ydb.pool.Discovery:pool.py:286 Successfully terminated discovery process
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:299 Stopped node localhost:7302/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23510
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30173
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20442
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7302
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23985
============================== slowest durations ===============================
267.45s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
84.85s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__SYNC-pk_types3-all_types3-index3-pgint8--SYNC]
12.06s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
9.87s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__SYNC-pk_types3-all_types3-index3-pgint8--SYNC]
0.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
0.01s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__SYNC-pk_types3-all_types3-index3-pgint8--SYNC]
=========================== short test summary info ============================
FAILED test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 4 lines, table table_pgtimestamp_0_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 376.31s (0:06:16) ====================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cca/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
76.59s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__ASYNC-pk_types10-all_types10-index10-pgtimestamp--ASYNC]
62.61s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]
12.05s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]
10.77s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__ASYNC-pk_types10-all_types10-index10-pgtimestamp--ASYNC]
0.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]
0.01s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__ASYNC-pk_types10-all_types10-index10-pgtimestamp--ASYNC]
======================== 2 passed in 163.70s (0:02:43) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc7/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
114.44s call     test_ttl.py::TestTTL::test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC]
101.56s call     test_ttl.py::TestTTL::test_ttl[table_Date_0__ASYNC-pk_types31-all_types31-index31-Date--ASYNC]
12.09s teardown test_ttl.py::TestTTL::test_ttl[table_Date_0__ASYNC-pk_types31-all_types31-index31-Date--ASYNC]
11.19s setup    test_ttl.py::TestTTL::test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC]
0.01s setup    test_ttl.py::TestTTL::test_ttl[table_Date_0__ASYNC-pk_types31-all_types31-index31-Date--ASYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 240.91s (0:04:00) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc1/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .F

=================================== FAILURES ===================================
_ TestTTL.test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC] _
ydb/tests/datashard/ttl/test_ttl.py:355: in test_ttl
    self.do_test_ttl(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/ttl/test_ttl.py:64: in do_test_ttl
    self.select(table_name, pk_types, all_types, index, dml)
ydb/tests/datashard/ttl/test_ttl.py:127: in select
    self.create_select(table_name, pk_types, all_types, index, i, 0, dml)
ydb/tests/datashard/ttl/test_ttl.py:147: in create_select
    assert (
E   AssertionError: Expected 0 rows, error when deleting 3 lines, table table_Date_1_UNIQUE_SYNC
E   assert (1 == 1 and 1 == 0)
E    +  where 1 = len([{'count': 1}])
E    +  and   1 = {'count': 1}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestTTL, test_name: test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 54d1477b-eb88-424c-9d01-5fb52805544d, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 54d1477b-eb88-424c-9d01-5fb52805544d, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_Date_1_UNIQUE_SYNC` (\n            pk_Int64 Int64, pk_Uint64 Uint64, pk_Int32 Int32, pk_Uint32 Uint32, pk_Int16 Int16, pk_Uint16 Uint16, pk_Int8 Int8, pk_Uint8 Uint8, pk_Bool Bool, pk_Decimal150 Decimal(15,0), pk_Decimal229 Decimal(22,9), pk_Decimal3510 Decimal(35,10), pk_DyNumber DyNumber, pk_String String, pk_Utf8 Utf8, pk_UUID UUID, pk_Date Date, pk_Datetime Datetime, pk_Timestamp Timestamp, pk_Interval Interval, pk_Date32 Date32, pk_Datetime64 Datetime64, pk_Timestamp64 Timestamp64, pk_Interval64 Interval64, col_Int64 Int64, col_Uint64 Uint64, col_Int32 Int32, col_Uint32 Uint32, col_Int16 Int16, col_Uint16 Uint16, col_Int8 Int8, col_Uint8 Uint8, col_Bool Bool, col_Decimal150 Decimal(15,0), col_Decimal229 Decimal(22,9), col_Decimal3510 Decimal(35,10), col_DyNumber DyNumber, col_String String, col_Utf8 Utf8, col_UUID UUID, col_Date Date, col_Datetime Datetime, col_Timestamp Timestamp, col_Interval Interval, col_Date32 Date32, col_Datetime64 Datetime64, col_Timestamp64 Timestamp64, col_Interval64 Interval64, col_Float Float, col_Double Double, col_Json Json, col_JsonDocument JsonDocument, col_Yson Yson, col_index_DyNumber DyNumber, col_index_String String, col_index_Utf8 Utf8, col_index_UUID UUID, col_index_Date Date, col_index_Datetime Datetime, col_index_Timestamp Timestamp, col_index_Interval Interval, col_index_Date32 Date32, col_index_Datetime64 Datetime64, col_index_Timestamp64 Timestamp64, col_index_Interval64 Interval64, ttl_Date Date,\n            PRIMARY KEY(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64\n                )\n            , INDEX idx_col_index_DyNumber GLOBAL UNIQUE SYNC ON (col_index_DyNumber), INDEX idx_col_index_String GLOBAL UNIQUE SYNC ON (col_index_String), INDEX idx_col_index_Utf8 GLOBAL UNIQUE SYNC ON (col_index_Utf8), INDEX idx_col_index_UUID GLOBAL UNIQUE SYNC ON (col_index_UUID), INDEX idx_col_index_Date GLOBAL UNIQUE SYNC ON (col_index_Date), INDEX idx_col_index_Datetime GLOBAL UNIQUE SYNC ON (col_index_Datetime), INDEX idx_col_index_Timestamp GLOBAL UNIQUE SYNC ON (col_index_Timestamp), INDEX idx_col_index_Interval GLOBAL UNIQUE SYNC ON (col_index_Interval), INDEX idx_col_index_Date32 GLOBAL UNIQUE SYNC ON (col_index_Date32), INDEX idx_col_index_Datetime64 GLOBAL UNIQUE SYNC ON (col_index_Datetime64), INDEX idx_col_index_Timestamp64 GLOBAL UNIQUE SYNC ON (col_index_Timestamp64), INDEX idx_col_index_Interval64 GLOBAL UNIQUE SYNC ON (col_index_Interval64)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 54d1477b-eb88-424c-9d01-5fb52805544d, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, da95cb9c-b941-4dea-b269-5da3c68380f4, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, da95cb9c-b941-4dea-b269-5da3c68380f4, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Date_1_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_Date  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, da95cb9c-b941-4dea-b269-5da3c68380f4, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4a6f139a-f1db-482f-bd62-ed89543521b7, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4a6f139a-f1db-482f-bd62-ed89543521b7, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_Date_1_UNIQUE_SYNC` RESET (TTL)" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4a6f139a-f1db-482f-bd62-ed89543521b7, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, af4f308f-c17d-4aa5-8bd3-857c305921e2, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, af4f308f-c17d-4aa5-8bd3-857c305921e2, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Date_1_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_Date  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, af4f308f-c17d-4aa5-8bd3-857c305921e2, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f2b2f654-9eaa-4030-b708-2bcc8845398a, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f2b2f654-9eaa-4030-b708-2bcc8845398a, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Date\n            )\n            VALUES(\n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), CAST(1.1 AS Float), CAST(1.2 AS Double), CAST(\'{\"another_key\": 1}\' AS Json), CAST(\'{\"another_doc_key\": 1}\' AS JsonDocument), CAST(\'[1]\' AS Yson), \n                CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(\'2026-02-12\' AS Date)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f2b2f654-9eaa-4030-b708-2bcc8845398a, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9c0f71e6-3045-4378-bbd1-1c123c344f3b, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9c0f71e6-3045-4378-bbd1-1c123c344f3b, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Date\n            )\n            VALUES(\n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), CAST(2.1 AS Float), CAST(2.2 AS Double), CAST(\'{\"another_key\": 2}\' AS Json), CAST(\'{\"another_doc_key\": 2}\' AS JsonDocument), CAST(\'[2]\' AS Yson), \n                CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(\'2026-02-12\' AS Date)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9c0f71e6-3045-4378-bbd1-1c123c344f3b, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 05195561-ed1b-4bcb-943d-d38b36b2a56f, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 05195561-ed1b-4bcb-943d-d38b36b2a56f, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Date\n            )\n            VALUES(\n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), CAST(3.1 AS Float), CAST(3.2 AS Double), CAST(\'{\"another_key\": 3}\' AS Json), CAST(\'{\"another_doc_key\": 3}\' AS JsonDocument), CAST(\'[3]\' AS Yson), \n                CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(\'2026-02-19\' AS Date)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 05195561-ed1b-4bcb-943d-d38b36b2a56f, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d953cb20-f7f9-4c9e-b632-d7f1834237a9, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d953cb20-f7f9-4c9e-b632-d7f1834237a9, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Date\n            )\n            VALUES(\n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), CAST(4.1 AS Float), CAST(4.2 AS Double), CAST(\'{\"another_key\": 4}\' AS Json), CAST(\'{\"another_doc_key\": 4}\' AS JsonDocument), CAST(\'[4]\' AS Yson), \n                CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(\'2026-02-19\' AS Date)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d953cb20-f7f9-4c9e-b632-d7f1834237a9, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, be8b481f-9e89-45a0-ac52-141f29abb015, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, be8b481f-9e89-45a0-ac52-141f29abb015, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Date\n            )\n            VALUES(\n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), CAST(5.1 AS Float), CAST(5.2 AS Double), CAST(\'{\"another_key\": 5}\' AS Json), CAST(\'{\"another_doc_key\": 5}\' AS JsonDocument), CAST(\'[5]\' AS Yson), \n                CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(\'2026-02-19\' AS Date)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, be8b481f-9e89-45a0-ac52-141f29abb015, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 913ee210-2b68-4df8-8aa5-ef4be48b00d6, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 913ee210-2b68-4df8-8aa5-ef4be48b00d6, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Date\n            )\n            VALUES(\n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), CAST(6.1 AS Float), CAST(6.2 AS Double), CAST(\'{\"another_key\": 6}\' AS Json), CAST(\'{\"another_doc_key\": 6}\' AS JsonDocument), CAST(\'[6]\' AS Yson), \n                CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(\'2026-02-19\' AS Date)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 913ee210-2b68-4df8-8aa5-ef4be48b00d6, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 46bd127f-0126-4140-9ac9-200a044fc87c, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 46bd127f-0126-4140-9ac9-200a044fc87c, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Date\n            )\n            VALUES(\n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), CAST(7.1 AS Float), CAST(7.2 AS Double), CAST(\'{\"another_key\": 7}\' AS Json), CAST(\'{\"another_doc_key\": 7}\' AS JsonDocument), CAST(\'[7]\' AS Yson), \n                CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(\'2026-03-05\' AS Date)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 46bd127f-0126-4140-9ac9-200a044fc87c, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b7e1a46b-c245-4d64-a7ec-8cfc32e5d105, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b7e1a46b-c245-4d64-a7ec-8cfc32e5d105, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Date\n            )\n            VALUES(\n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), CAST(8.1 AS Float), CAST(8.2 AS Double), CAST(\'{\"another_key\": 8}\' AS Json), CAST(\'{\"another_doc_key\": 8}\' AS JsonDocument), CAST(\'[8]\' AS Yson), \n                CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(\'2026-03-05\' AS Date)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b7e1a46b-c245-4d64-a7ec-8cfc32e5d105, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 48178331-dd11-42c6-a93d-7512485548ce, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 48178331-dd11-42c6-a93d-7512485548ce, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 48178331-dd11-42c6-a93d-7512485548ce, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 619d4971-28b5-46ce-b9a8-6dfe936d2894, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 619d4971-28b5-46ce-b9a8-6dfe936d2894, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 619d4971-28b5-46ce-b9a8-6dfe936d2894, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6532ff34-4348-43c6-98d8-807b480a2256, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6532ff34-4348-43c6-98d8-807b480a2256, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'20.0\' AS DyNumber) and col_index_String=\'String 2\' and col_index_Utf8=\'Utf8 2\' and col_index_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2002-01-01\' AS Date) and col_index_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200200000000 AS Timestamp) and col_index_Interval=CAST(2 AS Interval) and col_index_Date32=CAST(\'2002-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_index_Interval64=CAST(2 AS Interval64)\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6532ff34-4348-43c6-98d8-807b480a2256, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c59b6435-1c32-4ce4-bd78-a62871e5af4c, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c59b6435-1c32-4ce4-bd78-a62871e5af4c, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'20.0\' AS DyNumber) and col_index_String=\'String 2\' and col_index_Utf8=\'Utf8 2\' and col_index_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2002-01-01\' AS Date) and col_index_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200200000000 AS Timestamp) and col_index_Interval=CAST(2 AS Interval) and col_index_Date32=CAST(\'2002-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_index_Interval64=CAST(2 AS Interval64)\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c59b6435-1c32-4ce4-bd78-a62871e5af4c, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ab330116-07d4-4ae8-b68d-c0a28cb2cfb4, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ab330116-07d4-4ae8-b68d-c0a28cb2cfb4, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ab330116-07d4-4ae8-b68d-c0a28cb2cfb4, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 876f1b7b-4e0a-4260-8361-0385708119f1, localhost:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 876f1b7b-4e0a-4260-8361-0385708119f1, localhost:7910): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 876f1b7b-4e0a-4260-8361-0385708119f1, localhost:7910): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 7910 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:7910, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:7910
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 68fd95b2-94d2-4780-b7ff-8125cdd1fad9, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 68fd95b2-94d2-4780-b7ff-8125cdd1fad9, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 68fd95b2-94d2-4780-b7ff-8125cdd1fad9, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f68648b3-b02d-4d54-b5cd-169e24befb60, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f68648b3-b02d-4d54-b5cd-169e24befb60, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f68648b3-b02d-4d54-b5cd-169e24befb60, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 48329b80-ce79-4bfd-baae-10bf7561e7a1, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 48329b80-ce79-4bfd-baae-10bf7561e7a1, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 48329b80-ce79-4bfd-baae-10bf7561e7a1, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 122f664a-5d83-4f0f-a84e-f9a1984cf804, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 122f664a-5d83-4f0f-a84e-f9a1984cf804, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 122f664a-5d83-4f0f-a84e-f9a1984cf804, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a9bbfc4b-4198-4cef-9ce6-24eecdcd42e3, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a9bbfc4b-4198-4cef-9ce6-24eecdcd42e3, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a9bbfc4b-4198-4cef-9ce6-24eecdcd42e3, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 027c3823-20b0-42da-8dd4-c6578d835abb, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 027c3823-20b0-42da-8dd4-c6578d835abb, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 027c3823-20b0-42da-8dd4-c6578d835abb, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8e66f148-8790-4f2a-ae6e-62841af1c6e6, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8e66f148-8790-4f2a-ae6e-62841af1c6e6, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8e66f148-8790-4f2a-ae6e-62841af1c6e6, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 2283466c-f2a0-4814-8e3a-dc1ade9d9896, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 2283466c-f2a0-4814-8e3a-dc1ade9d9896, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 2283466c-f2a0-4814-8e3a-dc1ade9d9896, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 50421e4c-6bff-439b-a202-a0b92eae12f4, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 50421e4c-6bff-439b-a202-a0b92eae12f4, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 50421e4c-6bff-439b-a202-a0b92eae12f4, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 7f81ffe7-7963-4826-9dfa-00c1dd6efd4e, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 7f81ffe7-7963-4826-9dfa-00c1dd6efd4e, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 7f81ffe7-7963-4826-9dfa-00c1dd6efd4e, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f483671f-15b7-41e3-9f8d-60c98bd3f29c, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f483671f-15b7-41e3-9f8d-60c98bd3f29c, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f483671f-15b7-41e3-9f8d-60c98bd3f29c, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 52dee629-9424-4e5f-a3b4-35c5c80ff531, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 52dee629-9424-4e5f-a3b4-35c5c80ff531, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 52dee629-9424-4e5f-a3b4-35c5c80ff531, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 2661d1a2-66ba-4c20-920b-f4b8483fa5cd, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 2661d1a2-66ba-4c20-920b-f4b8483fa5cd, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 2661d1a2-66ba-4c20-920b-f4b8483fa5cd, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 711198f8-20a0-431f-a93a-2fa1679fc92d, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 711198f8-20a0-431f-a93a-2fa1679fc92d, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 711198f8-20a0-431f-a93a-2fa1679fc92d, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9f2e7059-0e5f-4696-840c-7bc9ba3b3101, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9f2e7059-0e5f-4696-840c-7bc9ba3b3101, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9f2e7059-0e5f-4696-840c-7bc9ba3b3101, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 7dda940f-5ae7-438c-aadc-9474dd60ff80, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 7dda940f-5ae7-438c-aadc-9474dd60ff80, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 7dda940f-5ae7-438c-aadc-9474dd60ff80, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 965e4518-bd24-43fa-924a-e20b4c76c935, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 965e4518-bd24-43fa-924a-e20b4c76c935, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 965e4518-bd24-43fa-924a-e20b4c76c935, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 078c19d7-69be-4231-bdee-7ead60693127, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 078c19d7-69be-4231-bdee-7ead60693127, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 078c19d7-69be-4231-bdee-7ead60693127, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d948464c-698d-4428-a8b9-09e49fbd5164, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d948464c-698d-4428-a8b9-09e49fbd5164, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d948464c-698d-4428-a8b9-09e49fbd5164, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b3311e95-1277-4ab7-abe7-4cad63ce1ae4, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b3311e95-1277-4ab7-abe7-4cad63ce1ae4, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b3311e95-1277-4ab7-abe7-4cad63ce1ae4, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5795e64d-cbb4-4988-93cc-2002ab3b75cf, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5795e64d-cbb4-4988-93cc-2002ab3b75cf, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5795e64d-cbb4-4988-93cc-2002ab3b75cf, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 09c47ff3-6df4-4bbc-92a0-9b7460034243, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 09c47ff3-6df4-4bbc-92a0-9b7460034243, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 09c47ff3-6df4-4bbc-92a0-9b7460034243, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 7aa4ad35-9fcc-4526-9327-26cc55b60119, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 7aa4ad35-9fcc-4526-9327-26cc55b60119, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 7aa4ad35-9fcc-4526-9327-26cc55b60119, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 162a4d51-d453-4934-be89-b29723df4d66, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 162a4d51-d453-4934-be89-b29723df4d66, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 162a4d51-d453-4934-be89-b29723df4d66, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, cbc7a99f-2b83-409d-8c8d-622dae78a842, localhost:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, cbc7a99f-2b83-409d-8c8d-622dae78a842, localhost:7910): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, cbc7a99f-2b83-409d-8c8d-622dae78a842, localhost:7910): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 7910 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:7910, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:7910
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, bbc87591-e4bb-41e1-89ca-87da5f8de431, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, bbc87591-e4bb-41e1-89ca-87da5f8de431, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, bbc87591-e4bb-41e1-89ca-87da5f8de431, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 722d5373-cad8-4029-8dc9-0ade10abb13d, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 722d5373-cad8-4029-8dc9-0ade10abb13d, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 722d5373-cad8-4029-8dc9-0ade10abb13d, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, dfc309e6-42fe-42fb-ba7c-dd1e68ee45cc, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, dfc309e6-42fe-42fb-ba7c-dd1e68ee45cc, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, dfc309e6-42fe-42fb-ba7c-dd1e68ee45cc, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 10451d58-2dda-4cb9-bb1b-1962a746bf97, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 10451d58-2dda-4cb9-bb1b-1962a746bf97, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 10451d58-2dda-4cb9-bb1b-1962a746bf97, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ec5fa73b-8b92-4abc-9764-fe1ab326b26c, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ec5fa73b-8b92-4abc-9764-fe1ab326b26c, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ec5fa73b-8b92-4abc-9764-fe1ab326b26c, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 87611c6a-d4e1-43f8-b59d-ec18ea00ae4d, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 87611c6a-d4e1-43f8-b59d-ec18ea00ae4d, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 87611c6a-d4e1-43f8-b59d-ec18ea00ae4d, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a75a585b-33f4-413d-86d1-86f63957175a, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a75a585b-33f4-413d-86d1-86f63957175a, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a75a585b-33f4-413d-86d1-86f63957175a, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b6572296-7ce0-4c35-81c4-d78a30e30fee, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b6572296-7ce0-4c35-81c4-d78a30e30fee, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b6572296-7ce0-4c35-81c4-d78a30e30fee, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 56b34777-761f-4e85-9194-e0959ac8fcea, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 56b34777-761f-4e85-9194-e0959ac8fcea, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 56b34777-761f-4e85-9194-e0959ac8fcea, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d9e61910-278f-427a-a99b-068c6584c6c1, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d9e61910-278f-427a-a99b-068c6584c6c1, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d9e61910-278f-427a-a99b-068c6584c6c1, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9a267f59-7091-4005-98aa-23235deb188a, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9a267f59-7091-4005-98aa-23235deb188a, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9a267f59-7091-4005-98aa-23235deb188a, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, cc795e6c-1ecd-4135-bb22-0bd86041a962, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, cc795e6c-1ecd-4135-bb22-0bd86041a962, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, cc795e6c-1ecd-4135-bb22-0bd86041a962, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b05fc242-e2aa-456c-b8ff-6f4598cb8e22, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b05fc242-e2aa-456c-b8ff-6f4598cb8e22, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b05fc242-e2aa-456c-b8ff-6f4598cb8e22, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b54045cd-3593-41f6-9f7b-8f20accbe6c1, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b54045cd-3593-41f6-9f7b-8f20accbe6c1, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b54045cd-3593-41f6-9f7b-8f20accbe6c1, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 980f244e-70fd-4928-b471-981d11854228, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 980f244e-70fd-4928-b471-981d11854228, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 980f244e-70fd-4928-b471-981d11854228, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 70b4a922-f392-4d22-b099-b671c3dc1ab1, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 70b4a922-f392-4d22-b099-b671c3dc1ab1, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 70b4a922-f392-4d22-b099-b671c3dc1ab1, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 37d9f95d-0096-4ded-8db1-1b238de46a12, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 37d9f95d-0096-4ded-8db1-1b238de46a12, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 37d9f95d-0096-4ded-8db1-1b238de46a12, ghrun-v53aapl4ay.auto.internal:7910): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:447 RpcState(DeleteSession, 6acbfd43-d92f-4462-b783-5ae5721e007a, ghrun-v53aapl4ay.auto.internal:7910): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DeleteSession, 6acbfd43-d92f-4462-b783-5ae5721e007a, ghrun-v53aapl4ay.auto.internal:7910): request = { session_id: "ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=" }
DEBUG    ydb.connection:connection.py:65 RpcState(DeleteSession, 6acbfd43-d92f-4462-b783-5ae5721e007a, ghrun-v53aapl4ay.auto.internal:7910): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:319 All session were deleted.
DEBUG    ydb.topic:topic.py:743 Close topic client
DEBUG    ydb.topic:topic.py:746 Topic client was closed
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:7910
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint ghrun-v53aapl4ay.auto.internal:7910
INFO     ydb.pool.Discovery:pool.py:286 Successfully terminated discovery process
DEBUG    ydb.query.session:session.py:339 Attach stream closed, session_id: ydb://session/3?node_id=1&id=ZWNjYmU5MjEtNTQxNDg5YzUtNzViMzQxMzctZTNhNDE0YmE=
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:299 Stopped node localhost:7910/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30082
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6278
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2985
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7910
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11758
============================== slowest durations ===============================
277.25s call     test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]
98.73s call     test_ttl.py::TestTTL::test_ttl[table_Date_0__SYNC-pk_types30-all_types30-index30-Date--SYNC]
14.34s setup    test_ttl.py::TestTTL::test_ttl[table_Date_0__SYNC-pk_types30-all_types30-index30-Date--SYNC]
12.12s teardown test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]
0.01s setup    test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 3 lines, table table_Date_1_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 405.50s (0:06:45) ====================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc4/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
82.34s call     test_ttl.py::TestTTL::test_ttl[table_Date_1__ASYNC-pk_types34-all_types34-index34-Date--ASYNC]
69.10s call     test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC]
12.02s teardown test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC]
8.85s setup    test_ttl.py::TestTTL::test_ttl[table_Date_1__ASYNC-pk_types34-all_types34-index34-Date--ASYNC]
0.01s setup    test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 173.61s (0:02:53) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd2/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .F

=================================== FAILURES ===================================
_ TestTTL.test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC] _
ydb/tests/datashard/ttl/test_ttl.py:355: in test_ttl
    self.do_test_ttl(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/ttl/test_ttl.py:64: in do_test_ttl
    self.select(table_name, pk_types, all_types, index, dml)
ydb/tests/datashard/ttl/test_ttl.py:127: in select
    self.create_select(table_name, pk_types, all_types, index, i, 0, dml)
ydb/tests/datashard/ttl/test_ttl.py:147: in create_select
    assert (
E   AssertionError: Expected 0 rows, error when deleting 2 lines, table table_Datetime_0__ASYNC
E   assert (1 == 1 and 1 == 0)
E    +  where 1 = len([{'count': 1}])
E    +  and   1 = {'count': 1}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestTTL, test_name: test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC])
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a38e7f04-a312-4770-b2ba-91f42a34d639, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a38e7f04-a312-4770-b2ba-91f42a34d639, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_Datetime_0__ASYNC` (\n            pk_Int64 Int64, pk_Uint64 Uint64, pk_Int32 Int32, pk_Uint32 Uint32, pk_Int16 Int16, pk_Uint16 Uint16, pk_Int8 Int8, pk_Uint8 Uint8, pk_Bool Bool, pk_Decimal150 Decimal(15,0), pk_Decimal229 Decimal(22,9), pk_Decimal3510 Decimal(35,10), pk_DyNumber DyNumber, pk_String String, pk_Utf8 Utf8, pk_UUID UUID, pk_Date Date, pk_Datetime Datetime, pk_Timestamp Timestamp, pk_Interval Interval, pk_Date32 Date32, pk_Datetime64 Datetime64, pk_Timestamp64 Timestamp64, pk_Interval64 Interval64, col_Int64 Int64, col_Uint64 Uint64, col_Int32 Int32, col_Uint32 Uint32, col_Int16 Int16, col_Uint16 Uint16, col_Int8 Int8, col_Uint8 Uint8, col_Bool Bool, col_Decimal150 Decimal(15,0), col_Decimal229 Decimal(22,9), col_Decimal3510 Decimal(35,10), col_DyNumber DyNumber, col_String String, col_Utf8 Utf8, col_UUID UUID, col_Date Date, col_Datetime Datetime, col_Timestamp Timestamp, col_Interval Interval, col_Date32 Date32, col_Datetime64 Datetime64, col_Timestamp64 Timestamp64, col_Interval64 Interval64, col_Float Float, col_Double Double, col_Json Json, col_JsonDocument JsonDocument, col_Yson Yson, col_index_Int64 Int64, col_index_Uint64 Uint64, col_index_Int32 Int32, col_index_Uint32 Uint32, col_index_Int16 Int16, col_index_Uint16 Uint16, col_index_Int8 Int8, col_index_Uint8 Uint8, col_index_Bool Bool, col_index_Decimal150 Decimal(15,0), col_index_Decimal229 Decimal(22,9), col_index_Decimal3510 Decimal(35,10), ttl_Datetime Datetime,\n            PRIMARY KEY(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64\n                )\n            , INDEX idx_col_index_Int64 GLOBAL  ASYNC ON (col_index_Int64), INDEX idx_col_index_Uint64 GLOBAL  ASYNC ON (col_index_Uint64), INDEX idx_col_index_Int32 GLOBAL  ASYNC ON (col_index_Int32), INDEX idx_col_index_Uint32 GLOBAL  ASYNC ON (col_index_Uint32), INDEX idx_col_index_Int16 GLOBAL  ASYNC ON (col_index_Int16), INDEX idx_col_index_Uint16 GLOBAL  ASYNC ON (col_index_Uint16), INDEX idx_col_index_Int8 GLOBAL  ASYNC ON (col_index_Int8), INDEX idx_col_index_Uint8 GLOBAL  ASYNC ON (col_index_Uint8), INDEX idx_col_index_Bool GLOBAL  ASYNC ON (col_index_Bool), INDEX idx_col_index_Decimal150 GLOBAL  ASYNC ON (col_index_Decimal150), INDEX idx_col_index_Decimal229 GLOBAL  ASYNC ON (col_index_Decimal229), INDEX idx_col_index_Decimal3510 GLOBAL  ASYNC ON (col_index_Decimal3510)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a38e7f04-a312-4770-b2ba-91f42a34d639, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 278147f7-e2ba-4e37-828d-fad158734b5f, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 278147f7-e2ba-4e37-828d-fad158734b5f, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Datetime_0__ASYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_Datetime  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 278147f7-e2ba-4e37-828d-fad158734b5f, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 01d5a693-8a7c-4488-88b1-3b705df56c86, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 01d5a693-8a7c-4488-88b1-3b705df56c86, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_Datetime_0__ASYNC` RESET (TTL)" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 01d5a693-8a7c-4488-88b1-3b705df56c86, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b928b168-81e8-4102-b596-82d934a248fa, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b928b168-81e8-4102-b596-82d934a248fa, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Datetime_0__ASYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_Datetime  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b928b168-81e8-4102-b596-82d934a248fa, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3048b862-c379-41fd-ae10-706c42e3b7b0, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3048b862-c379-41fd-ae10-706c42e3b7b0, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_0__ASYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Bool, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), CAST(1.1 AS Float), CAST(1.2 AS Double), CAST(\'{\"another_key\": 1}\' AS Json), CAST(\'{\"another_doc_key\": 1}\' AS JsonDocument), CAST(\'[1]\' AS Yson), \n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), \n                CAST(\'2026-02-12T14:22:06Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3048b862-c379-41fd-ae10-706c42e3b7b0, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3d3b598a-e10a-4714-9b00-eb2110a2c1a9, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3d3b598a-e10a-4714-9b00-eb2110a2c1a9, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_0__ASYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Bool, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), CAST(2.1 AS Float), CAST(2.2 AS Double), CAST(\'{\"another_key\": 2}\' AS Json), CAST(\'{\"another_doc_key\": 2}\' AS JsonDocument), CAST(\'[2]\' AS Yson), \n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), \n                CAST(\'2026-02-12T14:22:06Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3d3b598a-e10a-4714-9b00-eb2110a2c1a9, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6dbc4170-dd78-486c-b5ba-ab7da254cfac, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6dbc4170-dd78-486c-b5ba-ab7da254cfac, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_0__ASYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Bool, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), CAST(3.1 AS Float), CAST(3.2 AS Double), CAST(\'{\"another_key\": 3}\' AS Json), CAST(\'{\"another_doc_key\": 3}\' AS JsonDocument), CAST(\'[3]\' AS Yson), \n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), \n                CAST(\'2026-02-19T14:22:06Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6dbc4170-dd78-486c-b5ba-ab7da254cfac, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, fd128c0a-3512-4147-bf98-8ee037126e4b, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, fd128c0a-3512-4147-bf98-8ee037126e4b, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_0__ASYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Bool, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), CAST(4.1 AS Float), CAST(4.2 AS Double), CAST(\'{\"another_key\": 4}\' AS Json), CAST(\'{\"another_doc_key\": 4}\' AS JsonDocument), CAST(\'[4]\' AS Yson), \n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), \n                CAST(\'2026-02-19T14:22:06Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, fd128c0a-3512-4147-bf98-8ee037126e4b, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4f970351-7441-4f41-8762-8046ab3934b0, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4f970351-7441-4f41-8762-8046ab3934b0, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_0__ASYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Bool, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), CAST(5.1 AS Float), CAST(5.2 AS Double), CAST(\'{\"another_key\": 5}\' AS Json), CAST(\'{\"another_doc_key\": 5}\' AS JsonDocument), CAST(\'[5]\' AS Yson), \n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), \n                CAST(\'2026-02-19T14:22:11Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4f970351-7441-4f41-8762-8046ab3934b0, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f5052ba7-a0e6-46d8-a502-3121b7789107, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f5052ba7-a0e6-46d8-a502-3121b7789107, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_0__ASYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Bool, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), CAST(6.1 AS Float), CAST(6.2 AS Double), CAST(\'{\"another_key\": 6}\' AS Json), CAST(\'{\"another_doc_key\": 6}\' AS JsonDocument), CAST(\'[6]\' AS Yson), \n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), \n                CAST(\'2026-02-19T14:22:11Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f5052ba7-a0e6-46d8-a502-3121b7789107, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d1991f1a-bb9b-4a32-a312-44d89439fefb, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d1991f1a-bb9b-4a32-a312-44d89439fefb, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_0__ASYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Bool, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), CAST(7.1 AS Float), CAST(7.2 AS Double), CAST(\'{\"another_key\": 7}\' AS Json), CAST(\'{\"another_doc_key\": 7}\' AS JsonDocument), CAST(\'[7]\' AS Yson), \n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), \n                CAST(\'2026-03-05T14:22:06Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d1991f1a-bb9b-4a32-a312-44d89439fefb, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8dbb3200-6fad-440a-bc69-98a806c1d07c, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8dbb3200-6fad-440a-bc69-98a806c1d07c, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_0__ASYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Bool, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), CAST(8.1 AS Float), CAST(8.2 AS Double), CAST(\'{\"another_key\": 8}\' AS Json), CAST(\'{\"another_doc_key\": 8}\' AS JsonDocument), CAST(\'[8]\' AS Yson), \n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), \n                CAST(\'2026-03-05T14:22:06Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8dbb3200-6fad-440a-bc69-98a806c1d07c, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8bdd2968-2605-43cb-9ed2-75126703fc7b, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8bdd2968-2605-43cb-9ed2-75126703fc7b, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_Int64=CAST(1 AS Int64) and col_index_Uint64=CAST(1 AS Uint64) and col_index_Int32=CAST(1 AS Int32) and col_index_Uint32=CAST(1 AS Uint32) and col_index_Int16=CAST(1 AS Int16) and col_index_Uint16=CAST(1 AS Uint16) and col_index_Int8=CAST(1 AS Int8) and col_index_Uint8=CAST(1 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8bdd2968-2605-43cb-9ed2-75126703fc7b, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d6514fef-d313-44c9-a91f-e77c6626f59a, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d6514fef-d313-44c9-a91f-e77c6626f59a, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_Int64=CAST(1 AS Int64) and col_index_Uint64=CAST(1 AS Uint64) and col_index_Int32=CAST(1 AS Int32) and col_index_Uint32=CAST(1 AS Uint32) and col_index_Int16=CAST(1 AS Int16) and col_index_Uint16=CAST(1 AS Uint16) and col_index_Int8=CAST(1 AS Int8) and col_index_Uint8=CAST(1 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d6514fef-d313-44c9-a91f-e77c6626f59a, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a6bd7b5c-0d9c-4796-af79-89a9327df92d, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a6bd7b5c-0d9c-4796-af79-89a9327df92d, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a6bd7b5c-0d9c-4796-af79-89a9327df92d, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, efd60722-ccf0-4a3f-bab8-08d7fde45844, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, efd60722-ccf0-4a3f-bab8-08d7fde45844, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, efd60722-ccf0-4a3f-bab8-08d7fde45844, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, edbf8c91-4ae9-44ac-b3bd-751018659bad, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, edbf8c91-4ae9-44ac-b3bd-751018659bad, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, edbf8c91-4ae9-44ac-b3bd-751018659bad, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, bbd4d782-c6ba-4e8f-8213-5178af2902fe, localhost:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, bbd4d782-c6ba-4e8f-8213-5178af2902fe, localhost:6514): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, bbd4d782-c6ba-4e8f-8213-5178af2902fe, localhost:6514): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 6514 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:6514, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:6514
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 423bf80b-d03a-420a-9c20-93ef5532bd71, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 423bf80b-d03a-420a-9c20-93ef5532bd71, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 423bf80b-d03a-420a-9c20-93ef5532bd71, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5a0adfc7-4931-4530-8135-6774fda7d478, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5a0adfc7-4931-4530-8135-6774fda7d478, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5a0adfc7-4931-4530-8135-6774fda7d478, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 365892d5-a505-4e2e-8fac-1946b49ecf76, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 365892d5-a505-4e2e-8fac-1946b49ecf76, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 365892d5-a505-4e2e-8fac-1946b49ecf76, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4b4703df-b42f-473e-9e9f-2aea4f153a2d, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4b4703df-b42f-473e-9e9f-2aea4f153a2d, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4b4703df-b42f-473e-9e9f-2aea4f153a2d, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 92fd7628-6859-42a7-9a93-a06606b351ba, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 92fd7628-6859-42a7-9a93-a06606b351ba, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 92fd7628-6859-42a7-9a93-a06606b351ba, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 41036012-421a-49e4-a92d-a58aec72165e, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 41036012-421a-49e4-a92d-a58aec72165e, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 41036012-421a-49e4-a92d-a58aec72165e, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 11d57b2b-f9a6-4999-862f-d297b41223d6, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 11d57b2b-f9a6-4999-862f-d297b41223d6, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 11d57b2b-f9a6-4999-862f-d297b41223d6, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6f103e72-9e2f-429d-a536-ee125d0aca18, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6f103e72-9e2f-429d-a536-ee125d0aca18, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6f103e72-9e2f-429d-a536-ee125d0aca18, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f64acb2a-94fc-44a5-b7e3-2773151d7b57, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f64acb2a-94fc-44a5-b7e3-2773151d7b57, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f64acb2a-94fc-44a5-b7e3-2773151d7b57, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4327061b-c6ad-4da2-8a78-1e33fed190d2, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4327061b-c6ad-4da2-8a78-1e33fed190d2, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4327061b-c6ad-4da2-8a78-1e33fed190d2, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f10b9dd0-ab17-4772-a2fb-77cdfce916eb, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f10b9dd0-ab17-4772-a2fb-77cdfce916eb, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f10b9dd0-ab17-4772-a2fb-77cdfce916eb, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 710cccbe-2708-4847-b692-6390dcadeb1c, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 710cccbe-2708-4847-b692-6390dcadeb1c, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 710cccbe-2708-4847-b692-6390dcadeb1c, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f0673a3f-6d64-49a1-8581-8ed548d9ee3f, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f0673a3f-6d64-49a1-8581-8ed548d9ee3f, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f0673a3f-6d64-49a1-8581-8ed548d9ee3f, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c253b819-6488-4e7b-aef5-f42e1b1363bf, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c253b819-6488-4e7b-aef5-f42e1b1363bf, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c253b819-6488-4e7b-aef5-f42e1b1363bf, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, e363580b-e27b-4814-b7de-3cd83b91ddca, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, e363580b-e27b-4814-b7de-3cd83b91ddca, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, e363580b-e27b-4814-b7de-3cd83b91ddca, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, aa9be123-7e53-4c17-8c28-d1eb4292e9c8, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, aa9be123-7e53-4c17-8c28-d1eb4292e9c8, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, aa9be123-7e53-4c17-8c28-d1eb4292e9c8, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a70d6322-320d-4dca-95d9-92eb2a58f4b1, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a70d6322-320d-4dca-95d9-92eb2a58f4b1, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a70d6322-320d-4dca-95d9-92eb2a58f4b1, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 92bb2731-f56a-4086-ba4f-926a541a4b32, localhost:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 92bb2731-f56a-4086-ba4f-926a541a4b32, localhost:6514): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 92bb2731-f56a-4086-ba4f-926a541a4b32, localhost:6514): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 6514 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:6514, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:6514
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d5a2d35d-f500-4a27-b10a-6f2ee5db3b02, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d5a2d35d-f500-4a27-b10a-6f2ee5db3b02, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d5a2d35d-f500-4a27-b10a-6f2ee5db3b02, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a1aa6316-069b-4f88-915f-aeb49b5b46ab, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a1aa6316-069b-4f88-915f-aeb49b5b46ab, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a1aa6316-069b-4f88-915f-aeb49b5b46ab, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3151a1f2-eeec-4802-833b-1ea6f7a07319, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3151a1f2-eeec-4802-833b-1ea6f7a07319, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3151a1f2-eeec-4802-833b-1ea6f7a07319, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b76bd820-fa18-4a6e-8b99-a546507d6bf1, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b76bd820-fa18-4a6e-8b99-a546507d6bf1, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b76bd820-fa18-4a6e-8b99-a546507d6bf1, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 52bc711f-8103-4be5-8c56-40fc305f3105, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 52bc711f-8103-4be5-8c56-40fc305f3105, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 52bc711f-8103-4be5-8c56-40fc305f3105, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 020b740c-6f1c-46f3-9eae-5ce707f77385, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 020b740c-6f1c-46f3-9eae-5ce707f77385, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 020b740c-6f1c-46f3-9eae-5ce707f77385, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, dadcffd0-cdfc-4762-be83-f63b55b81eef, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, dadcffd0-cdfc-4762-be83-f63b55b81eef, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, dadcffd0-cdfc-4762-be83-f63b55b81eef, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 19c1bc31-ec0f-4a15-8e3f-23c65bfe5332, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 19c1bc31-ec0f-4a15-8e3f-23c65bfe5332, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 19c1bc31-ec0f-4a15-8e3f-23c65bfe5332, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 37d66565-77e7-4df4-ade4-40e303dfc6b8, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 37d66565-77e7-4df4-ade4-40e303dfc6b8, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 37d66565-77e7-4df4-ade4-40e303dfc6b8, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ba04b600-5c50-4b36-8ce3-cb1012077e36, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ba04b600-5c50-4b36-8ce3-cb1012077e36, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ba04b600-5c50-4b36-8ce3-cb1012077e36, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6402a483-522a-4a5c-8367-b36f5cce1bc6, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6402a483-522a-4a5c-8367-b36f5cce1bc6, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6402a483-522a-4a5c-8367-b36f5cce1bc6, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 44f7cbc4-7de7-461d-a63f-21ec27317e99, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 44f7cbc4-7de7-461d-a63f-21ec27317e99, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 44f7cbc4-7de7-461d-a63f-21ec27317e99, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1fbfd1c6-b428-4f9e-b7c7-ad52d8677c8b, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1fbfd1c6-b428-4f9e-b7c7-ad52d8677c8b, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1fbfd1c6-b428-4f9e-b7c7-ad52d8677c8b, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 03f3c997-24c2-4740-8407-69e495d3dfb1, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 03f3c997-24c2-4740-8407-69e495d3dfb1, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 03f3c997-24c2-4740-8407-69e495d3dfb1, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a729b3eb-cb29-443e-9c0b-6a75754b90d8, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a729b3eb-cb29-443e-9c0b-6a75754b90d8, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a729b3eb-cb29-443e-9c0b-6a75754b90d8, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9fcde655-463e-4c6a-9acd-b8af0ea5d96a, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9fcde655-463e-4c6a-9acd-b8af0ea5d96a, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9fcde655-463e-4c6a-9acd-b8af0ea5d96a, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4bf0deb4-bb32-4819-b6dd-91f809974e3b, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4bf0deb4-bb32-4819-b6dd-91f809974e3b, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4bf0deb4-bb32-4819-b6dd-91f809974e3b, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ae9b6d3c-141f-41ce-a975-51b48d0c1220, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ae9b6d3c-141f-41ce-a975-51b48d0c1220, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ae9b6d3c-141f-41ce-a975-51b48d0c1220, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 635d6d6d-f202-4370-b12c-5e502ada9fd4, localhost:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 635d6d6d-f202-4370-b12c-5e502ada9fd4, localhost:6514): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 635d6d6d-f202-4370-b12c-5e502ada9fd4, localhost:6514): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 6514 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:6514, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:6514
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c45e07a4-f989-4dd7-80a7-c4c300514aa2, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c45e07a4-f989-4dd7-80a7-c4c300514aa2, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c45e07a4-f989-4dd7-80a7-c4c300514aa2, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 749651cc-61b4-42b4-8781-5c356fb5bd85, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 749651cc-61b4-42b4-8781-5c356fb5bd85, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 749651cc-61b4-42b4-8781-5c356fb5bd85, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 98facb13-6d97-413c-bdeb-710e16df7d5b, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 98facb13-6d97-413c-bdeb-710e16df7d5b, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_0__ASYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Bool=CAST(False AS Bool) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 98facb13-6d97-413c-bdeb-710e16df7d5b, ghrun-v53aapl4ay.auto.internal:6514): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:447 RpcState(DeleteSession, 2fe30930-8f4b-4cdd-b8ed-f2082d4961ca, ghrun-v53aapl4ay.auto.internal:6514): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DeleteSession, 2fe30930-8f4b-4cdd-b8ed-f2082d4961ca, ghrun-v53aapl4ay.auto.internal:6514): request = { session_id: "ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==" }
DEBUG    ydb.connection:connection.py:65 RpcState(DeleteSession, 2fe30930-8f4b-4cdd-b8ed-f2082d4961ca, ghrun-v53aapl4ay.auto.internal:6514): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:319 All session were deleted.
DEBUG    ydb.topic:topic.py:743 Close topic client
DEBUG    ydb.topic:topic.py:746 Topic client was closed
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:6514
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint ghrun-v53aapl4ay.auto.internal:6514
INFO     ydb.pool.Discovery:pool.py:286 Successfully terminated discovery process
DEBUG    ydb.query.session:session.py:339 Attach stream closed, session_id: ydb://session/3?node_id=1&id=MmRmOTZjMS02YTBhYzY2YS03NjVhMjBhZi03ZjYyZDg4Ng==
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:299 Stopped node localhost:6514/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12076
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16160
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18277
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6514
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7201
============================== slowest durations ===============================
220.43s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
108.54s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0_UNIQUE_SYNC-pk_types2-all_types2-index2-Datetime-UNIQUE-SYNC]
12.34s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0_UNIQUE_SYNC-pk_types2-all_types2-index2-Datetime-UNIQUE-SYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
0.04s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
0.02s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_0_UNIQUE_SYNC-pk_types2-all_types2-index2-Datetime-UNIQUE-SYNC]
=========================== short test summary info ============================
FAILED test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC] - AssertionError: Expected 0 rows, error when deleting 2 lines, table table_Datetime_0__ASYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 357.39s (0:05:57) ====================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003ccd/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .F

=================================== FAILURES ===================================
_ TestTTL.test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC] _
ydb/tests/datashard/ttl/test_ttl.py:355: in test_ttl
    self.do_test_ttl(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/ttl/test_ttl.py:64: in do_test_ttl
    self.select(table_name, pk_types, all_types, index, dml)
ydb/tests/datashard/ttl/test_ttl.py:127: in select
    self.create_select(table_name, pk_types, all_types, index, i, 0, dml)
ydb/tests/datashard/ttl/test_ttl.py:147: in create_select
    assert (
E   AssertionError: Expected 0 rows, error when deleting 1 lines, table table_Datetime_1_UNIQUE_SYNC
E   assert (1 == 1 and 1 == 0)
E    +  where 1 = len([{'count': 1}])
E    +  and   1 = {'count': 1}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestTTL, test_name: test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 00db4c8d-b36c-4f4f-a431-f348043d3993, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 00db4c8d-b36c-4f4f-a431-f348043d3993, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_Datetime_1_UNIQUE_SYNC` (\n            pk_Int64 Int64, pk_Uint64 Uint64, pk_Int32 Int32, pk_Uint32 Uint32, pk_Int16 Int16, pk_Uint16 Uint16, pk_Int8 Int8, pk_Uint8 Uint8, pk_Bool Bool, pk_Decimal150 Decimal(15,0), pk_Decimal229 Decimal(22,9), pk_Decimal3510 Decimal(35,10), pk_DyNumber DyNumber, pk_String String, pk_Utf8 Utf8, pk_UUID UUID, pk_Date Date, pk_Datetime Datetime, pk_Timestamp Timestamp, pk_Interval Interval, pk_Date32 Date32, pk_Datetime64 Datetime64, pk_Timestamp64 Timestamp64, pk_Interval64 Interval64, col_Int64 Int64, col_Uint64 Uint64, col_Int32 Int32, col_Uint32 Uint32, col_Int16 Int16, col_Uint16 Uint16, col_Int8 Int8, col_Uint8 Uint8, col_Bool Bool, col_Decimal150 Decimal(15,0), col_Decimal229 Decimal(22,9), col_Decimal3510 Decimal(35,10), col_DyNumber DyNumber, col_String String, col_Utf8 Utf8, col_UUID UUID, col_Date Date, col_Datetime Datetime, col_Timestamp Timestamp, col_Interval Interval, col_Date32 Date32, col_Datetime64 Datetime64, col_Timestamp64 Timestamp64, col_Interval64 Interval64, col_Float Float, col_Double Double, col_Json Json, col_JsonDocument JsonDocument, col_Yson Yson, col_index_DyNumber DyNumber, col_index_String String, col_index_Utf8 Utf8, col_index_UUID UUID, col_index_Date Date, col_index_Datetime Datetime, col_index_Timestamp Timestamp, col_index_Interval Interval, col_index_Date32 Date32, col_index_Datetime64 Datetime64, col_index_Timestamp64 Timestamp64, col_index_Interval64 Interval64, ttl_Datetime Datetime,\n            PRIMARY KEY(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64\n                )\n            , INDEX idx_col_index_DyNumber GLOBAL UNIQUE SYNC ON (col_index_DyNumber), INDEX idx_col_index_String GLOBAL UNIQUE SYNC ON (col_index_String), INDEX idx_col_index_Utf8 GLOBAL UNIQUE SYNC ON (col_index_Utf8), INDEX idx_col_index_UUID GLOBAL UNIQUE SYNC ON (col_index_UUID), INDEX idx_col_index_Date GLOBAL UNIQUE SYNC ON (col_index_Date), INDEX idx_col_index_Datetime GLOBAL UNIQUE SYNC ON (col_index_Datetime), INDEX idx_col_index_Timestamp GLOBAL UNIQUE SYNC ON (col_index_Timestamp), INDEX idx_col_index_Interval GLOBAL UNIQUE SYNC ON (col_index_Interval), INDEX idx_col_index_Date32 GLOBAL UNIQUE SYNC ON (col_index_Date32), INDEX idx_col_index_Datetime64 GLOBAL UNIQUE SYNC ON (col_index_Datetime64), INDEX idx_col_index_Timestamp64 GLOBAL UNIQUE SYNC ON (col_index_Timestamp64), INDEX idx_col_index_Interval64 GLOBAL UNIQUE SYNC ON (col_index_Interval64)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 00db4c8d-b36c-4f4f-a431-f348043d3993, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 333fe23b-34d5-41c9-a84d-e5d97cc520d9, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 333fe23b-34d5-41c9-a84d-e5d97cc520d9, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Datetime_1_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_Datetime  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 333fe23b-34d5-41c9-a84d-e5d97cc520d9, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 745a1a62-501b-4ef1-8cea-089c19705309, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 745a1a62-501b-4ef1-8cea-089c19705309, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_Datetime_1_UNIQUE_SYNC` RESET (TTL)" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 745a1a62-501b-4ef1-8cea-089c19705309, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 881788e5-3f89-4ac5-b0a8-25272ace0f23, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 881788e5-3f89-4ac5-b0a8-25272ace0f23, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Datetime_1_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_Datetime  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 881788e5-3f89-4ac5-b0a8-25272ace0f23, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1ca35ba5-dfcd-428f-956d-d7f816ebf780, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1ca35ba5-dfcd-428f-956d-d7f816ebf780, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), CAST(1.1 AS Float), CAST(1.2 AS Double), CAST(\'{\"another_key\": 1}\' AS Json), CAST(\'{\"another_doc_key\": 1}\' AS JsonDocument), CAST(\'[1]\' AS Yson), \n                CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(\'2026-02-12T14:22:30Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1ca35ba5-dfcd-428f-956d-d7f816ebf780, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 7ea93dcd-48fe-4b5b-aa52-09827bfeb429, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 7ea93dcd-48fe-4b5b-aa52-09827bfeb429, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), CAST(2.1 AS Float), CAST(2.2 AS Double), CAST(\'{\"another_key\": 2}\' AS Json), CAST(\'{\"another_doc_key\": 2}\' AS JsonDocument), CAST(\'[2]\' AS Yson), \n                CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(\'2026-02-12T14:22:30Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 7ea93dcd-48fe-4b5b-aa52-09827bfeb429, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5b2524f4-d9ec-4783-80cb-e8a5ebebfdfa, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5b2524f4-d9ec-4783-80cb-e8a5ebebfdfa, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), CAST(3.1 AS Float), CAST(3.2 AS Double), CAST(\'{\"another_key\": 3}\' AS Json), CAST(\'{\"another_doc_key\": 3}\' AS JsonDocument), CAST(\'[3]\' AS Yson), \n                CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(\'2026-02-19T14:22:30Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5b2524f4-d9ec-4783-80cb-e8a5ebebfdfa, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8fe3c165-e413-48fe-be9b-aa5db3672fef, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8fe3c165-e413-48fe-be9b-aa5db3672fef, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), CAST(4.1 AS Float), CAST(4.2 AS Double), CAST(\'{\"another_key\": 4}\' AS Json), CAST(\'{\"another_doc_key\": 4}\' AS JsonDocument), CAST(\'[4]\' AS Yson), \n                CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(\'2026-02-19T14:22:30Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8fe3c165-e413-48fe-be9b-aa5db3672fef, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 104c8f50-be1a-4d6d-94cd-e53ee1b5f0b3, localhost:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 104c8f50-be1a-4d6d-94cd-e53ee1b5f0b3, localhost:11902): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 104c8f50-be1a-4d6d-94cd-e53ee1b5f0b3, localhost:11902): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 11902 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:11902, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:11902
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 09dce6e4-d965-4457-aeb9-3ec79d1fa386, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 09dce6e4-d965-4457-aeb9-3ec79d1fa386, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), CAST(5.1 AS Float), CAST(5.2 AS Double), CAST(\'{\"another_key\": 5}\' AS Json), CAST(\'{\"another_doc_key\": 5}\' AS JsonDocument), CAST(\'[5]\' AS Yson), \n                CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(\'2026-02-19T14:22:35Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 09dce6e4-d965-4457-aeb9-3ec79d1fa386, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 7a707817-172e-45d4-a78e-933f778a1485, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 7a707817-172e-45d4-a78e-933f778a1485, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), CAST(6.1 AS Float), CAST(6.2 AS Double), CAST(\'{\"another_key\": 6}\' AS Json), CAST(\'{\"another_doc_key\": 6}\' AS JsonDocument), CAST(\'[6]\' AS Yson), \n                CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(\'2026-02-19T14:22:35Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 7a707817-172e-45d4-a78e-933f778a1485, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1260501d-1ba3-4e56-96b5-abe7f293bdc0, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1260501d-1ba3-4e56-96b5-abe7f293bdc0, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), CAST(7.1 AS Float), CAST(7.2 AS Double), CAST(\'{\"another_key\": 7}\' AS Json), CAST(\'{\"another_doc_key\": 7}\' AS JsonDocument), CAST(\'[7]\' AS Yson), \n                CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(\'2026-03-05T14:22:30Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1260501d-1ba3-4e56-96b5-abe7f293bdc0, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6c6ecc27-cb72-4147-9615-a3d2e6e019de, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6c6ecc27-cb72-4147-9615-a3d2e6e019de, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), CAST(8.1 AS Float), CAST(8.2 AS Double), CAST(\'{\"another_key\": 8}\' AS Json), CAST(\'{\"another_doc_key\": 8}\' AS JsonDocument), CAST(\'[8]\' AS Yson), \n                CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(\'2026-03-05T14:22:30Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6c6ecc27-cb72-4147-9615-a3d2e6e019de, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 193eb72f-14d0-459d-84f3-7e03cbd2ae8d, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 193eb72f-14d0-459d-84f3-7e03cbd2ae8d, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 193eb72f-14d0-459d-84f3-7e03cbd2ae8d, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 756460db-c90e-4bcd-98d8-39b89a20efb2, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 756460db-c90e-4bcd-98d8-39b89a20efb2, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 756460db-c90e-4bcd-98d8-39b89a20efb2, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f0c7200a-12cb-47f9-b2d1-d2113af23c65, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f0c7200a-12cb-47f9-b2d1-d2113af23c65, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f0c7200a-12cb-47f9-b2d1-d2113af23c65, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 340f1117-f8dc-4aa6-ae7d-3d08a14b59b9, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 340f1117-f8dc-4aa6-ae7d-3d08a14b59b9, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 340f1117-f8dc-4aa6-ae7d-3d08a14b59b9, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3322ae9e-ddc2-4a0f-80b8-a84fbb967150, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3322ae9e-ddc2-4a0f-80b8-a84fbb967150, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3322ae9e-ddc2-4a0f-80b8-a84fbb967150, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 04bb9498-c0a3-4672-8248-8f96e0ba9154, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 04bb9498-c0a3-4672-8248-8f96e0ba9154, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 04bb9498-c0a3-4672-8248-8f96e0ba9154, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 923ddd5a-ddd9-4d60-bb63-fd8b9abc56c9, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 923ddd5a-ddd9-4d60-bb63-fd8b9abc56c9, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 923ddd5a-ddd9-4d60-bb63-fd8b9abc56c9, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 79f56ee7-656d-4ae4-8add-9e19cf8ac8a5, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 79f56ee7-656d-4ae4-8add-9e19cf8ac8a5, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 79f56ee7-656d-4ae4-8add-9e19cf8ac8a5, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, be4f724b-2e82-48ec-9620-09877cfa1c21, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, be4f724b-2e82-48ec-9620-09877cfa1c21, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, be4f724b-2e82-48ec-9620-09877cfa1c21, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 70b30c9c-e838-4c43-a292-161315cf1158, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 70b30c9c-e838-4c43-a292-161315cf1158, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 70b30c9c-e838-4c43-a292-161315cf1158, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c663e2c4-00bf-46d1-9797-8f085bbfe114, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c663e2c4-00bf-46d1-9797-8f085bbfe114, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c663e2c4-00bf-46d1-9797-8f085bbfe114, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a1b2e87f-3d8b-4646-976f-7b6537790a8d, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a1b2e87f-3d8b-4646-976f-7b6537790a8d, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a1b2e87f-3d8b-4646-976f-7b6537790a8d, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 54c87ca5-061e-4d75-b175-29893e1bf65b, localhost:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 54c87ca5-061e-4d75-b175-29893e1bf65b, localhost:11902): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 54c87ca5-061e-4d75-b175-29893e1bf65b, localhost:11902): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 11902 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:11902, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:11902
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4782bd42-c065-42f6-997d-fe2d249fb467, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4782bd42-c065-42f6-997d-fe2d249fb467, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4782bd42-c065-42f6-997d-fe2d249fb467, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 7c08a959-f6cd-4a29-bee2-aaa8ebb6d3cf, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 7c08a959-f6cd-4a29-bee2-aaa8ebb6d3cf, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 7c08a959-f6cd-4a29-bee2-aaa8ebb6d3cf, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6cdf572e-e525-473c-986e-54b3de4fb752, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6cdf572e-e525-473c-986e-54b3de4fb752, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6cdf572e-e525-473c-986e-54b3de4fb752, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 36e5d80d-c7c3-4e75-9c2c-23faf7674d68, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 36e5d80d-c7c3-4e75-9c2c-23faf7674d68, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 36e5d80d-c7c3-4e75-9c2c-23faf7674d68, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a883e6be-ca4a-4839-9a61-5f667632e9a3, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a883e6be-ca4a-4839-9a61-5f667632e9a3, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a883e6be-ca4a-4839-9a61-5f667632e9a3, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a9510df9-3076-41f0-97fc-bdc5ecb52509, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a9510df9-3076-41f0-97fc-bdc5ecb52509, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a9510df9-3076-41f0-97fc-bdc5ecb52509, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 7eb69f72-44d6-481c-b8a0-0eb1b2e459b4, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 7eb69f72-44d6-481c-b8a0-0eb1b2e459b4, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 7eb69f72-44d6-481c-b8a0-0eb1b2e459b4, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c425ffa2-29d1-4666-b328-bd3577a11dab, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c425ffa2-29d1-4666-b328-bd3577a11dab, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c425ffa2-29d1-4666-b328-bd3577a11dab, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 84335e15-7590-41f7-b9aa-4f8a2efdacaf, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 84335e15-7590-41f7-b9aa-4f8a2efdacaf, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 84335e15-7590-41f7-b9aa-4f8a2efdacaf, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5938ad12-c06f-49ba-ad76-634c97243311, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5938ad12-c06f-49ba-ad76-634c97243311, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5938ad12-c06f-49ba-ad76-634c97243311, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ad850438-34e3-4d45-8ddf-c80473b2d763, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ad850438-34e3-4d45-8ddf-c80473b2d763, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ad850438-34e3-4d45-8ddf-c80473b2d763, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 66b2e22b-a1f3-495d-a673-3395ccfad19a, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 66b2e22b-a1f3-495d-a673-3395ccfad19a, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 66b2e22b-a1f3-495d-a673-3395ccfad19a, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 3ca912ce-1de5-4f7a-b552-5f2811ff62df, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 3ca912ce-1de5-4f7a-b552-5f2811ff62df, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 3ca912ce-1de5-4f7a-b552-5f2811ff62df, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8372cd57-f9cc-456c-8078-382b65265515, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8372cd57-f9cc-456c-8078-382b65265515, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8372cd57-f9cc-456c-8078-382b65265515, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 72d34095-81ab-432e-97eb-201c2578d47b, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 72d34095-81ab-432e-97eb-201c2578d47b, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 72d34095-81ab-432e-97eb-201c2578d47b, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 0da3cf8d-93aa-47be-b306-3f1058efd029, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 0da3cf8d-93aa-47be-b306-3f1058efd029, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 0da3cf8d-93aa-47be-b306-3f1058efd029, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 64d09dd6-c93e-4f53-9533-e0f08bcd6a90, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 64d09dd6-c93e-4f53-9533-e0f08bcd6a90, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 64d09dd6-c93e-4f53-9533-e0f08bcd6a90, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, fff148d4-5270-463c-baad-e56b6c7e9066, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, fff148d4-5270-463c-baad-e56b6c7e9066, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, fff148d4-5270-463c-baad-e56b6c7e9066, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8a9841a9-fc90-4499-9421-04455fb3dbdd, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8a9841a9-fc90-4499-9421-04455fb3dbdd, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8a9841a9-fc90-4499-9421-04455fb3dbdd, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8e09cce4-d50e-45d2-8745-188ee4f318fe, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8e09cce4-d50e-45d2-8745-188ee4f318fe, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8e09cce4-d50e-45d2-8745-188ee4f318fe, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 38976221-ade6-4ced-bb37-ceb5a2ccc631, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 38976221-ade6-4ced-bb37-ceb5a2ccc631, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 38976221-ade6-4ced-bb37-ceb5a2ccc631, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 931efb8d-f0e1-4134-bdc2-a44b6e6263ca, localhost:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 931efb8d-f0e1-4134-bdc2-a44b6e6263ca, localhost:11902): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 931efb8d-f0e1-4134-bdc2-a44b6e6263ca, localhost:11902): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 11902 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:11902, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:11902
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8b25e703-5674-4b14-a4e1-ece1877924bb, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8b25e703-5674-4b14-a4e1-ece1877924bb, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8b25e703-5674-4b14-a4e1-ece1877924bb, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b66a2c1c-d57f-41aa-929b-8f16cc5873d2, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b66a2c1c-d57f-41aa-929b-8f16cc5873d2, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b66a2c1c-d57f-41aa-929b-8f16cc5873d2, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 2154ff43-de42-4e90-a11c-62631307e559, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 2154ff43-de42-4e90-a11c-62631307e559, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 2154ff43-de42-4e90-a11c-62631307e559, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5d481d24-deb2-4ac4-975c-32ee36e93ce4, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5d481d24-deb2-4ac4-975c-32ee36e93ce4, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5d481d24-deb2-4ac4-975c-32ee36e93ce4, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c2c4665b-bd85-4323-80c4-666649673d18, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c2c4665b-bd85-4323-80c4-666649673d18, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c2c4665b-bd85-4323-80c4-666649673d18, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a0686db0-ef88-4cf1-a051-2dfed3e6f220, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a0686db0-ef88-4cf1-a051-2dfed3e6f220, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a0686db0-ef88-4cf1-a051-2dfed3e6f220, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 366cec30-0211-4eac-a2f7-3f4bdf24476f, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 366cec30-0211-4eac-a2f7-3f4bdf24476f, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 366cec30-0211-4eac-a2f7-3f4bdf24476f, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a48e4155-036c-4484-a320-d533c02f0870, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a48e4155-036c-4484-a320-d533c02f0870, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a48e4155-036c-4484-a320-d533c02f0870, ghrun-v53aapl4ay.auto.internal:11902): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:447 RpcState(DeleteSession, 5cb90d89-2133-45b1-bc1d-fd00ac021bb2, ghrun-v53aapl4ay.auto.internal:11902): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DeleteSession, 5cb90d89-2133-45b1-bc1d-fd00ac021bb2, ghrun-v53aapl4ay.auto.internal:11902): request = { session_id: "ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=" }
DEBUG    ydb.connection:connection.py:65 RpcState(DeleteSession, 5cb90d89-2133-45b1-bc1d-fd00ac021bb2, ghrun-v53aapl4ay.auto.internal:11902): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:319 All session were deleted.
DEBUG    ydb.topic:topic.py:743 Close topic client
DEBUG    ydb.topic:topic.py:746 Topic client was closed
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:11902
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint ghrun-v53aapl4ay.auto.internal:11902
DEBUG    ydb.query.session:session.py:339 Attach stream closed, session_id: ydb://session/3?node_id=1&id=MzYyMDQ5YzYtNTI3YmZmY2EtZmQxOWZiZTAtYTJjNmFmMzI=
INFO     ydb.pool.Discovery:pool.py:286 Successfully terminated discovery process
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:299 Stopped node localhost:11902/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26982
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19248
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18485
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11902
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13413
============================== slowest durations ===============================
264.13s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
108.14s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0__SYNC-pk_types0-all_types0-index0-Datetime--SYNC]
12.08s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
10.84s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0__SYNC-pk_types0-all_types0-index0-Datetime--SYNC]
0.02s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
0.01s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_0__SYNC-pk_types0-all_types0-index0-Datetime--SYNC]
=========================== short test summary info ============================
FAILED test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 1 lines, table table_Datetime_1_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 397.91s (0:06:37) ====================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cad/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .F

=================================== FAILURES ===================================
_ TestTTL.test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC] _
ydb/tests/datashard/ttl/test_ttl.py:355: in test_ttl
    self.do_test_ttl(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/ttl/test_ttl.py:64: in do_test_ttl
    self.select(table_name, pk_types, all_types, index, dml)
ydb/tests/datashard/ttl/test_ttl.py:127: in select
    self.create_select(table_name, pk_types, all_types, index, i, 0, dml)
ydb/tests/datashard/ttl/test_ttl.py:147: in create_select
    assert (
E   AssertionError: Expected 0 rows, error when deleting 6 lines, table table_Datetime_1__SYNC
E   assert (1 == 1 and 1 == 0)
E    +  where 1 = len([{'count': 1}])
E    +  and   1 = {'count': 1}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestTTL, test_name: test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC])
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, aa8c255f-3fdb-4ef5-af4c-18423153e471, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, aa8c255f-3fdb-4ef5-af4c-18423153e471, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_Datetime_1__SYNC` (\n            pk_Int64 Int64, pk_Uint64 Uint64, pk_Int32 Int32, pk_Uint32 Uint32, pk_Int16 Int16, pk_Uint16 Uint16, pk_Int8 Int8, pk_Uint8 Uint8, pk_Bool Bool, pk_Decimal150 Decimal(15,0), pk_Decimal229 Decimal(22,9), pk_Decimal3510 Decimal(35,10), pk_DyNumber DyNumber, pk_String String, pk_Utf8 Utf8, pk_UUID UUID, pk_Date Date, pk_Datetime Datetime, pk_Timestamp Timestamp, pk_Interval Interval, pk_Date32 Date32, pk_Datetime64 Datetime64, pk_Timestamp64 Timestamp64, pk_Interval64 Interval64, col_Int64 Int64, col_Uint64 Uint64, col_Int32 Int32, col_Uint32 Uint32, col_Int16 Int16, col_Uint16 Uint16, col_Int8 Int8, col_Uint8 Uint8, col_Bool Bool, col_Decimal150 Decimal(15,0), col_Decimal229 Decimal(22,9), col_Decimal3510 Decimal(35,10), col_DyNumber DyNumber, col_String String, col_Utf8 Utf8, col_UUID UUID, col_Date Date, col_Datetime Datetime, col_Timestamp Timestamp, col_Interval Interval, col_Date32 Date32, col_Datetime64 Datetime64, col_Timestamp64 Timestamp64, col_Interval64 Interval64, col_Float Float, col_Double Double, col_Json Json, col_JsonDocument JsonDocument, col_Yson Yson, col_index_DyNumber DyNumber, col_index_String String, col_index_Utf8 Utf8, col_index_UUID UUID, col_index_Date Date, col_index_Datetime Datetime, col_index_Timestamp Timestamp, col_index_Interval Interval, col_index_Date32 Date32, col_index_Datetime64 Datetime64, col_index_Timestamp64 Timestamp64, col_index_Interval64 Interval64, ttl_Datetime Datetime,\n            PRIMARY KEY(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64\n                )\n            , INDEX idx_col_index_DyNumber GLOBAL  SYNC ON (col_index_DyNumber), INDEX idx_col_index_String GLOBAL  SYNC ON (col_index_String), INDEX idx_col_index_Utf8 GLOBAL  SYNC ON (col_index_Utf8), INDEX idx_col_index_UUID GLOBAL  SYNC ON (col_index_UUID), INDEX idx_col_index_Date GLOBAL  SYNC ON (col_index_Date), INDEX idx_col_index_Datetime GLOBAL  SYNC ON (col_index_Datetime), INDEX idx_col_index_Timestamp GLOBAL  SYNC ON (col_index_Timestamp), INDEX idx_col_index_Interval GLOBAL  SYNC ON (col_index_Interval), INDEX idx_col_index_Date32 GLOBAL  SYNC ON (col_index_Date32), INDEX idx_col_index_Datetime64 GLOBAL  SYNC ON (col_index_Datetime64), INDEX idx_col_index_Timestamp64 GLOBAL  SYNC ON (col_index_Timestamp64), INDEX idx_col_index_Interval64 GLOBAL  SYNC ON (col_index_Interval64)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, aa8c255f-3fdb-4ef5-af4c-18423153e471, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 30df9cd7-dc92-44da-abec-13100a01227f, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 30df9cd7-dc92-44da-abec-13100a01227f, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Datetime_1__SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_Datetime  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 30df9cd7-dc92-44da-abec-13100a01227f, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4584b697-b5e3-4640-8cd8-187118162561, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4584b697-b5e3-4640-8cd8-187118162561, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_Datetime_1__SYNC` RESET (TTL)" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4584b697-b5e3-4640-8cd8-187118162561, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c90a2b3d-8fa8-4cb3-83e9-305a2a378877, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c90a2b3d-8fa8-4cb3-83e9-305a2a378877, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Datetime_1__SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_Datetime  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c90a2b3d-8fa8-4cb3-83e9-305a2a378877, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 54680e89-5110-4510-a489-84f621e8a9ee, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 54680e89-5110-4510-a489-84f621e8a9ee, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1__SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(False AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), CAST(1.1 AS Float), CAST(1.2 AS Double), CAST(\'{\"another_key\": 1}\' AS Json), CAST(\'{\"another_doc_key\": 1}\' AS JsonDocument), CAST(\'[1]\' AS Yson), \n                CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(\'2026-02-12T14:22:44Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 54680e89-5110-4510-a489-84f621e8a9ee, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 42b173d9-c2ec-4a6d-885f-670388c45819, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 42b173d9-c2ec-4a6d-885f-670388c45819, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1__SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(False AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), CAST(2.1 AS Float), CAST(2.2 AS Double), CAST(\'{\"another_key\": 2}\' AS Json), CAST(\'{\"another_doc_key\": 2}\' AS JsonDocument), CAST(\'[2]\' AS Yson), \n                CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(\'2026-02-12T14:22:44Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 42b173d9-c2ec-4a6d-885f-670388c45819, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 45b5f1e0-fcec-4764-8e4d-17cf2e5b97a1, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 45b5f1e0-fcec-4764-8e4d-17cf2e5b97a1, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1__SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(False AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), CAST(3.1 AS Float), CAST(3.2 AS Double), CAST(\'{\"another_key\": 3}\' AS Json), CAST(\'{\"another_doc_key\": 3}\' AS JsonDocument), CAST(\'[3]\' AS Yson), \n                CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(\'2026-02-19T14:22:44Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 45b5f1e0-fcec-4764-8e4d-17cf2e5b97a1, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d300b6c9-b18c-4675-877a-e931924f8b3a, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d300b6c9-b18c-4675-877a-e931924f8b3a, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1__SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), CAST(4.1 AS Float), CAST(4.2 AS Double), CAST(\'{\"another_key\": 4}\' AS Json), CAST(\'{\"another_doc_key\": 4}\' AS JsonDocument), CAST(\'[4]\' AS Yson), \n                CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(\'2026-02-19T14:22:44Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d300b6c9-b18c-4675-877a-e931924f8b3a, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a946b601-7766-4357-ba2f-e562dbaf1c3a, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a946b601-7766-4357-ba2f-e562dbaf1c3a, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1__SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), CAST(5.1 AS Float), CAST(5.2 AS Double), CAST(\'{\"another_key\": 5}\' AS Json), CAST(\'{\"another_doc_key\": 5}\' AS JsonDocument), CAST(\'[5]\' AS Yson), \n                CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(\'2026-02-19T14:22:49Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a946b601-7766-4357-ba2f-e562dbaf1c3a, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, babd878c-a191-478a-9d1b-6e116c3ad0b2, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, babd878c-a191-478a-9d1b-6e116c3ad0b2, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1__SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), CAST(6.1 AS Float), CAST(6.2 AS Double), CAST(\'{\"another_key\": 6}\' AS Json), CAST(\'{\"another_doc_key\": 6}\' AS JsonDocument), CAST(\'[6]\' AS Yson), \n                CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(\'2026-02-19T14:22:49Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, babd878c-a191-478a-9d1b-6e116c3ad0b2, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 739f2113-3ff9-4b33-a765-227a02504388, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 739f2113-3ff9-4b33-a765-227a02504388, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1__SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), CAST(7.1 AS Float), CAST(7.2 AS Double), CAST(\'{\"another_key\": 7}\' AS Json), CAST(\'{\"another_doc_key\": 7}\' AS JsonDocument), CAST(\'[7]\' AS Yson), \n                CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(\'2026-03-05T14:22:44Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 739f2113-3ff9-4b33-a765-227a02504388, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, fac1880a-5407-487f-a76a-605f8ef9143f, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, fac1880a-5407-487f-a76a-605f8ef9143f, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1__SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), CAST(8.1 AS Float), CAST(8.2 AS Double), CAST(\'{\"another_key\": 8}\' AS Json), CAST(\'{\"another_doc_key\": 8}\' AS JsonDocument), CAST(\'[8]\' AS Yson), \n                CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(\'2026-03-05T14:22:44Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, fac1880a-5407-487f-a76a-605f8ef9143f, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 87c2e21f-d146-46d0-8ef1-b1fe4e389bf0, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 87c2e21f-d146-46d0-8ef1-b1fe4e389bf0, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 87c2e21f-d146-46d0-8ef1-b1fe4e389bf0, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f25ef048-fed6-4a9a-96d9-7a7800ef3e8a, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f25ef048-fed6-4a9a-96d9-7a7800ef3e8a, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f25ef048-fed6-4a9a-96d9-7a7800ef3e8a, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8a445e9a-228e-4c6b-b372-087f85fb3c4d, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8a445e9a-228e-4c6b-b372-087f85fb3c4d, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'20.0\' AS DyNumber) and col_index_String=\'String 2\' and col_index_Utf8=\'Utf8 2\' and col_index_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2002-01-01\' AS Date) and col_index_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200200000000 AS Timestamp) and col_index_Interval=CAST(2 AS Interval) and col_index_Date32=CAST(\'2002-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_index_Interval64=CAST(2 AS Interval64)\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8a445e9a-228e-4c6b-b372-087f85fb3c4d, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8d5bc21d-d513-4a0e-9be2-a44c101a6fe0, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8d5bc21d-d513-4a0e-9be2-a44c101a6fe0, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'20.0\' AS DyNumber) and col_index_String=\'String 2\' and col_index_Utf8=\'Utf8 2\' and col_index_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2002-01-01\' AS Date) and col_index_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200200000000 AS Timestamp) and col_index_Interval=CAST(2 AS Interval) and col_index_Date32=CAST(\'2002-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_index_Interval64=CAST(2 AS Interval64)\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8d5bc21d-d513-4a0e-9be2-a44c101a6fe0, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c6ed67a2-e120-4e42-856c-fc90b1074b3a, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c6ed67a2-e120-4e42-856c-fc90b1074b3a, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c6ed67a2-e120-4e42-856c-fc90b1074b3a, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 58185b71-bb4b-479b-ad56-b71f988015f4, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 58185b71-bb4b-479b-ad56-b71f988015f4, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(False AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(False AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 58185b71-bb4b-479b-ad56-b71f988015f4, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 559f6694-edc6-4634-bbcc-89bdc8718b29, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 559f6694-edc6-4634-bbcc-89bdc8718b29, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(4 AS Int64) and pk_Uint64=CAST(4 AS Uint64) and pk_Int32=CAST(4 AS Int32) and pk_Uint32=CAST(4 AS Uint32) and pk_Int16=CAST(4 AS Int16) and pk_Uint16=CAST(4 AS Uint16) and pk_Int8=CAST(4 AS Int8) and pk_Uint8=CAST(4 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'40.0\' AS DyNumber) and pk_String=\'String 4\' and pk_Utf8=\'Utf8 4\' and pk_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2004-01-01\' AS Date) and pk_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200400000000 AS Timestamp) and pk_Interval=CAST(4 AS Interval) and pk_Date32=CAST(\'2004-01-01\' AS Date32) and pk_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200400000000 AS Timestamp64) and pk_Interval64=CAST(4 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'40.0\' AS DyNumber) and col_index_String=\'String 4\' and col_index_Utf8=\'Utf8 4\' and col_index_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2004-01-01\' AS Date) and col_index_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200400000000 AS Timestamp) and col_index_Interval=CAST(4 AS Interval) and col_index_Date32=CAST(\'2004-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200400000000 AS Timestamp64) and col_index_Interval64=CAST(4 AS Interval64)\n                 and \n                col_Int64=CAST(4 AS Int64) and col_Uint64=CAST(4 AS Uint64) and col_Int32=CAST(4 AS Int32) and col_Uint32=CAST(4 AS Uint32) and col_Int16=CAST(4 AS Int16) and col_Uint16=CAST(4 AS Uint16) and col_Int8=CAST(4 AS Int8) and col_Uint8=CAST(4 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'40.0\' AS DyNumber) and col_String=\'String 4\' and col_Utf8=\'Utf8 4\' and col_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2004-01-01\' AS Date) and col_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200400000000 AS Timestamp) and col_Interval=CAST(4 AS Interval) and col_Date32=CAST(\'2004-01-01\' AS Date32) and col_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200400000000 AS Timestamp64) and col_Interval64=CAST(4 AS Interval64) and col_Float=CAST(4.1 AS Float) and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 559f6694-edc6-4634-bbcc-89bdc8718b29, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, eb905262-f382-4393-a03a-6481ec868f0d, localhost:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, eb905262-f382-4393-a03a-6481ec868f0d, localhost:11035): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, eb905262-f382-4393-a03a-6481ec868f0d, localhost:11035): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 11035 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:11035, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:11035
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 876b0917-52ce-4375-bb2d-f0e9e343f1ff, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 876b0917-52ce-4375-bb2d-f0e9e343f1ff, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(4 AS Int64) and pk_Uint64=CAST(4 AS Uint64) and pk_Int32=CAST(4 AS Int32) and pk_Uint32=CAST(4 AS Uint32) and pk_Int16=CAST(4 AS Int16) and pk_Uint16=CAST(4 AS Uint16) and pk_Int8=CAST(4 AS Int8) and pk_Uint8=CAST(4 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'40.0\' AS DyNumber) and pk_String=\'String 4\' and pk_Utf8=\'Utf8 4\' and pk_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2004-01-01\' AS Date) and pk_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200400000000 AS Timestamp) and pk_Interval=CAST(4 AS Interval) and pk_Date32=CAST(\'2004-01-01\' AS Date32) and pk_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200400000000 AS Timestamp64) and pk_Interval64=CAST(4 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'40.0\' AS DyNumber) and col_index_String=\'String 4\' and col_index_Utf8=\'Utf8 4\' and col_index_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2004-01-01\' AS Date) and col_index_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200400000000 AS Timestamp) and col_index_Interval=CAST(4 AS Interval) and col_index_Date32=CAST(\'2004-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200400000000 AS Timestamp64) and col_index_Interval64=CAST(4 AS Interval64)\n                 and \n                col_Int64=CAST(4 AS Int64) and col_Uint64=CAST(4 AS Uint64) and col_Int32=CAST(4 AS Int32) and col_Uint32=CAST(4 AS Uint32) and col_Int16=CAST(4 AS Int16) and col_Uint16=CAST(4 AS Uint16) and col_Int8=CAST(4 AS Int8) and col_Uint8=CAST(4 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'40.0\' AS DyNumber) and col_String=\'String 4\' and col_Utf8=\'Utf8 4\' and col_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2004-01-01\' AS Date) and col_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200400000000 AS Timestamp) and col_Interval=CAST(4 AS Interval) and col_Date32=CAST(\'2004-01-01\' AS Date32) and col_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200400000000 AS Timestamp64) and col_Interval64=CAST(4 AS Interval64) and col_Float=CAST(4.1 AS Float) and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 876b0917-52ce-4375-bb2d-f0e9e343f1ff, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6ff628ad-7281-4521-9b5f-d159f89e41dd, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6ff628ad-7281-4521-9b5f-d159f89e41dd, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6ff628ad-7281-4521-9b5f-d159f89e41dd, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ea1b70f6-3051-4f8b-9995-c6079d3f86ff, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ea1b70f6-3051-4f8b-9995-c6079d3f86ff, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ea1b70f6-3051-4f8b-9995-c6079d3f86ff, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 029b0870-cdd6-40a0-b992-fafb8fa50eb5, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 029b0870-cdd6-40a0-b992-fafb8fa50eb5, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 029b0870-cdd6-40a0-b992-fafb8fa50eb5, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c1c76a29-ecde-45c4-b110-4fb746dc5191, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c1c76a29-ecde-45c4-b110-4fb746dc5191, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c1c76a29-ecde-45c4-b110-4fb746dc5191, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, cd5a3ff8-7f9a-46ce-b61d-d7679b8a6ac2, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, cd5a3ff8-7f9a-46ce-b61d-d7679b8a6ac2, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, cd5a3ff8-7f9a-46ce-b61d-d7679b8a6ac2, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, c9eccde6-e457-4871-ad43-134986a49b62, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, c9eccde6-e457-4871-ad43-134986a49b62, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, c9eccde6-e457-4871-ad43-134986a49b62, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d5c32a2e-4f78-4ea4-a727-6b54eebd7a99, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d5c32a2e-4f78-4ea4-a727-6b54eebd7a99, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d5c32a2e-4f78-4ea4-a727-6b54eebd7a99, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 82270474-e7eb-418d-b3d6-97e5ce4fcb53, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 82270474-e7eb-418d-b3d6-97e5ce4fcb53, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 82270474-e7eb-418d-b3d6-97e5ce4fcb53, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 521325f4-27b5-46d1-a176-6dd00c0878e1, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 521325f4-27b5-46d1-a176-6dd00c0878e1, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 521325f4-27b5-46d1-a176-6dd00c0878e1, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 000f7e48-b404-4e28-97d0-40ab414497d8, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 000f7e48-b404-4e28-97d0-40ab414497d8, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 000f7e48-b404-4e28-97d0-40ab414497d8, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, af35837e-116b-44b5-91df-41de2ad81edd, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, af35837e-116b-44b5-91df-41de2ad81edd, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, af35837e-116b-44b5-91df-41de2ad81edd, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b8d8f4cf-b582-4fde-a15d-600b9e2ffff3, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b8d8f4cf-b582-4fde-a15d-600b9e2ffff3, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b8d8f4cf-b582-4fde-a15d-600b9e2ffff3, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5d5e086d-c910-4d97-a89d-b138030aad3f, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5d5e086d-c910-4d97-a89d-b138030aad3f, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5d5e086d-c910-4d97-a89d-b138030aad3f, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8fa8b76b-e604-4349-a11a-cb12e627ca3c, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8fa8b76b-e604-4349-a11a-cb12e627ca3c, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8fa8b76b-e604-4349-a11a-cb12e627ca3c, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, ddc51efe-1a0d-4be8-a142-a8738fb02c06, localhost:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, ddc51efe-1a0d-4be8-a142-a8738fb02c06, localhost:11035): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, ddc51efe-1a0d-4be8-a142-a8738fb02c06, localhost:11035): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 11035 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:11035, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:11035
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 18301cd9-44ea-4c59-8f62-2498a7c74b0a, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 18301cd9-44ea-4c59-8f62-2498a7c74b0a, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 18301cd9-44ea-4c59-8f62-2498a7c74b0a, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, b846c656-5512-4c40-aa49-1b30696eb7b5, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, b846c656-5512-4c40-aa49-1b30696eb7b5, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, b846c656-5512-4c40-aa49-1b30696eb7b5, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 25847b7d-4e82-4437-a78c-1aec99bc1fd3, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 25847b7d-4e82-4437-a78c-1aec99bc1fd3, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 25847b7d-4e82-4437-a78c-1aec99bc1fd3, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 04641a74-e325-4ed1-9d5a-d74144f440d5, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 04641a74-e325-4ed1-9d5a-d74144f440d5, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 04641a74-e325-4ed1-9d5a-d74144f440d5, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, ddc3611e-7bb6-4e57-b743-5d6d046576aa, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, ddc3611e-7bb6-4e57-b743-5d6d046576aa, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, ddc3611e-7bb6-4e57-b743-5d6d046576aa, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 44126c05-3abd-437a-8999-c6d809c2b86a, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 44126c05-3abd-437a-8999-c6d809c2b86a, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 44126c05-3abd-437a-8999-c6d809c2b86a, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, fb3edfe2-f2e6-4018-8375-5cd98aef1dcf, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, fb3edfe2-f2e6-4018-8375-5cd98aef1dcf, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, fb3edfe2-f2e6-4018-8375-5cd98aef1dcf, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d3cb4f6c-f7bc-4c87-a9f8-729b05e8e8cc, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d3cb4f6c-f7bc-4c87-a9f8-729b05e8e8cc, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d3cb4f6c-f7bc-4c87-a9f8-729b05e8e8cc, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 5bbe42b3-3d29-41fb-be78-a8811cea10a7, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 5bbe42b3-3d29-41fb-be78-a8811cea10a7, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 5bbe42b3-3d29-41fb-be78-a8811cea10a7, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 042c1d05-8971-49bc-937f-80d1149eb2cd, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 042c1d05-8971-49bc-937f-80d1149eb2cd, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 042c1d05-8971-49bc-937f-80d1149eb2cd, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4e284c33-979e-45d5-9ca9-32b0162dbc6d, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4e284c33-979e-45d5-9ca9-32b0162dbc6d, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4e284c33-979e-45d5-9ca9-32b0162dbc6d, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1d178c06-ff28-4d00-ab2e-d45d45d683ca, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1d178c06-ff28-4d00-ab2e-d45d45d683ca, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1d178c06-ff28-4d00-ab2e-d45d45d683ca, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, aa1aa677-d130-45e2-80b1-e6ed4ac966b2, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, aa1aa677-d130-45e2-80b1-e6ed4ac966b2, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, aa1aa677-d130-45e2-80b1-e6ed4ac966b2, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 48623799-9705-44c1-b825-a89bb0f2aa35, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 48623799-9705-44c1-b825-a89bb0f2aa35, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 48623799-9705-44c1-b825-a89bb0f2aa35, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 8aeec781-30b8-408b-b6e8-8919f26cb473, localhost:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 8aeec781-30b8-408b-b6e8-8919f26cb473, localhost:11035): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 8aeec781-30b8-408b-b6e8-8919f26cb473, localhost:11035): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-v53aapl4ay.auto.internal" port: 11035 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-v53aapl4ay.auto.internal:11035, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:11035
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 6ee13c7e-c1a6-45c9-8e1c-573b484fb46a, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 6ee13c7e-c1a6-45c9-8e1c-573b484fb46a, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 6ee13c7e-c1a6-45c9-8e1c-573b484fb46a, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 4e44214a-dea6-45f0-81ac-9c38359a4bf6, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 4e44214a-dea6-45f0-81ac-9c38359a4bf6, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 4e44214a-dea6-45f0-81ac-9c38359a4bf6, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 47e0c47f-357b-4963-93ba-35336001213d, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 47e0c47f-357b-4963-93ba-35336001213d, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 47e0c47f-357b-4963-93ba-35336001213d, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 27a43187-c403-4b0a-8291-7ac1d6a6f3f6, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 27a43187-c403-4b0a-8291-7ac1d6a6f3f6, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 27a43187-c403-4b0a-8291-7ac1d6a6f3f6, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9f86e0e1-aa0e-454d-a07e-1e5614ae7ba1, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9f86e0e1-aa0e-454d-a07e-1e5614ae7ba1, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9f86e0e1-aa0e-454d-a07e-1e5614ae7ba1, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 84a76060-d887-46c6-89db-961aacbd60df, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 84a76060-d887-46c6-89db-961aacbd60df, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 84a76060-d887-46c6-89db-961aacbd60df, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 997c3d76-fe14-4c81-b1be-b689edf87f05, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 997c3d76-fe14-4c81-b1be-b689edf87f05, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 997c3d76-fe14-4c81-b1be-b689edf87f05, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, d6c969b0-b116-4da9-ac01-df6082195753, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, d6c969b0-b116-4da9-ac01-df6082195753, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, d6c969b0-b116-4da9-ac01-df6082195753, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 8a9efbb5-8490-4de1-9784-e1a06568e378, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 8a9efbb5-8490-4de1-9784-e1a06568e378, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 8a9efbb5-8490-4de1-9784-e1a06568e378, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 1a27ea79-49be-4ad9-82b7-b75a47e876a5, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 1a27ea79-49be-4ad9-82b7-b75a47e876a5, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 1a27ea79-49be-4ad9-82b7-b75a47e876a5, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 37243b6a-9634-4e0a-a6ba-6c72af2acfd5, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 37243b6a-9634-4e0a-a6ba-6c72af2acfd5, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 37243b6a-9634-4e0a-a6ba-6c72af2acfd5, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, f61e6fc1-881a-4f35-820d-dcf9776a33d2, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, f61e6fc1-881a-4f35-820d-dcf9776a33d2, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, f61e6fc1-881a-4f35-820d-dcf9776a33d2, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, a3d7eba0-5219-4b29-b196-5a3072623c40, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, a3d7eba0-5219-4b29-b196-5a3072623c40, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, a3d7eba0-5219-4b29-b196-5a3072623c40, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 37e57ffc-10a1-4ede-ba52-c4d9edfa0934, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 37e57ffc-10a1-4ede-ba52-c4d9edfa0934, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 37e57ffc-10a1-4ede-ba52-c4d9edfa0934, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.query.pool:pool.py:108 Acquired active session from queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteQuery, 9ed4e294-85a6-4e3b-a014-96b5421f6283, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteQuery, 9ed4e294-85a6-4e3b-a014-96b5421f6283, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1__SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteQuery, 9ed4e294-85a6-4e3b-a014-96b5421f6283, ghrun-v53aapl4ay.auto.internal:11035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:129 Session returned to queue: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:447 RpcState(DeleteSession, fc5c28e7-9da3-433a-a8dd-78c672bc3c00, ghrun-v53aapl4ay.auto.internal:11035): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DeleteSession, fc5c28e7-9da3-433a-a8dd-78c672bc3c00, ghrun-v53aapl4ay.auto.internal:11035): request = { session_id: "ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=" }
DEBUG    ydb.connection:connection.py:65 RpcState(DeleteSession, fc5c28e7-9da3-433a-a8dd-78c672bc3c00, ghrun-v53aapl4ay.auto.internal:11035): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:319 All session were deleted.
DEBUG    ydb.topic:topic.py:743 Close topic client
DEBUG    ydb.topic:topic.py:746 Topic client was closed
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:11035
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint ghrun-v53aapl4ay.auto.internal:11035
INFO     ydb.pool.Discovery:pool.py:286 Successfully terminated discovery process
DEBUG    ydb.query.session:session.py:339 Attach stream closed, session_id: ydb://session/3?node_id=1&id=NmY3Y2Y5MWMtODkyZWE3NmItZTIwZTljOGQtZjNiNTNkNGI=
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:299 Stopped node localhost:11035/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9608
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13268
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16197
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11035
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16072
============================== slowest durations ===============================
280.92s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]
89.99s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1__ASYNC-pk_types4-all_types4-index4-Datetime--ASYNC]
12.06s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]
10.82s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_1__ASYNC-pk_types4-all_types4-index4-Datetime--ASYNC]
0.02s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]
0.01s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_1__ASYNC-pk_types4-all_types4-index4-Datetime--ASYNC]
=========================== short test summary info ============================
FAILED test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC] - AssertionError: Expected 0 rows, error when deleting 6 lines, table table_Datetime_1__SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 396.45s (0:06:36) ====================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc2/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
103.88s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
10.77s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
7.06s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
======================== 1 passed in 123.86s (0:02:03) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd1/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
92.09s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
12.43s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
12.11s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
======================== 1 passed in 118.98s (0:01:58) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd9/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
105.03s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
17.95s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
17.12s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
======================== 1 passed in 143.53s (0:02:23) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cde/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
119.06s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
18.45s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
7.07s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
======================== 1 passed in 150.08s (0:02:30) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd5/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
99.10s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
17.09s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
14.57s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
======================== 1 passed in 132.97s (0:02:12) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cdc/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
118.51s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
15.37s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
12.06s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
======================== 1 passed in 147.66s (0:02:27) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cdb/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
113.16s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
13.87s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
12.07s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
======================== 1 passed in 142.99s (0:02:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd7/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
96.22s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
15.45s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
======================== 1 passed in 129.02s (0:02:09) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003ccb/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
107.28s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
10.98s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
======================== 1 passed in 137.28s (0:02:17) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cdf/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
119.27s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
17.07s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
======================== 1 passed in 150.83s (0:02:30) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd3/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
94.63s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
12.84s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
======================== 1 passed in 126.53s (0:02:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc5/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
106.60s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
12.04s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
11.28s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
======================== 1 passed in 131.61s (0:02:11) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd0/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
102.70s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
10.64s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
======================== 1 passed in 127.34s (0:02:07) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc9/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
96.91s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
10.90s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
======================== 1 passed in 126.38s (0:02:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cda/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
109.99s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
16.32s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
======================== 1 passed in 145.57s (0:02:25) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd4/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
108.66s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
12.54s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
12.10s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
======================== 1 passed in 137.03s (0:02:17) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cae/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
91.42s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
12.26s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
12.04s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
======================== 1 passed in 117.13s (0:01:57) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cce/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
104.85s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
9.77s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
======================== 1 passed in 128.40s (0:02:08) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cdd/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk30
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
120.17s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
13.73s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
12.06s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
======================== 1 passed in 148.80s (0:02:28) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk31
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
97.75s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
17.13s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
12.07s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
======================== 1 passed in 131.55s (0:02:11) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk32
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
108.09s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
12.06s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
11.79s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
======================== 1 passed in 133.66s (0:02:13) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cc8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk33
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
120.51s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
17.07s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
10.19s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
======================== 1 passed in 149.32s (0:02:29) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003cd6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk34
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
99.17s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
16.63s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
======================== 1 passed in 131.36s (0:02:11) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y07d/003ce1/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk35
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
98.94s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1__SYNC-pk_types27-all_types27-index27-Uint64--SYNC]
19.62s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_1__SYNC-pk_types27-all_types27-index27-Uint64--SYNC]
12.07s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_1__SYNC-pk_types27-all_types27-index27-Uint64--SYNC]
======================== 1 passed in 133.39s (0:02:13) =========================
