Copyright 2026, Altinity Inc.. All Rights Reserved. All information contained herein is, and remains the property of Altinity Inc.. Any dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Altinity Inc..
| Date | May 08, 2026 17:29 |
| Duration | 58m 41s |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v24.8.14.10546.altinitystable/2066b28944d33461f26e5a27053060c4d5f0613b/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/24.8/2066b28944d33461f26e5a27053060c4d5f0613b/package_aarch64/clickhouse-common-static_24.8.14.10546.altinitytest_arm64.deb |
| version | 24.8.14.10546.altinitytest |
| user.name | zvonand |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 0b6d81c68855e4890089d7fd9bff1181b60ca318 |
| job.name | parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/25565776031 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/24.8/2066b28944d33461f26e5a27053060c4d5f0613b/package_aarch64/clickhouse-common-static_24.8.14.10546.altinitytest_arm64.deb |
| as_binary | False |
| base_os | None |
| keeper_path | None |
| zookeeper_version | None |
| use_keeper | False |
| stress | False |
| collect_service_logs | True |
| thread_fuzzer | False |
| with_analyzer | True |
| reuse_env | False |
| cicd | False |
| storages | None |
| minio_uri | Secret(name='minio_uri') |
| minio_root_user | Secret(name='minio_root_user') |
| minio_root_password | Secret(name='minio_root_password') |
| aws_s3_bucket | None |
| aws_s3_region | Secret(name='aws_s3_region') |
| aws_s3_key_id | Secret(name='aws_s3_key_id') |
| aws_s3_access_key | Secret(name='aws_s3_access_key') |
| gcs_uri | None |
| gcs_key_id | None |
| gcs_key_secret | None |
| azure_account_name | None |
| azure_storage_key | None |
| azure_container | None |
| stress_bloom | False |
| Units | Skip | OK | Fail | XFail | |
|---|---|---|---|---|---|
| Modules | |||||
| Suites | |||||
| Features | |||||
| Scenarios | |||||
| Checks | |||||
| Examples | |||||
| Steps |
| Test Name | Result | Message |
|---|---|---|
| /parquet/chunked array | XFail 14s 965ms Not supported | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/chunked_array.py", line 30, in feature
node.query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1163, in query
assert False, error(r.output)
^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert False, error(r.output)
Description
Error on processing query: Code: 33. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/chunked_array_test_file.parquet): While executing ParquetBlockInputFormat: While executing File: data for INSERT was parsed from file. (CANNOT_READ_ALL_DATA) (version 24.8.14.10546.altinitytest (altinity build))
(query: INSERT INTO table_a3a74f01_4b09_11f1_b3f7_9200079fe69b FROM INFILE '/var/lib/clickhouse/user_files/chunked_array_test_file.parquet' FORMAT Parquet
)
Assertion values
assert False, error(r.output)
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1163 in 'query'
1155\| assert message in r.output, error(r.output)
1156\|
1157\| if not ignore_exception:
1158\| if message is None or "Exception:" not in message:
1159\| with Then("check if output has exception") if steps else NullStep():
1160\| if "Exception:" in r.output:
1161\| if raise_on_exception:
1162\| raise QueryRuntimeException(r.output)
1163\|> assert False, error(r.output)
1164\|
1165\| return r
1166\| |
| /parquet/datatypes/large string map | XFail 6s 382ms Will fail until the, https://github.com/apache/arrow/pull/35825, gets merged. | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 974, in feature
scenario()
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 831, in large_string_map
import_export(snapshot_name=snapshot_name, import_file=import_file)
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/outline.py", line 43, in import_export
node.query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1163, in query
assert False, error(r.output)
^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert False, error(r.output)
Description
Received exception from server (version 24.8.14):
Code: 33. DB::Exception: Received from localhost:9000. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/arrow/large_string_map.brotli.parquet): While executing ParquetBlockInputFormat: While executing File. (CANNOT_READ_ALL_DATA)
(query: CREATE TABLE table_cbb041d0_4b09_11f1_8682_9200079fe69b
ENGINE = MergeTree
ORDER BY tuple() AS SELECT * FROM file('arrow/large_string_map.brotli.parquet', Parquet) LIMIT 100 FORMAT TabSeparated
)
Assertion values
assert False, error(r.output)
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1163 in 'query'
1155\| assert message in r.output, error(r.output)
1156\|
1157\| if not ignore_exception:
1158\| if message is None or "Exception:" not in message:
1159\| with Then("check if output has exception") if steps else NullStep():
1160\| if "Exception:" in r.output:
1161\| if raise_on_exception:
1162\| raise QueryRuntimeException(r.output)
1163\|> assert False, error(r.output)
1164\|
1165\| return r
1166\| |
| Test Name | Result | Duration |
|---|---|---|
| /parquet | OK | 58m 41s |
| /parquet/file | OK | 10m 7s |
| /parquet/file/engine | OK | 10m 7s |
| /parquet/file/function | OK | 5m 19s |
| /parquet/file/engine/insert into engine | OK | 5m 4s |
| /parquet/file/engine/select from engine | OK | 2m 29s |
| /parquet/file/function/insert into function manual cast types | OK | 4m 46s |
| /parquet/file/engine/engine to file to engine | OK | 7m 51s |
| /parquet/file/engine/insert into engine from file | OK | 4m 50s |
| /parquet/file/function/insert into function auto cast types | OK | 5m 19s |
| /parquet/file/engine/engine select output to file | OK | 10m 7s |
| /parquet/file/function/select from function manual cast types | OK | 3m 0s |
| /parquet/file/function/select from function auto cast types | OK | 2m 31s |
| /parquet/file/function/date as uint16 | Skip | 164ms |
| /parquet/file/function/date as uint16 multiple dates | Skip | 9ms |
| /parquet/file/function/date as uint16 nullable | Skip | 12ms |
| /parquet/file/function/date as uint16 round trip | Skip | 34ms |
| /parquet/file/function/date as uint16 edge cases | Skip | 51ms |
| /parquet/file/function/date as uint16 with other columns | Skip | 3ms |
| /parquet/query | OK | 17m 7s |
| /parquet/query/compression type | OK | 17m 7s |
| /parquet/query/compression type/=NONE | OK | 17m 7s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 59s 347ms |
| /parquet/query/compression type/=GZIP | OK | 17m 7s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 58s 858ms |
| /parquet/query/compression type/=LZ4 | OK | 17m 6s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 59s 38ms |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 59s 207ms |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 58s 595ms |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 58s 703ms |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 58s 536ms |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 58s 199ms |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 58s 167ms |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 3s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 3s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 3s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 2m 19s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 2m 19s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 2m 18s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 18s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 20s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 20s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 2m 20s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 2m 18s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 2m 19s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 2s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 2s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 1s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 18s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 17s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 17s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 49s 708ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 49s 960ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 49s 630ms |
| /parquet/list in multiple chunks | OK | 17s 689ms |
| /parquet/url | OK | 10m 18s |
| /parquet/url/engine | OK | 9m 45s |
| /parquet/url/function | OK | 4m 53s |
| /parquet/url/engine/insert into engine | OK | 4m 19s |
| /parquet/url/function/insert into function | OK | 3m 24s |
| /parquet/url/function/select from function manual cast types | OK | 4m 53s |
| /parquet/url/engine/select from engine | OK | 1m 19s |
| /parquet/url/function/select from function auto cast types | OK | 3m 23s |
| /parquet/url/engine/engine to file to engine | OK | 7m 18s |
| /parquet/url/engine/insert into engine from file | OK | 6m 54s |
| /parquet/url/engine/engine select output to file | OK | 9m 45s |
| /parquet/mysql | OK | 9s 644ms |
| /parquet/mysql/compression type | OK | 9s 643ms |
| /parquet/mysql/compression type/=NONE | OK | 9s 555ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 5s 632ms |
| /parquet/mysql/compression type/=GZIP | OK | 9s 628ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 5s 615ms |
| /parquet/mysql/compression type/=LZ4 | OK | 9s 506ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 5s 540ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 3s 963ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 4s 11ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 3s 919ms |
| /parquet/postgresql | OK | 5s 947ms |
| /parquet/postgresql/compression type | OK | 5s 946ms |
| /parquet/postgresql/compression type/=NONE | OK | 5s 941ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 5s 940ms |
| /parquet/postgresql/compression type/=GZIP | OK | 5s 800ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 5s 799ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 5s 928ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 5s 926ms |
| /parquet/remote | OK | 3m 35s |
| /parquet/remote/compression type | OK | 3m 35s |
| /parquet/remote/compression type/=NONE | OK | 3m 35s |
| /parquet/remote/compression type/=NONE /outline | OK | 3m 35s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 17s |
| /parquet/remote/compression type/=GZIP | OK | 3m 34s |
| /parquet/remote/compression type/=GZIP /outline | OK | 3m 34s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 1m 18s |
| /parquet/remote/compression type/=LZ4 | OK | 3m 33s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 3m 33s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 17s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 2m 15s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 2m 17s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 2m 16s |
| /parquet/chunked array | XFail | 14s 965ms |
| /parquet/broken | OK | 17ms |
| /parquet/broken/file | Skip | 1ms |
| /parquet/broken/read broken bigint | Skip | 938us |
| /parquet/broken/read broken date | Skip | 973us |
| /parquet/broken/read broken int | Skip | 1ms |
| /parquet/broken/read broken smallint | Skip | 805us |
| /parquet/broken/read broken timestamp ms | Skip | 886us |
| /parquet/broken/read broken timestamp us | Skip | 843us |
| /parquet/broken/read broken tinyint | Skip | 1ms |
| /parquet/broken/read broken ubigint | Skip | 811us |
| /parquet/broken/read broken uint | Skip | 782us |
| /parquet/broken/read broken usmallint | Skip | 816us |
| /parquet/broken/read broken utinyint | Skip | 1ms |
| /parquet/broken/string | Skip | 860us |
| /parquet/encoding | OK | 7s 208ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 479ms |
| /parquet/encoding/deltabytearray2 | OK | 965ms |
| /parquet/encoding/deltalengthbytearray | OK | 935ms |
| /parquet/encoding/dictionary | OK | 857ms |
| /parquet/encoding/plain | OK | 890ms |
| /parquet/encoding/plainrlesnappy | OK | 1s 54ms |
| /parquet/encoding/rleboolean | OK | 1s 22ms |
| /parquet/compression | OK | 19s 766ms |
| /parquet/compression/arrow snappy | OK | 939ms |
| /parquet/compression/brotli | OK | 950ms |
| /parquet/compression/gzippages | OK | 1s 888ms |
| /parquet/compression/largegzip | OK | 971ms |
| /parquet/compression/lz4 hadoop | OK | 960ms |
| /parquet/compression/lz4 hadoop large | OK | 919ms |
| /parquet/compression/lz4 non hadoop | OK | 960ms |
| /parquet/compression/lz4 raw | OK | 962ms |
| /parquet/compression/lz4 raw large | OK | 937ms |
| /parquet/compression/lz4pages | OK | 1s 881ms |
| /parquet/compression/nonepages | OK | 1s 864ms |
| /parquet/compression/snappypages | OK | 1s 885ms |
| /parquet/compression/snappyplain | OK | 871ms |
| /parquet/compression/snappyrle | OK | 935ms |
| /parquet/compression/zstd | OK | 950ms |
| /parquet/compression/zstdpages | OK | 1s 879ms |
| /parquet/datatypes | OK | 1m 7s |
| /parquet/datatypes/arrowtimestamp | OK | 852ms |
| /parquet/datatypes/arrowtimestampms | OK | 866ms |
| /parquet/datatypes/binary | OK | 969ms |
| /parquet/datatypes/binary string | OK | 917ms |
| /parquet/datatypes/blob | OK | 913ms |
| /parquet/datatypes/boolean | OK | 955ms |
| /parquet/datatypes/byte array | OK | 902ms |
| /parquet/datatypes/columnname | OK | 926ms |
| /parquet/datatypes/columnwithnull | OK | 950ms |
| /parquet/datatypes/columnwithnull2 | OK | 937ms |
| /parquet/datatypes/date | OK | 927ms |
| /parquet/datatypes/decimal with filter | OK | 960ms |
| /parquet/datatypes/decimalvariousfilters | OK | 946ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 938ms |
| /parquet/datatypes/enum | OK | 986ms |
| /parquet/datatypes/enum2 | OK | 938ms |
| /parquet/datatypes/fixed length decimal | OK | 927ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 941ms |
| /parquet/datatypes/fixedstring | OK | 962ms |
| /parquet/datatypes/float16 | Skip | 1ms |
| /parquet/datatypes/h2oai | OK | 923ms |
| /parquet/datatypes/hive | OK | 1s 898ms |
| /parquet/datatypes/int32 | OK | 957ms |
| /parquet/datatypes/int32 decimal | OK | 922ms |
| /parquet/datatypes/int64 | OK | 915ms |
| /parquet/datatypes/int64 decimal | OK | 925ms |
| /parquet/datatypes/json | OK | 931ms |
| /parquet/datatypes/large string map | XFail | 6s 382ms |
| /parquet/datatypes/largedouble | OK | 1s 37ms |
| /parquet/datatypes/manydatatypes | OK | 890ms |
| /parquet/datatypes/manydatatypes2 | OK | 963ms |
| /parquet/datatypes/maps | OK | 963ms |
| /parquet/datatypes/nameswithemoji | OK | 1s 64ms |
| /parquet/datatypes/nandouble | OK | 931ms |
| /parquet/datatypes/negativeint64 | OK | 889ms |
| /parquet/datatypes/nullbyte | OK | 951ms |
| /parquet/datatypes/nullbytemultiple | OK | 955ms |
| /parquet/datatypes/nullsinid | OK | 963ms |
| /parquet/datatypes/pandasdecimal | OK | 937ms |
| /parquet/datatypes/pandasdecimaldate | OK | 924ms |
| /parquet/datatypes/parquetgo | OK | 915ms |
| /parquet/datatypes/selectdatewithfilter | OK | 5s 844ms |
| /parquet/datatypes/singlenull | OK | 926ms |
| /parquet/datatypes/sparkv21 | OK | 977ms |
| /parquet/datatypes/sparkv22 | OK | 1s 7ms |
| /parquet/datatypes/statdecimal | OK | 925ms |
| /parquet/datatypes/string | OK | 929ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 5s 413ms |
| /parquet/datatypes/stringtypes | OK | 895ms |
| /parquet/datatypes/struct | OK | 965ms |
| /parquet/datatypes/supporteduuid | OK | 910ms |
| /parquet/datatypes/timestamp1 | OK | 865ms |
| /parquet/datatypes/timestamp2 | OK | 903ms |
| /parquet/datatypes/timezone | OK | 887ms |
| /parquet/datatypes/unsigned | OK | 1s 874ms |
| /parquet/datatypes/unsupportednull | OK | 136ms |
| /parquet/complex | OK | 19s 198ms |
| /parquet/complex/arraystring | OK | 930ms |
| /parquet/complex/big tuple with nulls | OK | 910ms |
| /parquet/complex/bytearraydictionary | OK | 959ms |
| /parquet/complex/complex null | OK | 938ms |
| /parquet/complex/lagemap | OK | 934ms |
| /parquet/complex/largenestedarray | OK | 954ms |
| /parquet/complex/largestruct | OK | 949ms |
| /parquet/complex/largestruct2 | OK | 1s 165ms |
| /parquet/complex/largestruct3 | OK | 918ms |
| /parquet/complex/list | OK | 930ms |
| /parquet/complex/nested array | OK | 922ms |
| /parquet/complex/nested map | OK | 922ms |
| /parquet/complex/nestedallcomplex | OK | 1s 55ms |
| /parquet/complex/nestedarray2 | OK | 958ms |
| /parquet/complex/nestedstruct | OK | 932ms |
| /parquet/complex/nestedstruct2 | OK | 936ms |
| /parquet/complex/nestedstruct3 | OK | 947ms |
| /parquet/complex/nestedstruct4 | OK | 1s 91ms |
| /parquet/complex/tupleofnulls | OK | 963ms |
| /parquet/complex/tuplewithdatetime | OK | 866ms |
| /parquet/cache | OK | 1s 825ms |
| /parquet/cache/cache1 | OK | 908ms |
| /parquet/cache/cache2 | OK | 915ms |
| /parquet/glob | OK | 37s 344ms |
| /parquet/glob/fastparquet globs | OK | 753ms |
| /parquet/glob/glob1 | OK | 1s 23ms |
| /parquet/glob/glob2 | OK | 1s 152ms |
| /parquet/glob/glob with multiple elements | OK | 234ms |
| /parquet/glob/million extensions | OK | 34s 178ms |
| /parquet/rowgroups | OK | 1s 936ms |
| /parquet/rowgroups/manyrowgroups | OK | 979ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 954ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 8ms |
| /parquet/fastparquet/airlines | Skip | 883us |
| /parquet/fastparquet/baz | Skip | 867us |
| /parquet/fastparquet/empty date | Skip | 3ms |
| /parquet/fastparquet/evo | Skip | 759us |
| /parquet/fastparquet/fastparquet | Skip | 751us |
| /parquet/read and write | OK | 10m 27s |
| /parquet/read and write/read and write parquet file | OK | 10m 27s |
| /parquet/column related errors | OK | 577ms |
| /parquet/column related errors/check error with 500 columns | OK | 576ms |
| /parquet/multi chunk upload | Skip | 1ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922