File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,13 @@ mod tests {
7171 }
7272
7373 #[ tokio:: test]
74+ // TODO: the solution to this test failure is to, rather than dumping the config extension
75+ // fields into headers immediately when calling `with_distributed_option_extension()`, to instead
76+ // register the ConfigExtension::PREFIX as something that we should lazily capture and send
77+ // in the headers of every network request. In order to do that, first this PR upstream
78+ // https://github.com/apache/datafusion/pull/18887 needs to be shipped. It will be available
79+ // in DataFusion 52.0.0.
80+ #[ ignore]
7481 async fn custom_config_extension_runtime_change ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
7582 let ( mut ctx, _guard) = start_localhost_context ( 3 , build_state) . await ;
7683 ctx = SessionStateBuilder :: from ( ctx. state ( ) )
You can’t perform that action at this time.
0 commit comments