andygrove commented on PR #5503:
URL:
https://github.com/apache/datafusion-comet/pull/5503#issuecomment-5605284319
@sunchao could you take a look at the test failure?
```
failures:
parquet::parquet_support::tests::isolates_backends_even_when_s3_alias_and_configs_match
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 343
filtered out; finished in 0.34s
stderr ───
thread
'parquet::parquet_support::tests::isolates_backends_even_when_s3_alias_and_configs_match'
(13793) panicked at core/src/parquet/parquet_support.rs:818:13:
assertion `left != right` failed
left: ObjectStoreUrl { url: Url { scheme:
"s3+comet-ba6b8898acdeb3c1-hdfs", cannot_be_a_base: false, username: "",
password: None, host: Some(Domain("comet-isolation-backend-alias")), port:
None, path: "/", query: None, fragment: None } }
right: ObjectStoreUrl { url: Url { scheme:
"s3+comet-ba6b8898acdeb3c1-hdfs", cannot_be_a_base: false, username: "",
password: None, host: Some(Domain("comet-isolation-backend-alias")), port:
None, path: "/", query: None, fragment: None } }
```
--
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]