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 2a7b27b commit 512cba0Copy full SHA for 512cba0
src/query/storages/fuse/src/io/read/virtual_column/virtual_column_reader_parquet.rs
@@ -268,7 +268,7 @@ impl VirtualColumnDataPaster {
268
None,
269
&cast_func_name,
270
[(value, orig_type)],
271
- &func_ctx,
+ func_ctx,
272
data_block.num_rows(),
273
&BUILTIN_FUNCTIONS,
274
)?;
@@ -294,7 +294,7 @@ impl VirtualColumnDataPaster {
294
295
"get_by_keypath",
296
[src_arg, path_arg],
297
298
299
300
@@ -304,7 +304,7 @@ impl VirtualColumnDataPaster {
304
305
cast_func_name,
306
[(value, data_type)],
307
308
309
310
0 commit comments