ebyhr commented on PR #17687:
URL: https://github.com/apache/iceberg/pull/17687#issuecomment-5307183447

   The failure is related to this bump: 
   ```
   TestPrefixedStorage > gcsFileSystem() FAILED
       org.opentest4j.AssertionFailedError: 
       expected: GcsFileSystemOptions{readThreadCount=16, 
clientType=HTTP_CLIENT, 
gcsClientOptions=GcsClientOptions{projectId=Optional[myProject], 
clientLibToken=Optional[gccl], serviceHost=Optional[example.com], 
userAgent=Optional[gcsfileio/{iceberg-version=Apache Iceberg c443c77 (commit 
c443c77bd7ab8cf96a72917e4d6798783de841c8)}], 
gcsReadOptions=GcsReadOptions{chunkSize=Optional[1024], 
decryptionKey=Optional[decryptionKey], userProjectId=Optional[userProject], 
footerPrefetchSizeSmallFile=51200, footerPrefetchSizeLargeFile=1048576, 
footerPrefetchEnabled=true, smallObjectCacheThresholdBytes=1048576, 
bidiReadEnabled=false, bidiTimeout=10, 
gcsVectoredReadOptions=GcsVectoredReadOptions{maxMergeGap=4096, 
maxMergeSize=8388608}, inplaceSeekLimit=131072, 
fileAccessPattern=AUTO_SEQUENTIAL, adaptiveReadSequentialReadThreshold=3, 
randomReadMinRequestSize=131072}, 
gcsWriteOptions=GcsWriteOptions{checksumValidationEnabled=false, 
disableGzipContent=true, overwriteExisting=true, kmsKeyName=Optiona
 l.empty, userProject=Optional.empty, encryptionKey=Optional.empty, 
contentType=Optional[application/octet-stream], contentEncoding=Optional.empty, 
nullableMetadata={}}, uploadChunkSize=25165824, uploadType=CHUNK_UPLOAD, 
pcuBufferCount=1, pcuBufferCapacity=33554432, pcuPartFileCleanupType=ALWAYS, 
pcuPartFileNamePrefix=, temporaryPaths=[]}, 
gcsCacheOptions=GcsCacheOptions{footerCacheEnabled=false, 
footerCacheMaxSizeBytes=104857600, smallObjectCacheEnabled=false, 
smallObjectCacheMaxSizeBytes=209715200}, 
analyticsCoreTelemetryOptions=TelemetryOptions{customTelemetryOptions=Optional.empty,
 loggingTelemetryOptions=Optional.empty, openTelemetryOptions=Optional.empty}}
        but was: GcsFileSystemOptions{readThreadCount=16, 
clientType=HTTP_CLIENT, 
gcsClientOptions=GcsClientOptions{projectId=Optional[myProject], 
clientLibToken=Optional[gccl], serviceHost=Optional[example.com], 
userAgent=Optional[gcsfileio/{iceberg-version=Apache Iceberg c443c77 (commit 
c443c77bd7ab8cf96a72917e4d6798783de841c8)}], 
gcsReadOptions=GcsReadOptions{chunkSize=Optional[1024], 
decryptionKey=Optional[decryptionKey], userProjectId=Optional[userProject], 
footerPrefetchSizeSmallFile=51200, footerPrefetchSizeLargeFile=1048576, 
footerPrefetchEnabled=true, smallObjectCacheThresholdBytes=1048576, 
bidiReadEnabled=false, bidiTimeout=10, 
gcsVectoredReadOptions=GcsVectoredReadOptions{maxMergeGap=4096, 
maxMergeSize=8388608}, inplaceSeekLimit=131072, 
fileAccessPattern=AUTO_SEQUENTIAL, adaptiveReadSequentialReadThreshold=3, 
randomReadMinRequestSize=131072}, 
gcsWriteOptions=GcsWriteOptions{checksumValidationEnabled=false, 
disableGzipContent=true, overwriteExisting=true, kmsKeyName=Optiona
 l.empty, userProject=Optional[userProject], 
encryptionKey=Optional[encryptionKey], 
contentType=Optional[application/octet-stream], contentEncoding=Optional.empty, 
nullableMetadata={}}, uploadChunkSize=25165824, uploadType=CHUNK_UPLOAD, 
pcuBufferCount=1, pcuBufferCapacity=33554432, pcuPartFileCleanupType=ALWAYS, 
pcuPartFileNamePrefix=, temporaryPaths=[]}, 
gcsCacheOptions=GcsCacheOptions{footerCacheEnabled=false, 
footerCacheMaxSizeBytes=104857600, smallObjectCacheEnabled=false, 
smallObjectCacheMaxSizeBytes=209715200}, 
analyticsCoreTelemetryOptions=TelemetryOptions{customTelemetryOptions=Optional.empty,
 loggingTelemetryOptions=Optional.empty, openTelemetryOptions=Optional.empty}}
           at 
app//org.apache.iceberg.gcp.gcs.TestPrefixedStorage.gcsFileSystem(TestPrefixedStorage.java:161
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to