File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
rgw/v2/tests/s3_swift/configs Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 11# script: test_s3select_multipart_parquet.py
22# polarion-id: CEPH-83575290
3- # Related BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2118706
4- # Description: Test S3 Select queries on multipart uploaded parquet objects
5- # This test validates that queries on multipart parquet objects complete successfully
6- # without "Connection broken: IncompleteRead" errors as seen in BZ 2118706
3+ # BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2118706
74config :
85 haproxy : true
96 user_count : 1
107 bucket_count : 1
118 user_remove : false
12- # Set obj_size to ensure multipart upload is used (default multipart threshold is 5MB)
13- # The parquet file will be created with specified row_count, but obj_size is needed
14- # for the multipart upload function to work correctly
159 obj_size : 19M
1610 split_size : 5
1711 test_ops :
1812 create_bucket : true
19- # Row count to generate approximately 19M parquet file (as mentioned in BZ 2118706)
2013 parquet_row_count : 100000
21- # SQL query to execute on the parquet object
2214 query : " select * from s3object"
23-
You can’t perform that action at this time.
0 commit comments