Skip to content

⚠️ Upstream CI Dask failed ⚠️ #1155

@github-actions

Description

@github-actions

Workflow Run URL

Python 3.10 Test Summary
tests/integration/test_analyze.py::test_analyze: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_basic_select_from: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_case_when: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_drop_duplicates: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_order_by_no_limit: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_order_by_limit: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_where: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_in_between: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_join_inner: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_join_left: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_join_cross: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_join_multi: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_single_agg_count_no_group_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_multi_agg_count_no_group_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_multi_agg_count_no_group_by_dupe_distinct: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_agg_count_distinct_group_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_agg_count_no_group_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_agg_count_distinct_no_group_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_agg_count: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_agg_sum_avg_no_group_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_agg_sum_avg: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_agg_min_max_no_group_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_agg_min_max: KeyError: string[pyarrow]
tests/integration/test_complex.py::test_complex_query: KeyError: string[pyarrow]
tests/integration/test_create.py::test_create_from_csv[False]: KeyError: string[pyarrow]
tests/integration/test_create.py::test_cluster_memory[False]: KeyError: string[pyarrow]
tests/integration/test_create.py::test_create_from_csv_persist[False]: KeyError: string[pyarrow]
tests/integration/test_create.py::test_wrong_create: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_window_row_number: KeyError: string[pyarrow]
tests/integration/test_create.py::test_create_from_query: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_window_row_number_partition_by: KeyError: string[pyarrow]
tests/integration/test_create.py::test_view_table_persist[False]: KeyError: string[pyarrow]
tests/integration/test_create.py::test_replace_and_error: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_window_sum_avg: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_window_sum_avg_partition_by: KeyError: string[pyarrow]
tests/integration/test_create.py::test_drop: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_window_min_max: KeyError: string[pyarrow]
tests/integration/test_create.py::test_create_gpu_error: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_window_min_max_partition_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_window_count: KeyError: string[pyarrow]
tests/integration/test_distributeby.py::test_distribute_by[False]: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_window_count_partition_by: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_nested_query: KeyError: string[pyarrow]
tests/integration/test_explain.py::test_sql_query_explain[False]: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_union: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_with: KeyError: string[pyarrow]
tests/integration/test_compatibility.py::test_integration_1: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_filter: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_filter_scalar: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_filter_complicated: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_filter_with_nan: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_string_filter: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_filter_cast_date[datetime_table]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_filter_year: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE b < 10-<lambda>-filters0]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE a < 3 AND (b > 1 AND b < 5)-<lambda>-filters1]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE (b > 5 AND b < 10) OR a = 1-<lambda>-filters2]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE b IN (1, 6)-<lambda>-filters3]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE b IN (1, 3, 5, 6)-<lambda>-filters4]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE c IN ('A', 'B', 'C', 'D')-<lambda>-filters5]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE b NOT IN (1, 6)-<lambda>-filters6]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE b NOT IN (1, 3, 5, 6)-<lambda>-filters7]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT a FROM parquet_ddf WHERE (b > 5 AND b < 10) OR a = 1-<lambda>-filters8]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT a FROM parquet_ddf WHERE (parquet_ddf.b > 3 AND parquet_ddf.b < 10 OR parquet_ddf.a = 1) AND (parquet_ddf.c = 'A')-<lambda>-filters9]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_predicate_pushdown[SELECT * FROM parquet_ddf WHERE year(d) < 2015-<lambda>-None]: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_filtered_csv: KeyError: string[pyarrow]
tests/integration/test_filter.py::test_filter_decimal[False]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_any_colnames[colnames0]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_any_colnames[colnames1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_any_colnames[colnames2]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_group_by: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_return_types[float64]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_group_by_multi[False]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_return_types[float32]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_group_by_all: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_return_types[int64]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_group_by_filtered: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_return_types[int32]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_group_by_nan: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_return_types[int16]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_aggregations: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_return_types[int8]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_stddev[False]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_return_types[bool_]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-add-1]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_regr_aggregation[False]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-add-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-add-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-sub-1]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_groupby_split_out[None-user_table_1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-sub-1.5]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_groupby_split_out[2-user_table_1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-sub-True]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_groupby_split_out[4-user_table_1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-mul-1]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_groupby_split_every[False]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-mul-1.5]: KeyError: string[pyarrow]
tests/integration/test_groupby.py::test_agg_decimal[False]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-mul-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-truediv-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-truediv-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[int64-truediv-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-add-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-add-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-add-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-sub-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-sub-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-sub-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-mul-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-mul-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-mul-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-truediv-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-truediv-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[float64-truediv-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-add-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-add-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-add-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-sub-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-sub-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-sub-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-mul-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-mul-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-mul-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-truediv-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-truediv-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_args[bool_-truediv-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-add-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-sub-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-mul-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[int64-truediv-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-add-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-sub-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-mul-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[float64-truediv-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-add-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-sub-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-mul-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-1-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-1-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-1-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-1.5-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-1.5-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-1.5-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-True-1]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-True-1.5]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_custom_function_row_two_args[bool_-truediv-True-True]: KeyError: string[pyarrow]
tests/integration/test_function.py::test_multiple_definitions: KeyError: string[pyarrow]
tests/integration/test_function.py::test_aggregate_function: KeyError: string[pyarrow]
tests/integration/test_function.py::test_wrong_input_type: KeyError: string[pyarrow]
tests/integration/test_jdbc.py::test_jdbc_has_table: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_inner: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_outer: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_left: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_left_anti[False]: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_right: KeyError: string[pyarrow]
tests/integration/test_hive.py::test_select_multipartitions: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_cross: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_complex: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_literal: KeyError: string[pyarrow]
tests/integration/test_join.py::test_conditional_join: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_on_unary_cond_only: KeyError: string[pyarrow]
tests/integration/test_join.py::test_conditional_join_with_limit: KeyError: string[pyarrow]
tests/integration/test_model.py::test_training_and_prediction[False]: KeyError: string[pyarrow]
tests/integration/test_join.py::test_intersect: KeyError: string[pyarrow]
tests/integration/test_join.py::test_intersect_multi_col: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_alias_w_projection: KeyError: string[pyarrow]
tests/integration/test_join.py::test_filter_columns_post_join: KeyError: string[pyarrow]
tests/integration/test_join.py::test_join_reorder: KeyError: string[pyarrow]
tests/integration/test_join.py::test_broadcast_join[False]: KeyError: string[pyarrow]
tests/integration/test_over.py::test_over_with_sorting: KeyError: string[pyarrow]
tests/integration/test_model.py::test_xgboost_training_prediction[False]: KeyError: string[pyarrow]
tests/integration/test_over.py::test_over_with_partitioning: KeyError: string[pyarrow]
tests/integration/test_over.py::test_over_with_grouping_and_sort: KeyError: string[pyarrow]
tests/integration/test_over.py::test_over_with_different: KeyError: string[pyarrow]
tests/integration/test_over.py::test_over_calls: KeyError: string[pyarrow]
tests/integration/test_over.py::test_over_with_windows: KeyError: string[pyarrow]
tests/integration/test_model.py::test_clustering_and_prediction[False]: KeyError: string[pyarrow]
tests/integration/test_model.py::test_create_model_with_prediction: KeyError: string[pyarrow]
tests/integration/test_model.py::test_iterative_and_prediction: KeyError: string[pyarrow]
tests/integration/test_model.py::test_show_models: KeyError: string[pyarrow]
tests/integration/test_model.py::test_wrong_training_or_prediction: KeyError: string[pyarrow]
tests/integration/test_model.py::test_correct_argument_passing: KeyError: string[pyarrow]
tests/integration/test_model.py::test_replace_and_error: KeyError: string[pyarrow]
tests/integration/test_model.py::test_drop_model: KeyError: string[pyarrow]
tests/integration/test_model.py::test_describe_model: KeyError: string[pyarrow]
tests/integration/test_model.py::test_export_model: KeyError: string[pyarrow]
tests/integration/test_model.py::test_mlflow_export: KeyError: string[pyarrow]
tests/integration/test_model.py::test_mlflow_export_xgboost: KeyError: string[pyarrow]
tests/integration/test_model.py::test_mlflow_export_lightgbm: KeyError: string[pyarrow]
tests/integration/test_model.py::test_ml_experiment: KeyError: string[pyarrow]
tests/integration/test_model.py::test_experiment_automl_classifier: KeyError: string[pyarrow]
tests/integration/test_model.py::test_experiment_automl_regressor: KeyError: string[pyarrow]
tests/integration/test_model.py::test_predict_with_nullable_types: KeyError: string[pyarrow]
tests/integration/test_model.py::test_predict_with_limit_offset: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_year: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_case: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_intervals: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_literals: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_date_interval_math: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_literal_null: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_random: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_not[string_table]: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_operators: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_like[string_table-False]: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_null: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_coalesce[False]: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_boolean_operations: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_math_operations: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_integer_div: KeyError: string[pyarrow]
tests/integration/test_postgres.py::test_join: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_string_functions[False]: KeyError: string[pyarrow]
tests/integration/test_postgres.py::test_sort: KeyError: string[pyarrow]
tests/integration/test_postgres.py::test_limit: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_date_functions: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_timestampdiff: KeyError: string[pyarrow]
tests/integration/test_postgres.py::test_filter: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_totimestamp[False]: KeyError: string[pyarrow]
tests/integration/test_postgres.py::test_string_operations: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_extract_date[False]: KeyError: string[pyarrow]
tests/integration/test_rex.py::test_scalar_timestamps[False]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_select: KeyError: string[pyarrow]
tests/integration/test_select.py::test_select_alias: KeyError: string[pyarrow]
tests/integration/test_select.py::test_select_column: KeyError: string[pyarrow]
tests/integration/test_schema.py::test_create_schema: KeyError: string[pyarrow]
tests/integration/test_select.py::test_select_different_types: KeyError: string[pyarrow]
tests/integration/test_schema.py::test_drop_schema: KeyError: string[pyarrow]
tests/integration/test_select.py::test_select_expr: KeyError: string[pyarrow]
tests/integration/test_select.py::test_select_of_select: KeyError: string[pyarrow]
tests/integration/test_select.py::test_wrong_input: KeyError: string[pyarrow]
tests/integration/test_show.py::test_schemas: KeyError: string[pyarrow]
tests/integration/test_select.py::test_timezones: KeyError: string[pyarrow]
tests/integration/test_select.py::test_limit[101-0-long_table]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_limit[200-0-long_table]: KeyError: string[pyarrow]
tests/integration/test_show.py::test_columns: KeyError: string[pyarrow]
tests/integration/test_select.py::test_limit[100-0-long_table]: KeyError: string[pyarrow]
tests/integration/test_show.py::test_wrong_input: KeyError: string[pyarrow]
tests/integration/test_select.py::test_limit[100-99-long_table]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_limit[100-100-long_table]: KeyError: string[pyarrow]
tests/integration/test_sort.py::test_sort[user_table_1-df]: KeyError: string[pyarrow]
tests/integration/test_sort.py::test_sort_by_alias[user_table_1]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_limit[101-101-long_table]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_limit[0-101-long_table]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_date_casting[datetime_table]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_timestamp_casting[datetime_table]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_multi_case_when: KeyError: string[pyarrow]
tests/integration/test_select.py::test_case_when_no_else: KeyError: string[pyarrow]
tests/integration/test_sort.py::test_sort_strings[False]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_singular_column_selection: KeyError: string[pyarrow]
tests/integration/test_select.py::test_multiple_column_projection[input_cols0]: KeyError: string[pyarrow]
tests/integration/test_sort.py::test_sort_by_old_alias[user_table_1]: KeyError: string[pyarrow]
tests/integration/test_sort.py::test_sort_topk[False]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_multiple_column_projection[input_cols1]: KeyError: string[pyarrow]
tests/integration/test_select.py::test_multiple_column_projection[input_cols2]: KeyError: string[pyarrow]
tests/integration/test_sqlite.py::test_select: KeyError: string[pyarrow]
tests/integration/test_select.py::test_multiple_column_projection[input_cols3]: KeyError: string[pyarrow]
tests/integration/test_sqlite.py::test_join: KeyError: string[pyarrow]
tests/integration/test_sqlite.py::test_sort: KeyError: string[pyarrow]
tests/integration/test_select.py::test_multiple_column_projection[input_cols4]: KeyError: string[pyarrow]
tests/integration/test_sqlite.py::test_limit: KeyError: string[pyarrow]
tests/integration/test_union.py::test_union_not_all: KeyError: string[pyarrow]
tests/integration/test_sqlite.py::test_groupby: KeyError: string[pyarrow]
tests/integration/test_union.py::test_union_all: KeyError: string[pyarrow]
tests/integration/test_sqlite.py::test_calc: KeyError: string[pyarrow]
tests/integration/test_union.py::test_union_mixed: KeyError: string[pyarrow]
tests/integration/test_sqlite.py::test_filter: KeyError: string[pyarrow]
tests/unit/test_context.py::test_alter_schema: KeyError: string[pyarrow]
tests/unit/test_context.py::test_alter_table: KeyError: string[pyarrow]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions