Skip to content

Commit a682717

Browse files
committed
fix test
1 parent 0b7b77e commit a682717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ballista/client/tests/context_checks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ mod supported {
498498
ctx: SessionContext,
499499
) -> datafusion::error::Result<()> {
500500
let result = ctx
501-
.sql("select name, value from information_schema.df_settings where name like 'datafusion.execution.parquet.schema_force_view_types' or name like 'datafusion.sql_parser.map_varchar_to_utf8view' order by name limit 2")
501+
.sql("select name, value from information_schema.df_settings where name like 'datafusion.execution.parquet.schema_force_view_types' or name like 'datafusion.sql_parser.map_string_types_to_utf8view' order by name limit 2")
502502
.await?
503503
.collect()
504504
.await?;
@@ -508,7 +508,7 @@ mod supported {
508508
"| name | value |",
509509
"+------------------------------------------------------+-------+",
510510
"| datafusion.execution.parquet.schema_force_view_types | false |",
511-
"| datafusion.sql_parser..map_string_types_to_utf8view | false |",
511+
"| datafusion.sql_parser.map_string_types_to_utf8view | false |",
512512
"+------------------------------------------------------+-------+",
513513
];
514514

0 commit comments

Comments
 (0)