MCPcopy Create free account
hub / github.com/apache/datafusion / make_settings

Function make_settings

datafusion-cli/tests/cli_integration.rs:39–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39fn make_settings() -> Settings {
40 let mut settings = Settings::clone_current();
41 settings.set_prepend_module_to_snapshot(false);
42 settings.add_filter(r"Elapsed .* seconds\.", "[ELAPSED]");
43 settings.add_filter(r"DataFusion CLI v.*", "[CLI_VERSION]");
44 settings.add_filter(r"(?s)backtrace:.*?\n\n\n", "");
45 settings
46}
47
48async fn setup_minio_container() -> Result<ContainerAsync<minio::MinIO>, String> {
49 const MINIO_ROOT_USER: &str = "TEST-DataFusionLogin";

Callers 11

cli_quick_testFunction · 0.70
test_cli_formatFunction · 0.70
bind_to_settingsFunction · 0.70
test_cliFunction · 0.70
test_aws_optionsFunction · 0.70
test_s3_url_fallbackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…