We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25b703 commit 00b1fe0Copy full SHA for 00b1fe0
datafusion/core/tests/sql/aggregates.rs
@@ -39,14 +39,6 @@ fn create_test_dict(
39
DictionaryArray::new(dict_indices, Arc::new(dict_values))
40
}
41
42
-/// Legacy wrapper for backward compatibility - prefer create_test_dict
43
-fn create_dict(
44
- values: Vec<Option<&str>>,
45
- indices: Vec<Option<u32>>,
46
-) -> DictionaryArray<UInt32Type> {
47
- create_test_dict(&values, &indices)
48
-}
49
-
50
/// Creates test data with both dictionary columns and value column
51
struct TestData {
52
dict_null_keys: DictionaryArray<UInt32Type>,
0 commit comments