From 9ab8318e0f7fed5fc2ca4b1969570ffe50595562 Mon Sep 17 00:00:00 2001 From: Hazem Elmeleegy Date: Mon, 13 Jan 2025 19:15:52 -0800 Subject: [PATCH 1/2] SNOW-1877763: Update copyright notice to include 2025 (#2850) 1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-1877763 2. Fill out the following pre-review checklist: - [ ] I am adding a new automated test(s) to verify correctness of my new code - [ ] If this test skips Local Testing mode, I'm requesting review from @snowflakedb/local-testing - [ ] I am adding new logging messages - [ ] I am adding a new telemetry message - [ ] I am adding new credentials - [ ] I am adding a new dependency - [ ] If this is a new feature/behavior, I'm adding the Local Testing parity changes. - [ ] I acknowledge that I have ensured my changes to be thread-safe. Follow the link for more information: [Thread-safe Developer Guidelines](https://github.com/snowflakedb/snowpark-python/blob/main/CONTRIBUTING.md#thread-safe-development) 3. Please describe how your code solves the related issue. Update copyright notice to include 2025. --- license_header.txt | 2 +- src/snowflake/snowpark/__init__.py | 2 +- src/snowflake/snowpark/_internal/__init__.py | 2 +- src/snowflake/snowpark/_internal/analyzer/__init__.py | 2 +- src/snowflake/snowpark/_internal/analyzer/analyzer.py | 2 +- src/snowflake/snowpark/_internal/analyzer/analyzer_utils.py | 2 +- .../snowpark/_internal/analyzer/binary_expression.py | 2 +- .../snowpark/_internal/analyzer/binary_plan_node.py | 2 +- src/snowflake/snowpark/_internal/analyzer/datatype_mapper.py | 2 +- src/snowflake/snowpark/_internal/analyzer/expression.py | 2 +- src/snowflake/snowpark/_internal/analyzer/grouping_set.py | 2 +- src/snowflake/snowpark/_internal/analyzer/metadata_utils.py | 2 +- .../snowpark/_internal/analyzer/query_plan_analysis_utils.py | 2 +- src/snowflake/snowpark/_internal/analyzer/schema_utils.py | 2 +- .../snowpark/_internal/analyzer/select_statement.py | 2 +- src/snowflake/snowpark/_internal/analyzer/snowflake_plan.py | 2 +- .../snowpark/_internal/analyzer/snowflake_plan_node.py | 2 +- src/snowflake/snowpark/_internal/analyzer/sort_expression.py | 2 +- src/snowflake/snowpark/_internal/analyzer/table_function.py | 2 +- .../snowpark/_internal/analyzer/table_merge_expression.py | 2 +- .../snowpark/_internal/analyzer/unary_expression.py | 2 +- src/snowflake/snowpark/_internal/analyzer/unary_plan_node.py | 2 +- .../snowpark/_internal/analyzer/window_expression.py | 2 +- src/snowflake/snowpark/_internal/ast/__init__.py | 2 +- src/snowflake/snowpark/_internal/ast/batch.py | 2 +- src/snowflake/snowpark/_internal/ast/utils.py | 2 +- src/snowflake/snowpark/_internal/code_generation.py | 2 +- src/snowflake/snowpark/_internal/compiler/__init__.py | 2 +- src/snowflake/snowpark/_internal/compiler/cte_utils.py | 2 +- .../snowpark/_internal/compiler/large_query_breakdown.py | 2 +- src/snowflake/snowpark/_internal/compiler/plan_compiler.py | 2 +- src/snowflake/snowpark/_internal/compiler/query_generator.py | 2 +- .../_internal/compiler/repeated_subquery_elimination.py | 2 +- .../snowpark/_internal/compiler/telemetry_constants.py | 2 +- src/snowflake/snowpark/_internal/compiler/utils.py | 2 +- src/snowflake/snowpark/_internal/error_message.py | 2 +- src/snowflake/snowpark/_internal/open_telemetry.py | 5 +---- src/snowflake/snowpark/_internal/packaging_utils.py | 2 +- src/snowflake/snowpark/_internal/proto/generated/__init__.py | 2 +- .../snowpark/_internal/select_projection_complexity_utils.py | 2 +- src/snowflake/snowpark/_internal/server_connection.py | 2 +- src/snowflake/snowpark/_internal/telemetry.py | 2 +- src/snowflake/snowpark/_internal/temp_table_auto_cleaner.py | 2 +- src/snowflake/snowpark/_internal/type_utils.py | 2 +- src/snowflake/snowpark/_internal/udf_utils.py | 2 +- src/snowflake/snowpark/_internal/utils.py | 2 +- src/snowflake/snowpark/async_job.py | 2 +- src/snowflake/snowpark/catalog.py | 2 +- src/snowflake/snowpark/column.py | 2 +- src/snowflake/snowpark/context.py | 2 +- src/snowflake/snowpark/dataframe.py | 2 +- src/snowflake/snowpark/dataframe_analytics_functions.py | 2 +- src/snowflake/snowpark/dataframe_na_functions.py | 2 +- src/snowflake/snowpark/dataframe_reader.py | 2 +- src/snowflake/snowpark/dataframe_stat_functions.py | 2 +- src/snowflake/snowpark/dataframe_writer.py | 2 +- src/snowflake/snowpark/exceptions.py | 2 +- src/snowflake/snowpark/file_operation.py | 2 +- src/snowflake/snowpark/files.py | 2 +- src/snowflake/snowpark/functions.py | 2 +- src/snowflake/snowpark/lineage.py | 2 +- src/snowflake/snowpark/mock/__init__.py | 2 +- src/snowflake/snowpark/mock/_analyzer.py | 2 +- src/snowflake/snowpark/mock/_connection.py | 2 +- src/snowflake/snowpark/mock/_constants.py | 2 +- src/snowflake/snowpark/mock/_functions.py | 2 +- src/snowflake/snowpark/mock/_nop_analyzer.py | 2 +- src/snowflake/snowpark/mock/_nop_connection.py | 2 +- src/snowflake/snowpark/mock/_nop_plan.py | 2 +- src/snowflake/snowpark/mock/_options.py | 2 +- src/snowflake/snowpark/mock/_pandas_util.py | 2 +- src/snowflake/snowpark/mock/_plan.py | 2 +- src/snowflake/snowpark/mock/_plan_builder.py | 2 +- src/snowflake/snowpark/mock/_select_statement.py | 2 +- src/snowflake/snowpark/mock/_snowflake_data_type.py | 2 +- .../snowpark/mock/_snowflake_to_pandas_converter.py | 2 +- src/snowflake/snowpark/mock/_stage_registry.py | 2 +- src/snowflake/snowpark/mock/_stored_procedure.py | 2 +- src/snowflake/snowpark/mock/_telemetry.py | 2 +- src/snowflake/snowpark/mock/_udaf.py | 2 +- src/snowflake/snowpark/mock/_udf.py | 2 +- src/snowflake/snowpark/mock/_udf_utils.py | 2 +- src/snowflake/snowpark/mock/_udtf.py | 2 +- src/snowflake/snowpark/mock/_util.py | 2 +- src/snowflake/snowpark/mock/_window_utils.py | 2 +- src/snowflake/snowpark/mock/exceptions.py | 2 +- src/snowflake/snowpark/modin/__init__.py | 2 +- src/snowflake/snowpark/modin/config/__init__.py | 2 +- src/snowflake/snowpark/modin/config/__main__.py | 2 +- src/snowflake/snowpark/modin/config/envvars.py | 2 +- src/snowflake/snowpark/modin/config/pubsub.py | 2 +- src/snowflake/snowpark/modin/conftest.py | 3 ++- src/snowflake/snowpark/modin/plugin/__init__.py | 2 +- src/snowflake/snowpark/modin/plugin/_internal/__init__.py | 2 +- .../snowpark/modin/plugin/_internal/aggregation_utils.py | 3 ++- src/snowflake/snowpark/modin/plugin/_internal/align_utils.py | 3 ++- src/snowflake/snowpark/modin/plugin/_internal/apply_utils.py | 3 ++- .../snowpark/modin/plugin/_internal/binary_op_utils.py | 3 ++- .../snowpark/modin/plugin/_internal/concat_utils.py | 3 ++- .../snowpark/modin/plugin/_internal/cumulative_utils.py | 3 ++- src/snowflake/snowpark/modin/plugin/_internal/cut_utils.py | 2 +- src/snowflake/snowpark/modin/plugin/_internal/frame.py | 3 ++- .../snowpark/modin/plugin/_internal/generator_utils.py | 3 +-- .../snowpark/modin/plugin/_internal/get_dummies_utils.py | 2 +- .../snowpark/modin/plugin/_internal/groupby_utils.py | 3 ++- .../snowpark/modin/plugin/_internal/indexing_utils.py | 3 ++- src/snowflake/snowpark/modin/plugin/_internal/io_utils.py | 2 +- src/snowflake/snowpark/modin/plugin/_internal/isin_utils.py | 3 ++- src/snowflake/snowpark/modin/plugin/_internal/join_utils.py | 3 ++- .../snowpark/modin/plugin/_internal/ordered_dataframe.py | 3 ++- src/snowflake/snowpark/modin/plugin/_internal/pivot_utils.py | 3 ++- .../snowpark/modin/plugin/_internal/resample_utils.py | 2 +- src/snowflake/snowpark/modin/plugin/_internal/session.py | 2 +- .../snowpark/modin/plugin/_internal/snowpark_pandas_types.py | 2 +- .../modin/plugin/_internal/statement_params_constants.py | 2 +- src/snowflake/snowpark/modin/plugin/_internal/telemetry.py | 3 ++- .../snowpark/modin/plugin/_internal/timestamp_utils.py | 2 +- .../snowpark/modin/plugin/_internal/transpose_utils.py | 3 ++- src/snowflake/snowpark/modin/plugin/_internal/type_utils.py | 3 ++- .../snowpark/modin/plugin/_internal/unpivot_utils.py | 4 ++++ src/snowflake/snowpark/modin/plugin/_internal/utils.py | 3 ++- src/snowflake/snowpark/modin/plugin/_internal/where_utils.py | 2 +- .../snowpark/modin/plugin/_internal/window_utils.py | 3 ++- src/snowflake/snowpark/modin/plugin/_typing.py | 2 +- src/snowflake/snowpark/modin/plugin/compiler/__init__.py | 2 +- src/snowflake/snowpark/modin/plugin/compiler/doc_utils.py | 2 +- .../modin/plugin/compiler/snowflake_query_compiler.py | 3 ++- src/snowflake/snowpark/modin/plugin/docstrings/__init__.py | 2 +- src/snowflake/snowpark/modin/plugin/docstrings/base.py | 2 +- src/snowflake/snowpark/modin/plugin/docstrings/dataframe.py | 2 +- .../snowpark/modin/plugin/docstrings/datetime_index.py | 2 +- src/snowflake/snowpark/modin/plugin/docstrings/general.py | 2 +- src/snowflake/snowpark/modin/plugin/docstrings/groupby.py | 2 +- src/snowflake/snowpark/modin/plugin/docstrings/index.py | 2 +- src/snowflake/snowpark/modin/plugin/docstrings/io.py | 2 +- src/snowflake/snowpark/modin/plugin/docstrings/resample.py | 2 +- src/snowflake/snowpark/modin/plugin/docstrings/series.py | 2 +- .../snowpark/modin/plugin/docstrings/series_utils.py | 2 +- .../snowpark/modin/plugin/docstrings/shared_docs.py | 3 ++- src/snowflake/snowpark/modin/plugin/docstrings/window.py | 2 +- src/snowflake/snowpark/modin/plugin/extensions/__init__.py | 2 +- .../snowpark/modin/plugin/extensions/base_extensions.py | 2 +- .../snowpark/modin/plugin/extensions/base_overrides.py | 2 +- .../snowpark/modin/plugin/extensions/dataframe_extensions.py | 2 +- .../snowpark/modin/plugin/extensions/dataframe_overrides.py | 2 +- .../snowpark/modin/plugin/extensions/datetime_index.py | 2 +- .../snowpark/modin/plugin/extensions/general_overrides.py | 2 +- .../snowpark/modin/plugin/extensions/groupby_overrides.py | 2 +- src/snowflake/snowpark/modin/plugin/extensions/index.py | 2 +- .../snowpark/modin/plugin/extensions/indexing_overrides.py | 2 +- .../snowpark/modin/plugin/extensions/io_overrides.py | 3 ++- .../snowpark/modin/plugin/extensions/pd_extensions.py | 2 +- .../snowpark/modin/plugin/extensions/resample_overrides.py | 2 +- .../snowpark/modin/plugin/extensions/series_extensions.py | 2 +- .../snowpark/modin/plugin/extensions/series_overrides.py | 2 +- .../modin/plugin/extensions/snow_partition_iterator.py | 2 +- .../snowpark/modin/plugin/extensions/timedelta_index.py | 2 +- src/snowflake/snowpark/modin/plugin/extensions/utils.py | 2 +- .../snowpark/modin/plugin/extensions/window_overrides.py | 2 +- src/snowflake/snowpark/modin/plugin/io/__init__.py | 2 +- src/snowflake/snowpark/modin/plugin/io/factories.py | 2 +- src/snowflake/snowpark/modin/plugin/io/snow_io.py | 2 +- src/snowflake/snowpark/modin/plugin/utils/__init__.py | 2 +- src/snowflake/snowpark/modin/plugin/utils/error_message.py | 2 +- src/snowflake/snowpark/modin/plugin/utils/exceptions.py | 2 +- .../snowpark/modin/plugin/utils/frontend_constants.py | 2 +- src/snowflake/snowpark/modin/plugin/utils/numpy_to_pandas.py | 3 ++- src/snowflake/snowpark/modin/plugin/utils/warning_message.py | 3 ++- src/snowflake/snowpark/modin/utils.py | 2 +- src/snowflake/snowpark/query_history.py | 2 +- src/snowflake/snowpark/relational_grouped_dataframe.py | 2 +- src/snowflake/snowpark/row.py | 2 +- src/snowflake/snowpark/session.py | 2 +- src/snowflake/snowpark/stored_procedure.py | 2 +- src/snowflake/snowpark/stored_procedure_profiler.py | 2 +- src/snowflake/snowpark/table.py | 2 +- src/snowflake/snowpark/table_function.py | 2 +- src/snowflake/snowpark/testing.py | 2 +- src/snowflake/snowpark/types.py | 2 +- src/snowflake/snowpark/udaf.py | 2 +- src/snowflake/snowpark/udf.py | 2 +- src/snowflake/snowpark/udtf.py | 2 +- src/snowflake/snowpark/version.py | 4 +--- src/snowflake/snowpark/window.py | 2 +- tests/__init__.py | 2 +- tests/ast/ast_test_utils.py | 2 +- tests/ast/conftest.py | 2 +- tests/ast/test_ast_driver.py | 2 +- tests/ast/test_ast_parameter.py | 2 +- tests/ast/test_ast_setup.py | 2 +- tests/conftest.py | 2 +- tests/integ/__init__.py | 2 +- tests/integ/compiler/test_query_generator.py | 2 +- tests/integ/conftest.py | 2 +- tests/integ/modin/__init__.py | 2 +- tests/integ/modin/binary/__init__.py | 2 +- tests/integ/modin/binary/test_binary_not_implemented.py | 2 +- tests/integ/modin/binary/test_binary_op.py | 3 ++- tests/integ/modin/binary/test_timedelta.py | 2 +- tests/integ/modin/conftest.py | 3 ++- tests/integ/modin/crosstab/conftest.py | 2 +- tests/integ/modin/crosstab/test_crosstab.py | 2 +- tests/integ/modin/data.py | 3 ++- tests/integ/modin/extensions/__init__.py | 2 +- tests/integ/modin/extensions/test_dataframe_extensions.py | 2 +- tests/integ/modin/extensions/test_series_extensions.py | 2 +- tests/integ/modin/frame/__init__.py | 2 +- tests/integ/modin/frame/conftest.py | 3 +-- tests/integ/modin/frame/test_add_prefix.py | 3 +-- tests/integ/modin/frame/test_add_suffix.py | 3 +-- tests/integ/modin/frame/test_aggregate.py | 3 ++- tests/integ/modin/frame/test_align.py | 3 +-- tests/integ/modin/frame/test_all_any.py | 3 +-- tests/integ/modin/frame/test_apply.py | 2 +- tests/integ/modin/frame/test_apply_axis_0.py | 2 +- tests/integ/modin/frame/test_applymap.py | 3 ++- tests/integ/modin/frame/test_assign.py | 2 +- tests/integ/modin/frame/test_astype.py | 2 +- tests/integ/modin/frame/test_at.py | 3 ++- tests/integ/modin/frame/test_attrs.py | 2 +- tests/integ/modin/frame/test_axis.py | 3 ++- tests/integ/modin/frame/test_bfill_ffill.py | 2 +- tests/integ/modin/frame/test_cache_result.py | 3 +-- tests/integ/modin/frame/test_compare.py | 2 +- tests/integ/modin/frame/test_copy.py | 3 ++- tests/integ/modin/frame/test_cumulative.py | 2 +- tests/integ/modin/frame/test_describe.py | 2 +- tests/integ/modin/frame/test_diff.py | 3 ++- tests/integ/modin/frame/test_drop.py | 2 +- tests/integ/modin/frame/test_drop_duplicates.py | 2 +- tests/integ/modin/frame/test_dropna.py | 2 +- tests/integ/modin/frame/test_dtypes.py | 2 +- tests/integ/modin/frame/test_duplicated.py | 2 +- tests/integ/modin/frame/test_empty.py | 3 +-- tests/integ/modin/frame/test_equals.py | 2 +- tests/integ/modin/frame/test_fillna.py | 2 +- tests/integ/modin/frame/test_filter.py | 2 +- tests/integ/modin/frame/test_first_last_valid_index.py | 3 ++- tests/integ/modin/frame/test_from_dict.py | 3 ++- tests/integ/modin/frame/test_from_records.py | 3 ++- tests/integ/modin/frame/test_getattr.py | 2 +- tests/integ/modin/frame/test_getitem.py | 3 ++- tests/integ/modin/frame/test_head_tail.py | 3 ++- tests/integ/modin/frame/test_iat.py | 3 ++- tests/integ/modin/frame/test_idxmax_idxmin.py | 3 +-- tests/integ/modin/frame/test_iloc.py | 3 ++- tests/integ/modin/frame/test_info.py | 2 +- tests/integ/modin/frame/test_insert.py | 3 ++- tests/integ/modin/frame/test_interchange_protocol.py | 2 +- tests/integ/modin/frame/test_isin.py | 3 ++- tests/integ/modin/frame/test_isna.py | 3 +-- tests/integ/modin/frame/test_items.py | 2 +- tests/integ/modin/frame/test_iterrows.py | 2 +- tests/integ/modin/frame/test_itertuples.py | 2 +- tests/integ/modin/frame/test_join.py | 2 +- tests/integ/modin/frame/test_len.py | 2 +- tests/integ/modin/frame/test_loc.py | 3 ++- tests/integ/modin/frame/test_mask.py | 2 +- tests/integ/modin/frame/test_melt.py | 2 +- tests/integ/modin/frame/test_memory_usage.py | 2 +- tests/integ/modin/frame/test_merge.py | 3 ++- tests/integ/modin/frame/test_name.py | 2 +- tests/integ/modin/frame/test_ndim.py | 3 +-- tests/integ/modin/frame/test_nlargest_nsmallest.py | 3 ++- tests/integ/modin/frame/test_nunique.py | 2 +- tests/integ/modin/frame/test_pct_change.py | 2 +- tests/integ/modin/frame/test_quantile.py | 2 +- tests/integ/modin/frame/test_rank.py | 3 ++- tests/integ/modin/frame/test_reindex.py | 2 +- tests/integ/modin/frame/test_rename.py | 2 +- tests/integ/modin/frame/test_replace.py | 3 ++- tests/integ/modin/frame/test_repr.py | 2 +- tests/integ/modin/frame/test_reset_index.py | 2 +- tests/integ/modin/frame/test_round.py | 2 +- tests/integ/modin/frame/test_sample.py | 2 +- tests/integ/modin/frame/test_select_dtypes.py | 2 +- tests/integ/modin/frame/test_set_index.py | 3 ++- tests/integ/modin/frame/test_setitem.py | 3 ++- tests/integ/modin/frame/test_shape.py | 3 +-- tests/integ/modin/frame/test_shift.py | 3 ++- tests/integ/modin/frame/test_size.py | 3 +-- tests/integ/modin/frame/test_skew.py | 3 ++- tests/integ/modin/frame/test_sort_index.py | 3 ++- tests/integ/modin/frame/test_sort_values.py | 3 ++- tests/integ/modin/frame/test_squeeze.py | 2 +- tests/integ/modin/frame/test_stack.py | 2 +- tests/integ/modin/frame/test_style.py | 2 +- tests/integ/modin/frame/test_take.py | 2 +- tests/integ/modin/frame/test_to_snowflake.py | 3 ++- tests/integ/modin/frame/test_to_snowpark.py | 3 ++- tests/integ/modin/frame/test_transpose.py | 2 +- tests/integ/modin/frame/test_tz_convert.py | 2 +- tests/integ/modin/frame/test_tz_localize.py | 2 +- tests/integ/modin/frame/test_unary_op.py | 2 +- tests/integ/modin/frame/test_unstack.py | 2 +- tests/integ/modin/frame/test_value_counts.py | 2 +- tests/integ/modin/frame/test_where.py | 2 +- tests/integ/modin/groupby/__init__.py | 2 +- tests/integ/modin/groupby/conftest.py | 3 ++- tests/integ/modin/groupby/test_all_any.py | 3 ++- tests/integ/modin/groupby/test_groupby___iter__.py | 3 ++- tests/integ/modin/groupby/test_groupby_apply.py | 2 +- tests/integ/modin/groupby/test_groupby_basic_agg.py | 3 ++- tests/integ/modin/groupby/test_groupby_bfill_ffill.py | 3 ++- .../integ/modin/groupby/test_groupby_dataframe_cumulative.py | 2 +- tests/integ/modin/groupby/test_groupby_dataframe_rank.py | 3 ++- tests/integ/modin/groupby/test_groupby_dataframe_shift.py | 2 +- tests/integ/modin/groupby/test_groupby_default2pandas.py | 2 +- tests/integ/modin/groupby/test_groupby_fillna.py | 3 ++- tests/integ/modin/groupby/test_groupby_first_last.py | 3 ++- tests/integ/modin/groupby/test_groupby_get_group.py | 3 ++- tests/integ/modin/groupby/test_groupby_getitem.py | 3 ++- tests/integ/modin/groupby/test_groupby_head_tail.py | 3 ++- tests/integ/modin/groupby/test_groupby_idxmax_idxmin.py | 3 ++- tests/integ/modin/groupby/test_groupby_named_agg.py | 3 ++- tests/integ/modin/groupby/test_groupby_negative.py | 3 ++- tests/integ/modin/groupby/test_groupby_ngroups.py | 2 +- tests/integ/modin/groupby/test_groupby_nunique.py | 2 +- tests/integ/modin/groupby/test_groupby_property.py | 2 +- tests/integ/modin/groupby/test_groupby_series.py | 2 +- tests/integ/modin/groupby/test_groupby_series_cumulative.py | 2 +- tests/integ/modin/groupby/test_groupby_series_rank.py | 3 ++- tests/integ/modin/groupby/test_groupby_series_shift.py | 2 +- tests/integ/modin/groupby/test_groupby_size.py | 3 ++- tests/integ/modin/groupby/test_groupby_transform.py | 2 +- tests/integ/modin/groupby/test_groupby_unique.py | 3 ++- tests/integ/modin/groupby/test_grouping.py | 3 ++- tests/integ/modin/groupby/test_min_max.py | 3 ++- tests/integ/modin/groupby/test_pct_change.py | 3 ++- tests/integ/modin/groupby/test_quantile.py | 2 +- tests/integ/modin/groupby/test_value_counts.py | 2 +- tests/integ/modin/index/__init__.py | 2 +- tests/integ/modin/index/conftest.py | 3 ++- tests/integ/modin/index/test_all_any.py | 2 +- tests/integ/modin/index/test_argmax_argmin.py | 2 +- tests/integ/modin/index/test_astype.py | 2 +- tests/integ/modin/index/test_datetime_index_methods.py | 3 ++- .../integ/modin/index/test_df_series_creation_with_index.py | 3 ++- tests/integ/modin/index/test_equals.py | 2 +- tests/integ/modin/index/test_index_methods.py | 2 +- tests/integ/modin/index/test_index_ops.py | 2 +- tests/integ/modin/index/test_indexing.py | 3 ++- tests/integ/modin/index/test_monotonic.py | 2 +- tests/integ/modin/index/test_name.py | 2 +- tests/integ/modin/index/test_reindex.py | 2 +- tests/integ/modin/index/test_repr.py | 2 +- tests/integ/modin/index/test_sort_values.py | 2 +- tests/integ/modin/index/test_timedelta_index_methods.py | 2 +- tests/integ/modin/index/test_transpose.py | 3 +-- tests/integ/modin/index/test_unique.py | 2 +- tests/integ/modin/index/test_value_counts.py | 2 +- tests/integ/modin/interoperability/plotly/test_plotly.py | 2 +- .../modin/interoperability/scikit-learn/test_scikit_learn.py | 2 +- tests/integ/modin/io/test_json_normalize.py | 3 ++- tests/integ/modin/io/test_read_csv.py | 2 +- tests/integ/modin/io/test_read_excel.py | 3 ++- tests/integ/modin/io/test_read_html.py | 3 ++- tests/integ/modin/io/test_read_json.py | 2 +- tests/integ/modin/io/test_read_parquet.py | 2 +- tests/integ/modin/io/test_read_pickle.py | 3 ++- tests/integ/modin/io/test_read_sas.py | 3 ++- tests/integ/modin/io/test_read_snowflake.py | 3 ++- tests/integ/modin/io/test_read_snowflake_query_call.py | 3 ++- tests/integ/modin/io/test_read_snowflake_query_cte.py | 3 ++- tests/integ/modin/io/test_read_snowflake_query_order_by.py | 3 ++- tests/integ/modin/io/test_read_snowflake_select_query.py | 3 ++- tests/integ/modin/io/test_read_xml.py | 3 ++- tests/integ/modin/io/test_to_csv.py | 2 +- tests/integ/modin/io/test_to_dict.py | 2 +- tests/integ/modin/io/test_to_pandas.py | 2 +- tests/integ/modin/pandas_api_coverage.py | 2 +- tests/integ/modin/pivot/__init__.py | 2 +- tests/integ/modin/pivot/conftest.py | 3 ++- tests/integ/modin/pivot/pivot_utils.py | 3 ++- tests/integ/modin/pivot/test_pivot.py | 2 +- tests/integ/modin/pivot/test_pivot_table_dropna.py | 3 ++- tests/integ/modin/pivot/test_pivot_table_fill_value.py | 3 ++- tests/integ/modin/pivot/test_pivot_table_margins.py | 2 +- tests/integ/modin/pivot/test_pivot_table_multiple.py | 3 ++- tests/integ/modin/pivot/test_pivot_table_negative.py | 2 +- tests/integ/modin/pivot/test_pivot_table_single.py | 2 +- tests/integ/modin/pivot/test_pivot_utils.py | 2 +- tests/integ/modin/resample/__init__.py | 2 +- tests/integ/modin/resample/test_resample.py | 3 ++- tests/integ/modin/resample/test_resample_asfreq.py | 2 +- tests/integ/modin/resample/test_resample_fillna.py | 3 ++- tests/integ/modin/resample/test_resample_negative.py | 2 +- tests/integ/modin/resample/test_resample_on.py | 2 +- tests/integ/modin/resample/test_resample_property.py | 3 ++- tests/integ/modin/series/__init__.py | 2 +- tests/integ/modin/series/conftest.py | 3 ++- tests/integ/modin/series/test_add_prefix.py | 3 +-- tests/integ/modin/series/test_add_suffix.py | 3 +-- tests/integ/modin/series/test_aggregate.py | 3 ++- tests/integ/modin/series/test_align.py | 3 +-- tests/integ/modin/series/test_all_any.py | 3 +-- tests/integ/modin/series/test_apply_and_map.py | 3 ++- tests/integ/modin/series/test_argmax_argmin.py | 2 +- tests/integ/modin/series/test_astype.py | 3 ++- tests/integ/modin/series/test_at.py | 3 ++- tests/integ/modin/series/test_axis.py | 3 ++- tests/integ/modin/series/test_between.py | 2 +- tests/integ/modin/series/test_bfill_ffill.py | 2 +- tests/integ/modin/series/test_bitwise_operators.py | 3 ++- tests/integ/modin/series/test_cache_result.py | 3 +-- tests/integ/modin/series/test_case_when.py | 2 +- tests/integ/modin/series/test_compare.py | 2 +- tests/integ/modin/series/test_convert_dtype.py | 2 +- tests/integ/modin/series/test_copy.py | 3 ++- tests/integ/modin/series/test_cumulative.py | 2 +- tests/integ/modin/series/test_describe.py | 3 ++- tests/integ/modin/series/test_diff.py | 3 ++- tests/integ/modin/series/test_drop_duplicates.py | 2 +- tests/integ/modin/series/test_dropna.py | 2 +- tests/integ/modin/series/test_dt_accessor.py | 2 +- tests/integ/modin/series/test_dt_accessor_unsupported.py | 2 +- tests/integ/modin/series/test_duplicated.py | 2 +- tests/integ/modin/series/test_empty.py | 3 +-- tests/integ/modin/series/test_equals.py | 2 +- tests/integ/modin/series/test_fillna.py | 3 +-- tests/integ/modin/series/test_first_last_valid_index.py | 3 ++- tests/integ/modin/series/test_getattr.py | 2 +- tests/integ/modin/series/test_getitem.py | 3 ++- tests/integ/modin/series/test_head_tail.py | 3 ++- tests/integ/modin/series/test_iat.py | 3 ++- tests/integ/modin/series/test_idxmax_idxmin.py | 2 +- tests/integ/modin/series/test_iloc.py | 3 ++- tests/integ/modin/series/test_isin.py | 3 ++- tests/integ/modin/series/test_isna.py | 3 +-- tests/integ/modin/series/test_items.py | 2 +- tests/integ/modin/series/test_len.py | 2 +- tests/integ/modin/series/test_loc.py | 3 ++- tests/integ/modin/series/test_mask.py | 2 +- tests/integ/modin/series/test_monotonic.py | 2 +- tests/integ/modin/series/test_name.py | 2 +- tests/integ/modin/series/test_ndim.py | 3 +-- tests/integ/modin/series/test_nlargest_nsmallest.py | 3 ++- tests/integ/modin/series/test_nunique.py | 2 +- tests/integ/modin/series/test_pct_change.py | 2 +- tests/integ/modin/series/test_quantile.py | 3 ++- tests/integ/modin/series/test_rank.py | 3 ++- tests/integ/modin/series/test_reindex.py | 2 +- tests/integ/modin/series/test_rename.py | 2 +- tests/integ/modin/series/test_replace.py | 3 ++- tests/integ/modin/series/test_repr.py | 2 +- tests/integ/modin/series/test_reset_index.py | 3 ++- tests/integ/modin/series/test_round.py | 2 +- tests/integ/modin/series/test_sample.py | 2 +- tests/integ/modin/series/test_setitem.py | 3 ++- tests/integ/modin/series/test_shape.py | 3 +-- tests/integ/modin/series/test_shift.py | 2 +- tests/integ/modin/series/test_size.py | 3 +-- tests/integ/modin/series/test_sort_index.py | 3 ++- tests/integ/modin/series/test_sort_values.py | 3 ++- tests/integ/modin/series/test_squeeze.py | 2 +- tests/integ/modin/series/test_str_accessor.py | 2 +- tests/integ/modin/series/test_take.py | 2 +- tests/integ/modin/series/test_to_list.py | 2 +- tests/integ/modin/series/test_to_snowflake.py | 3 ++- tests/integ/modin/series/test_to_snowpark.py | 3 ++- tests/integ/modin/series/test_transpose.py | 2 +- tests/integ/modin/series/test_tz_convert.py | 2 +- tests/integ/modin/series/test_tz_localize.py | 2 +- tests/integ/modin/series/test_unary_op.py | 2 +- tests/integ/modin/series/test_unique.py | 3 ++- tests/integ/modin/series/test_unstack.py | 2 +- tests/integ/modin/series/test_value_counts.py | 2 +- tests/integ/modin/series/test_where.py | 2 +- tests/integ/modin/strings/__init__.py | 2 +- tests/integ/modin/strings/test_case_justify.py | 2 +- tests/integ/modin/strings/test_cat.py | 2 +- tests/integ/modin/strings/test_extract.py | 2 +- tests/integ/modin/strings/test_get_dummies.py | 3 ++- tests/integ/modin/strings/test_get_dummies_dataframe.py | 3 ++- tests/integ/modin/strings/test_get_dummies_series.py | 3 ++- tests/integ/modin/strings/test_strings.py | 2 +- tests/integ/modin/strings/test_translate.py | 2 +- tests/integ/modin/test_apply_snowpark_python_functions.py | 2 +- tests/integ/modin/test_chained_operations.py | 2 +- tests/integ/modin/test_classes.py | 3 ++- tests/integ/modin/test_concat.py | 2 +- tests/integ/modin/test_cut.py | 3 ++- tests/integ/modin/test_df_to_snowpark_pandas.py | 3 ++- tests/integ/modin/test_dtype_mapping.py | 2 +- tests/integ/modin/test_from_pandas_to_pandas.py | 3 ++- tests/integ/modin/test_internal_frame.py | 3 ++- tests/integ/modin/test_merge.py | 2 +- tests/integ/modin/test_merge_asof.py | 2 +- tests/integ/modin/test_modin_extra_without_pandas_extra.py | 2 +- tests/integ/modin/test_modin_stored_procedures.py | 3 ++- tests/integ/modin/test_numpy.py | 2 +- tests/integ/modin/test_old_numpy_aliases.py | 2 +- tests/integ/modin/test_ordered_dataframe.py | 3 ++- tests/integ/modin/test_plot.py | 2 +- tests/integ/modin/test_qcut.py | 3 ++- tests/integ/modin/test_session.py | 3 ++- tests/integ/modin/test_session_write_pandas.py | 2 +- tests/integ/modin/test_sql_counter.py | 3 ++- tests/integ/modin/test_telemetry.py | 3 ++- tests/integ/modin/test_timedelta_ops.py | 3 +-- tests/integ/modin/test_to_numpy.py | 2 +- tests/integ/modin/test_unimplemented.py | 3 ++- tests/integ/modin/test_unique.py | 2 +- tests/integ/modin/test_utils.py | 3 ++- tests/integ/modin/tools/__init__.py | 2 +- tests/integ/modin/tools/test_date_range.py | 3 +-- tests/integ/modin/tools/test_to_datetime.py | 2 +- tests/integ/modin/tools/test_to_numeric.py | 3 ++- tests/integ/modin/tools/test_to_timedelta.py | 2 +- tests/integ/modin/types/test_timedelta.py | 3 ++- tests/integ/modin/types/test_timedelta_indexing.py | 2 +- tests/integ/modin/utils.py | 3 ++- tests/integ/modin/window/test_expanding.py | 2 +- tests/integ/modin/window/test_rolling.py | 3 ++- tests/integ/modin/window/utils.py | 2 +- tests/integ/scala/__init__.py | 2 +- tests/integ/scala/test_async_job_suite.py | 2 +- tests/integ/scala/test_column_suite.py | 2 +- tests/integ/scala/test_complex_dataframe_suite.py | 2 +- tests/integ/scala/test_dataframe_aggregate_suite.py | 2 +- tests/integ/scala/test_dataframe_copy_into.py | 2 +- tests/integ/scala/test_dataframe_join_suite.py | 2 +- tests/integ/scala/test_dataframe_range_suite.py | 2 +- tests/integ/scala/test_dataframe_reader_suite.py | 2 +- tests/integ/scala/test_dataframe_set_operations_suite.py | 2 +- tests/integ/scala/test_dataframe_suite.py | 2 +- tests/integ/scala/test_dataframe_writer_suite.py | 2 +- tests/integ/scala/test_datatype_suite.py | 2 +- tests/integ/scala/test_file_operation_suite.py | 2 +- tests/integ/scala/test_function_suite.py | 2 +- tests/integ/scala/test_large_dataframe_suite.py | 2 +- tests/integ/scala/test_literal_suite.py | 2 +- tests/integ/scala/test_permanent_udf_suite.py | 2 +- tests/integ/scala/test_query_tag_suite.py | 2 +- tests/integ/scala/test_result_attributes_suite.py | 2 +- tests/integ/scala/test_result_schema_suite.py | 2 +- tests/integ/scala/test_session_suite.py | 2 +- tests/integ/scala/test_snowflake_plan_suite.py | 2 +- tests/integ/scala/test_sql_suite.py | 2 +- tests/integ/scala/test_table_function_suite.py | 2 +- tests/integ/scala/test_table_suite.py | 2 +- tests/integ/scala/test_udf_suite.py | 2 +- tests/integ/scala/test_udtf_suite.py | 2 +- tests/integ/scala/test_update_delete_merge_suite.py | 2 +- tests/integ/scala/test_view_suite.py | 2 +- tests/integ/scala/test_window_frame_suite.py | 2 +- tests/integ/scala/test_window_spec_suite.py | 2 +- tests/integ/test_bind_variable.py | 2 +- tests/integ/test_catalog.py | 2 +- tests/integ/test_column.py | 2 +- tests/integ/test_column_names.py | 2 +- tests/integ/test_context.py | 2 +- tests/integ/test_cte.py | 2 +- tests/integ/test_dataframe.py | 2 +- tests/integ/test_datatypes.py | 2 +- tests/integ/test_deepcopy.py | 2 +- tests/integ/test_df_aggregate.py | 2 +- tests/integ/test_df_analytics.py | 2 +- tests/integ/test_df_sort.py | 2 +- tests/integ/test_df_to_pandas.py | 2 +- tests/integ/test_df_to_snowpark_pandas.py | 2 +- tests/integ/test_function.py | 2 +- tests/integ/test_large_query_breakdown.py | 2 +- tests/integ/test_lineage.py | 2 +- tests/integ/test_multithreading.py | 2 +- tests/integ/test_nested_select_plan_analysis.py | 2 +- tests/integ/test_open_telemetry.py | 2 +- tests/integ/test_packaging.py | 2 +- tests/integ/test_pandas_to_df.py | 2 +- tests/integ/test_query_history.py | 2 +- tests/integ/test_query_plan_analysis.py | 2 +- tests/integ/test_reduce_describe_query.py | 2 +- tests/integ/test_scoped_temp_objects.py | 2 +- tests/integ/test_session.py | 2 +- tests/integ/test_simplifier_suite.py | 2 +- tests/integ/test_stored_procedure.py | 2 +- tests/integ/test_stored_procedure_profiler.py | 2 +- tests/integ/test_table_function.py | 2 +- tests/integ/test_telemetry.py | 2 +- tests/integ/test_temp_table_cleanup.py | 2 +- tests/integ/test_testing.py | 2 +- tests/integ/test_udaf.py | 2 +- tests/integ/test_udf.py | 2 +- tests/integ/test_udtf.py | 2 +- tests/integ/utils/sql_counter.py | 2 +- tests/mock/conftest.py | 2 +- tests/mock/files/udf_file.py | 2 +- tests/mock/test_column.py | 2 +- tests/mock/test_exception.py | 2 +- tests/mock/test_filter.py | 2 +- tests/mock/test_functions.py | 2 +- tests/mock/test_multithreading.py | 2 +- tests/mock/test_not_implemented_error.py | 2 +- tests/mock/test_oob_telemetry.py | 2 +- tests/mock/test_pandas_util.py | 2 +- tests/mock/test_session.py | 2 +- tests/mock/test_snowflake_data_type.py | 2 +- tests/mock/test_sort.py | 2 +- tests/mock/test_stage_registry.py | 2 +- tests/mock/test_udf.py | 2 +- tests/mock/test_union.py | 2 +- tests/mock/test_util.py | 2 +- tests/perf/long_runner.py | 2 +- tests/perf/perf_runner.py | 2 +- tests/unit/__init__.py | 2 +- tests/unit/ast/test_ast_proto.py | 2 +- tests/unit/ast/test_batch.py | 2 +- tests/unit/ast/test_utils.py | 2 +- tests/unit/compiler/test_large_query_breakdown.py | 2 +- tests/unit/compiler/test_replace_child_and_update_node.py | 2 +- tests/unit/conftest.py | 2 +- tests/unit/mock_module.py | 2 +- tests/unit/modin/__init__.py | 2 +- tests/unit/modin/conftest.py | 2 +- tests/unit/modin/default2pandas/__init__.py | 2 +- tests/unit/modin/extensions/__init__.py | 2 +- tests/unit/modin/extensions/test_pd_extensions.py | 2 +- tests/unit/modin/modin/__init__.py | 2 +- tests/unit/modin/modin/docs_module/__init__.py | 2 +- tests/unit/modin/modin/docs_module/classes.py | 2 +- tests/unit/modin/modin/docs_module/functions.py | 2 +- .../unit/modin/modin/docs_module_with_just_base/__init__.py | 2 +- tests/unit/modin/modin/docs_module_with_just_base/classes.py | 2 +- tests/unit/modin/modin/test_envvars.py | 2 +- tests/unit/modin/modin/test_parameter.py | 2 +- tests/unit/modin/test_aggregation_utils.py | 2 +- tests/unit/modin/test_apply_utils.py | 3 ++- tests/unit/modin/test_binary_op_utils.py | 2 +- tests/unit/modin/test_class.py | 2 +- tests/unit/modin/test_docstrings.py | 2 +- tests/unit/modin/test_frontend_utils.py | 2 +- tests/unit/modin/test_groupby_unsupported.py | 3 ++- tests/unit/modin/test_groupby_utils.py | 2 +- tests/unit/modin/test_internal_frame.py | 2 +- tests/unit/modin/test_io.py | 2 +- tests/unit/modin/test_join_utils.py | 2 +- tests/unit/modin/test_ordered_dataframe.py | 2 +- tests/unit/modin/test_pandas_module.py | 2 +- tests/unit/modin/test_python_version.py | 2 +- tests/unit/modin/test_series_cat.py | 3 ++- tests/unit/modin/test_series_dt.py | 2 +- tests/unit/modin/test_series_strings.py | 2 +- tests/unit/modin/test_snowflake_query_compiler.py | 2 +- tests/unit/modin/test_snowpark_pandas_types.py | 2 +- tests/unit/modin/test_telemetry.py | 3 ++- tests/unit/modin/test_test_utils.py | 2 +- tests/unit/modin/test_type_annotations.py | 2 +- tests/unit/modin/test_type_utils.py | 2 +- tests/unit/modin/test_unsupported.py | 3 ++- tests/unit/modin/test_utils.py | 3 ++- tests/unit/scala/__init__.py | 2 +- tests/unit/scala/test_datatype_suite.py | 2 +- tests/unit/scala/test_df_suite.py | 2 +- tests/unit/scala/test_error_message.py | 2 +- tests/unit/scala/test_expression_and_plan_node_suite.py | 2 +- tests/unit/scala/test_utils_suite.py | 2 +- tests/unit/test_analyzer_util_suite.py | 2 +- tests/unit/test_ast_utils.py | 2 +- tests/unit/test_code_generation.py | 2 +- tests/unit/test_column.py | 2 +- tests/unit/test_cte.py | 2 +- tests/unit/test_dataframe.py | 2 +- tests/unit/test_datatype_mapper.py | 2 +- tests/unit/test_deepcopy.py | 2 +- tests/unit/test_deprecation.py | 2 +- tests/unit/test_error_message.py | 2 +- tests/unit/test_expression_dependent_columns.py | 2 +- tests/unit/test_expressions.py | 2 +- tests/unit/test_file_operation.py | 2 +- tests/unit/test_files.py | 2 +- tests/unit/test_function.py | 2 +- tests/unit/test_generated_udf_lock.py | 2 +- tests/unit/test_internal_utils.py | 2 +- tests/unit/test_lineage.py | 2 +- tests/unit/test_open_telemetry.py | 2 +- tests/unit/test_packaging_utils.py | 2 +- tests/unit/test_pandas_to_df.py | 2 +- tests/unit/test_query_history.py | 2 +- tests/unit/test_query_plan_analysis.py | 2 +- tests/unit/test_query_tag.py | 2 +- tests/unit/test_row.py | 2 +- tests/unit/test_server_connection.py | 2 +- tests/unit/test_session.py | 2 +- tests/unit/test_stored_procedure.py | 2 +- tests/unit/test_telemetry.py | 2 +- tests/unit/test_types.py | 2 +- tests/unit/test_udaf.py | 2 +- tests/unit/test_udf.py | 2 +- tests/unit/test_udf_utils.py | 2 +- tests/unit/test_udtf.py | 2 +- tests/utils.py | 2 +- 691 files changed, 846 insertions(+), 722 deletions(-) diff --git a/license_header.txt b/license_header.txt index a7e37a1b367..889ea185398 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,3 +1,3 @@ -Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. diff --git a/src/snowflake/snowpark/__init__.py b/src/snowflake/snowpark/__init__.py index 32091fc74d6..de132926d03 100644 --- a/src/snowflake/snowpark/__init__.py +++ b/src/snowflake/snowpark/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/_internal/__init__.py b/src/snowflake/snowpark/_internal/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/_internal/__init__.py +++ b/src/snowflake/snowpark/_internal/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/_internal/analyzer/__init__.py b/src/snowflake/snowpark/_internal/analyzer/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/_internal/analyzer/__init__.py +++ b/src/snowflake/snowpark/_internal/analyzer/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/_internal/analyzer/analyzer.py b/src/snowflake/snowpark/_internal/analyzer/analyzer.py index 328a7d5d0b3..99b63cf61f6 100644 --- a/src/snowflake/snowpark/_internal/analyzer/analyzer.py +++ b/src/snowflake/snowpark/_internal/analyzer/analyzer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import uuid from collections import Counter, defaultdict diff --git a/src/snowflake/snowpark/_internal/analyzer/analyzer_utils.py b/src/snowflake/snowpark/_internal/analyzer/analyzer_utils.py index 4c7c8975781..504856e4759 100644 --- a/src/snowflake/snowpark/_internal/analyzer/analyzer_utils.py +++ b/src/snowflake/snowpark/_internal/analyzer/analyzer_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/src/snowflake/snowpark/_internal/analyzer/binary_expression.py b/src/snowflake/snowpark/_internal/analyzer/binary_expression.py index 22591f55e47..12c5d48ce06 100644 --- a/src/snowflake/snowpark/_internal/analyzer/binary_expression.py +++ b/src/snowflake/snowpark/_internal/analyzer/binary_expression.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import AbstractSet, List, Optional diff --git a/src/snowflake/snowpark/_internal/analyzer/binary_plan_node.py b/src/snowflake/snowpark/_internal/analyzer/binary_plan_node.py index f7d37c4ae14..a760ab87290 100644 --- a/src/snowflake/snowpark/_internal/analyzer/binary_plan_node.py +++ b/src/snowflake/snowpark/_internal/analyzer/binary_plan_node.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Dict, List, Optional diff --git a/src/snowflake/snowpark/_internal/analyzer/datatype_mapper.py b/src/snowflake/snowpark/_internal/analyzer/datatype_mapper.py index f7b6063b40e..81f9b3c644a 100644 --- a/src/snowflake/snowpark/_internal/analyzer/datatype_mapper.py +++ b/src/snowflake/snowpark/_internal/analyzer/datatype_mapper.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import binascii diff --git a/src/snowflake/snowpark/_internal/analyzer/expression.py b/src/snowflake/snowpark/_internal/analyzer/expression.py index 34dc51763a8..473e123d16e 100644 --- a/src/snowflake/snowpark/_internal/analyzer/expression.py +++ b/src/snowflake/snowpark/_internal/analyzer/expression.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/src/snowflake/snowpark/_internal/analyzer/grouping_set.py b/src/snowflake/snowpark/_internal/analyzer/grouping_set.py index 012940471d0..cfd90483f80 100644 --- a/src/snowflake/snowpark/_internal/analyzer/grouping_set.py +++ b/src/snowflake/snowpark/_internal/analyzer/grouping_set.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import AbstractSet, Dict, List, Optional diff --git a/src/snowflake/snowpark/_internal/analyzer/metadata_utils.py b/src/snowflake/snowpark/_internal/analyzer/metadata_utils.py index ad1fa23851c..744ccdb31f4 100644 --- a/src/snowflake/snowpark/_internal/analyzer/metadata_utils.py +++ b/src/snowflake/snowpark/_internal/analyzer/metadata_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from enum import Enum from dataclasses import dataclass diff --git a/src/snowflake/snowpark/_internal/analyzer/query_plan_analysis_utils.py b/src/snowflake/snowpark/_internal/analyzer/query_plan_analysis_utils.py index 1a6cc9b3f94..42261331768 100644 --- a/src/snowflake/snowpark/_internal/analyzer/query_plan_analysis_utils.py +++ b/src/snowflake/snowpark/_internal/analyzer/query_plan_analysis_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections import Counter diff --git a/src/snowflake/snowpark/_internal/analyzer/schema_utils.py b/src/snowflake/snowpark/_internal/analyzer/schema_utils.py index 920d408815e..39aa0a5a13d 100644 --- a/src/snowflake/snowpark/_internal/analyzer/schema_utils.py +++ b/src/snowflake/snowpark/_internal/analyzer/schema_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import time import traceback diff --git a/src/snowflake/snowpark/_internal/analyzer/select_statement.py b/src/snowflake/snowpark/_internal/analyzer/select_statement.py index 13ac9c8e6db..bcf6753281d 100644 --- a/src/snowflake/snowpark/_internal/analyzer/select_statement.py +++ b/src/snowflake/snowpark/_internal/analyzer/select_statement.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/_internal/analyzer/snowflake_plan.py b/src/snowflake/snowpark/_internal/analyzer/snowflake_plan.py index 3a9ebf3a832..56cf7b00a65 100644 --- a/src/snowflake/snowpark/_internal/analyzer/snowflake_plan.py +++ b/src/snowflake/snowpark/_internal/analyzer/snowflake_plan.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy import re diff --git a/src/snowflake/snowpark/_internal/analyzer/snowflake_plan_node.py b/src/snowflake/snowpark/_internal/analyzer/snowflake_plan_node.py index 017ec433163..7d8fcedabab 100644 --- a/src/snowflake/snowpark/_internal/analyzer/snowflake_plan_node.py +++ b/src/snowflake/snowpark/_internal/analyzer/snowflake_plan_node.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/_internal/analyzer/sort_expression.py b/src/snowflake/snowpark/_internal/analyzer/sort_expression.py index 82451245e4c..be2ca7013e5 100644 --- a/src/snowflake/snowpark/_internal/analyzer/sort_expression.py +++ b/src/snowflake/snowpark/_internal/analyzer/sort_expression.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import AbstractSet, List, Optional, Type diff --git a/src/snowflake/snowpark/_internal/analyzer/table_function.py b/src/snowflake/snowpark/_internal/analyzer/table_function.py index eb1ec237ef8..bb19a88a05c 100644 --- a/src/snowflake/snowpark/_internal/analyzer/table_function.py +++ b/src/snowflake/snowpark/_internal/analyzer/table_function.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/_internal/analyzer/table_merge_expression.py b/src/snowflake/snowpark/_internal/analyzer/table_merge_expression.py index c4ddf240276..290ab3f46ae 100644 --- a/src/snowflake/snowpark/_internal/analyzer/table_merge_expression.py +++ b/src/snowflake/snowpark/_internal/analyzer/table_merge_expression.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Dict, Iterable, List, Optional diff --git a/src/snowflake/snowpark/_internal/analyzer/unary_expression.py b/src/snowflake/snowpark/_internal/analyzer/unary_expression.py index 1ae08e8fde2..3cf17dd5209 100644 --- a/src/snowflake/snowpark/_internal/analyzer/unary_expression.py +++ b/src/snowflake/snowpark/_internal/analyzer/unary_expression.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import AbstractSet, Dict, List, Optional diff --git a/src/snowflake/snowpark/_internal/analyzer/unary_plan_node.py b/src/snowflake/snowpark/_internal/analyzer/unary_plan_node.py index 6346f6a5feb..5f4fea61719 100644 --- a/src/snowflake/snowpark/_internal/analyzer/unary_plan_node.py +++ b/src/snowflake/snowpark/_internal/analyzer/unary_plan_node.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Dict, Iterable, List, Optional, Union diff --git a/src/snowflake/snowpark/_internal/analyzer/window_expression.py b/src/snowflake/snowpark/_internal/analyzer/window_expression.py index 4381c4a2e22..2c1913e1f42 100644 --- a/src/snowflake/snowpark/_internal/analyzer/window_expression.py +++ b/src/snowflake/snowpark/_internal/analyzer/window_expression.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import AbstractSet, Dict, List, Optional diff --git a/src/snowflake/snowpark/_internal/ast/__init__.py b/src/snowflake/snowpark/_internal/ast/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/_internal/ast/__init__.py +++ b/src/snowflake/snowpark/_internal/ast/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/_internal/ast/batch.py b/src/snowflake/snowpark/_internal/ast/batch.py index 4551a36c60c..0e1b8582b9b 100644 --- a/src/snowflake/snowpark/_internal/ast/batch.py +++ b/src/snowflake/snowpark/_internal/ast/batch.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import base64 diff --git a/src/snowflake/snowpark/_internal/ast/utils.py b/src/snowflake/snowpark/_internal/ast/utils.py index 49948d1c2a0..966e8deb87b 100644 --- a/src/snowflake/snowpark/_internal/ast/utils.py +++ b/src/snowflake/snowpark/_internal/ast/utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import ast import base64 diff --git a/src/snowflake/snowpark/_internal/code_generation.py b/src/snowflake/snowpark/_internal/code_generation.py index 2f7c44705e2..dbb63b15ebd 100644 --- a/src/snowflake/snowpark/_internal/code_generation.py +++ b/src/snowflake/snowpark/_internal/code_generation.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import ast diff --git a/src/snowflake/snowpark/_internal/compiler/__init__.py b/src/snowflake/snowpark/_internal/compiler/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/_internal/compiler/__init__.py +++ b/src/snowflake/snowpark/_internal/compiler/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/_internal/compiler/cte_utils.py b/src/snowflake/snowpark/_internal/compiler/cte_utils.py index 6075c5dbd87..0c91e02fd9c 100644 --- a/src/snowflake/snowpark/_internal/compiler/cte_utils.py +++ b/src/snowflake/snowpark/_internal/compiler/cte_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import hashlib diff --git a/src/snowflake/snowpark/_internal/compiler/large_query_breakdown.py b/src/snowflake/snowpark/_internal/compiler/large_query_breakdown.py index 4ecce744099..dc290c36c26 100644 --- a/src/snowflake/snowpark/_internal/compiler/large_query_breakdown.py +++ b/src/snowflake/snowpark/_internal/compiler/large_query_breakdown.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging diff --git a/src/snowflake/snowpark/_internal/compiler/plan_compiler.py b/src/snowflake/snowpark/_internal/compiler/plan_compiler.py index b7aab6e8c73..10838ca5b36 100644 --- a/src/snowflake/snowpark/_internal/compiler/plan_compiler.py +++ b/src/snowflake/snowpark/_internal/compiler/plan_compiler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/src/snowflake/snowpark/_internal/compiler/query_generator.py b/src/snowflake/snowpark/_internal/compiler/query_generator.py index a1974e7ecb3..5873833bf7c 100644 --- a/src/snowflake/snowpark/_internal/compiler/query_generator.py +++ b/src/snowflake/snowpark/_internal/compiler/query_generator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy from typing import DefaultDict, Dict, Iterable, List, NamedTuple, Optional diff --git a/src/snowflake/snowpark/_internal/compiler/repeated_subquery_elimination.py b/src/snowflake/snowpark/_internal/compiler/repeated_subquery_elimination.py index 756162f08d7..74d6d4c2c1c 100644 --- a/src/snowflake/snowpark/_internal/compiler/repeated_subquery_elimination.py +++ b/src/snowflake/snowpark/_internal/compiler/repeated_subquery_elimination.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections import defaultdict diff --git a/src/snowflake/snowpark/_internal/compiler/telemetry_constants.py b/src/snowflake/snowpark/_internal/compiler/telemetry_constants.py index d395d2df114..bee9819bf2a 100644 --- a/src/snowflake/snowpark/_internal/compiler/telemetry_constants.py +++ b/src/snowflake/snowpark/_internal/compiler/telemetry_constants.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from enum import Enum diff --git a/src/snowflake/snowpark/_internal/compiler/utils.py b/src/snowflake/snowpark/_internal/compiler/utils.py index 8fbc9e22633..c9ddcae1336 100644 --- a/src/snowflake/snowpark/_internal/compiler/utils.py +++ b/src/snowflake/snowpark/_internal/compiler/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy import tempfile diff --git a/src/snowflake/snowpark/_internal/error_message.py b/src/snowflake/snowpark/_internal/error_message.py index 7c5744cb8a4..d30b392f46f 100644 --- a/src/snowflake/snowpark/_internal/error_message.py +++ b/src/snowflake/snowpark/_internal/error_message.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Optional diff --git a/src/snowflake/snowpark/_internal/open_telemetry.py b/src/snowflake/snowpark/_internal/open_telemetry.py index 22d2b3a80b4..b5c986e83ac 100644 --- a/src/snowflake/snowpark/_internal/open_telemetry.py +++ b/src/snowflake/snowpark/_internal/open_telemetry.py @@ -1,10 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # -# -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. -# import inspect import os.path diff --git a/src/snowflake/snowpark/_internal/packaging_utils.py b/src/snowflake/snowpark/_internal/packaging_utils.py index ace83554686..ebf8cfd8682 100644 --- a/src/snowflake/snowpark/_internal/packaging_utils.py +++ b/src/snowflake/snowpark/_internal/packaging_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # The code in this file is largely a copy of https://github.com/Snowflake-Labs/snowcli/blob/main/src/snowcli/utils.py import glob diff --git a/src/snowflake/snowpark/_internal/proto/generated/__init__.py b/src/snowflake/snowpark/_internal/proto/generated/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/_internal/proto/generated/__init__.py +++ b/src/snowflake/snowpark/_internal/proto/generated/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/_internal/select_projection_complexity_utils.py b/src/snowflake/snowpark/_internal/select_projection_complexity_utils.py index e1c58269edc..8097db637be 100644 --- a/src/snowflake/snowpark/_internal/select_projection_complexity_utils.py +++ b/src/snowflake/snowpark/_internal/select_projection_complexity_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import List, Optional diff --git a/src/snowflake/snowpark/_internal/server_connection.py b/src/snowflake/snowpark/_internal/server_connection.py index 9c437e47df2..937cee143cf 100644 --- a/src/snowflake/snowpark/_internal/server_connection.py +++ b/src/snowflake/snowpark/_internal/server_connection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import functools diff --git a/src/snowflake/snowpark/_internal/telemetry.py b/src/snowflake/snowpark/_internal/telemetry.py index 54e16786d0a..a8a870d2a48 100644 --- a/src/snowflake/snowpark/_internal/telemetry.py +++ b/src/snowflake/snowpark/_internal/telemetry.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import functools diff --git a/src/snowflake/snowpark/_internal/temp_table_auto_cleaner.py b/src/snowflake/snowpark/_internal/temp_table_auto_cleaner.py index 4fae4b6c60b..05b22278b3a 100644 --- a/src/snowflake/snowpark/_internal/temp_table_auto_cleaner.py +++ b/src/snowflake/snowpark/_internal/temp_table_auto_cleaner.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging from threading import RLock diff --git a/src/snowflake/snowpark/_internal/type_utils.py b/src/snowflake/snowpark/_internal/type_utils.py index a989e1625f6..7b071cf4adb 100644 --- a/src/snowflake/snowpark/_internal/type_utils.py +++ b/src/snowflake/snowpark/_internal/type_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Code in this file may constitute partial or total reimplementation, or modification of diff --git a/src/snowflake/snowpark/_internal/udf_utils.py b/src/snowflake/snowpark/_internal/udf_utils.py index f8168621059..0f9951270a8 100644 --- a/src/snowflake/snowpark/_internal/udf_utils.py +++ b/src/snowflake/snowpark/_internal/udf_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import collections.abc import inspect diff --git a/src/snowflake/snowpark/_internal/utils.py b/src/snowflake/snowpark/_internal/utils.py index 7a38368e8a8..c5c58097e7c 100644 --- a/src/snowflake/snowpark/_internal/utils.py +++ b/src/snowflake/snowpark/_internal/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import array diff --git a/src/snowflake/snowpark/async_job.py b/src/snowflake/snowpark/async_job.py index 1adebcc343e..30251e483d6 100644 --- a/src/snowflake/snowpark/async_job.py +++ b/src/snowflake/snowpark/async_job.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import time from enum import Enum diff --git a/src/snowflake/snowpark/catalog.py b/src/snowflake/snowpark/catalog.py index 895bb16e2db..e4d4f0b9651 100644 --- a/src/snowflake/snowpark/catalog.py +++ b/src/snowflake/snowpark/catalog.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/src/snowflake/snowpark/column.py b/src/snowflake/snowpark/column.py index 7e9588d9d5d..fd45fa5e3d7 100644 --- a/src/snowflake/snowpark/column.py +++ b/src/snowflake/snowpark/column.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/context.py b/src/snowflake/snowpark/context.py index 49258b3a970..147f3bef294 100644 --- a/src/snowflake/snowpark/context.py +++ b/src/snowflake/snowpark/context.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """Context module for Snowpark.""" diff --git a/src/snowflake/snowpark/dataframe.py b/src/snowflake/snowpark/dataframe.py index 887e764344e..c287d5d373d 100644 --- a/src/snowflake/snowpark/dataframe.py +++ b/src/snowflake/snowpark/dataframe.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/src/snowflake/snowpark/dataframe_analytics_functions.py b/src/snowflake/snowpark/dataframe_analytics_functions.py index 5834883bf85..10fb3fa1ab7 100644 --- a/src/snowflake/snowpark/dataframe_analytics_functions.py +++ b/src/snowflake/snowpark/dataframe_analytics_functions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Callable, Dict, List, Tuple, Union diff --git a/src/snowflake/snowpark/dataframe_na_functions.py b/src/snowflake/snowpark/dataframe_na_functions.py index 4967d3cd480..7c6ec44c34b 100644 --- a/src/snowflake/snowpark/dataframe_na_functions.py +++ b/src/snowflake/snowpark/dataframe_na_functions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/src/snowflake/snowpark/dataframe_reader.py b/src/snowflake/snowpark/dataframe_reader.py index ec2160c32cd..97f45b175f3 100644 --- a/src/snowflake/snowpark/dataframe_reader.py +++ b/src/snowflake/snowpark/dataframe_reader.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/dataframe_stat_functions.py b/src/snowflake/snowpark/dataframe_stat_functions.py index de39341a84a..f7a68fbbecb 100644 --- a/src/snowflake/snowpark/dataframe_stat_functions.py +++ b/src/snowflake/snowpark/dataframe_stat_functions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/dataframe_writer.py b/src/snowflake/snowpark/dataframe_writer.py index 5da2bdb56a7..7f012316161 100644 --- a/src/snowflake/snowpark/dataframe_writer.py +++ b/src/snowflake/snowpark/dataframe_writer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/exceptions.py b/src/snowflake/snowpark/exceptions.py index c517a221402..2035d2ed6da 100644 --- a/src/snowflake/snowpark/exceptions.py +++ b/src/snowflake/snowpark/exceptions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This package contains all Snowpark client-side exceptions.""" diff --git a/src/snowflake/snowpark/file_operation.py b/src/snowflake/snowpark/file_operation.py index 46617870913..246d34e1464 100644 --- a/src/snowflake/snowpark/file_operation.py +++ b/src/snowflake/snowpark/file_operation.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import gzip diff --git a/src/snowflake/snowpark/files.py b/src/snowflake/snowpark/files.py index cdbfbaf2f89..b5fe9355c8c 100644 --- a/src/snowflake/snowpark/files.py +++ b/src/snowflake/snowpark/files.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/functions.py b/src/snowflake/snowpark/functions.py index 7e48f2922ea..ed431ca728f 100644 --- a/src/snowflake/snowpark/functions.py +++ b/src/snowflake/snowpark/functions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/lineage.py b/src/snowflake/snowpark/lineage.py index b91e2a89de8..da0819a05de 100644 --- a/src/snowflake/snowpark/lineage.py +++ b/src/snowflake/snowpark/lineage.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/src/snowflake/snowpark/mock/__init__.py b/src/snowflake/snowpark/mock/__init__.py index a4ac2d3a6ed..2d8c0a5ffea 100644 --- a/src/snowflake/snowpark/mock/__init__.py +++ b/src/snowflake/snowpark/mock/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from json import JSONEncoder diff --git a/src/snowflake/snowpark/mock/_analyzer.py b/src/snowflake/snowpark/mock/_analyzer.py index a30c6a380b6..638ec7df218 100644 --- a/src/snowflake/snowpark/mock/_analyzer.py +++ b/src/snowflake/snowpark/mock/_analyzer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections import Counter, defaultdict from typing import DefaultDict, Dict, List, Optional, Union diff --git a/src/snowflake/snowpark/mock/_connection.py b/src/snowflake/snowpark/mock/_connection.py index bc29bb905dd..f7cb6ca01d6 100644 --- a/src/snowflake/snowpark/mock/_connection.py +++ b/src/snowflake/snowpark/mock/_connection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import functools diff --git a/src/snowflake/snowpark/mock/_constants.py b/src/snowflake/snowpark/mock/_constants.py index 94ac5a165f8..1e9185f4120 100644 --- a/src/snowflake/snowpark/mock/_constants.py +++ b/src/snowflake/snowpark/mock/_constants.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # overwrite the following values to change the default information in a mock session diff --git a/src/snowflake/snowpark/mock/_functions.py b/src/snowflake/snowpark/mock/_functions.py index 5d2b3d81e5f..0dbbdbbddd8 100644 --- a/src/snowflake/snowpark/mock/_functions.py +++ b/src/snowflake/snowpark/mock/_functions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import base64 import binascii diff --git a/src/snowflake/snowpark/mock/_nop_analyzer.py b/src/snowflake/snowpark/mock/_nop_analyzer.py index d9963363b04..ff2cfbc6216 100644 --- a/src/snowflake/snowpark/mock/_nop_analyzer.py +++ b/src/snowflake/snowpark/mock/_nop_analyzer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import List, Union diff --git a/src/snowflake/snowpark/mock/_nop_connection.py b/src/snowflake/snowpark/mock/_nop_connection.py index 3e04c9ce825..70698dc0069 100644 --- a/src/snowflake/snowpark/mock/_nop_connection.py +++ b/src/snowflake/snowpark/mock/_nop_connection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from copy import copy from logging import getLogger diff --git a/src/snowflake/snowpark/mock/_nop_plan.py b/src/snowflake/snowpark/mock/_nop_plan.py index 571466577e1..8678accac9e 100644 --- a/src/snowflake/snowpark/mock/_nop_plan.py +++ b/src/snowflake/snowpark/mock/_nop_plan.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from functools import cached_property diff --git a/src/snowflake/snowpark/mock/_options.py b/src/snowflake/snowpark/mock/_options.py index a1ea5194ee2..7ae10dcda58 100644 --- a/src/snowflake/snowpark/mock/_options.py +++ b/src/snowflake/snowpark/mock/_options.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import importlib diff --git a/src/snowflake/snowpark/mock/_pandas_util.py b/src/snowflake/snowpark/mock/_pandas_util.py index c018c9c0a50..a996a8c895b 100644 --- a/src/snowflake/snowpark/mock/_pandas_util.py +++ b/src/snowflake/snowpark/mock/_pandas_util.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/src/snowflake/snowpark/mock/_plan.py b/src/snowflake/snowpark/mock/_plan.py index 67da2a237e9..95ca867a1b3 100644 --- a/src/snowflake/snowpark/mock/_plan.py +++ b/src/snowflake/snowpark/mock/_plan.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import importlib diff --git a/src/snowflake/snowpark/mock/_plan_builder.py b/src/snowflake/snowpark/mock/_plan_builder.py index a6f1d8e3e36..6270644d1bb 100644 --- a/src/snowflake/snowpark/mock/_plan_builder.py +++ b/src/snowflake/snowpark/mock/_plan_builder.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Dict, List, Optional, Tuple diff --git a/src/snowflake/snowpark/mock/_select_statement.py b/src/snowflake/snowpark/mock/_select_statement.py index ac105d37722..f18cd8ad4cf 100644 --- a/src/snowflake/snowpark/mock/_select_statement.py +++ b/src/snowflake/snowpark/mock/_select_statement.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from abc import ABC from collections import defaultdict diff --git a/src/snowflake/snowpark/mock/_snowflake_data_type.py b/src/snowflake/snowpark/mock/_snowflake_data_type.py index ed3dd7794bb..0f00981e861 100644 --- a/src/snowflake/snowpark/mock/_snowflake_data_type.py +++ b/src/snowflake/snowpark/mock/_snowflake_data_type.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Any, Dict, Iterable, NamedTuple, Optional, Union diff --git a/src/snowflake/snowpark/mock/_snowflake_to_pandas_converter.py b/src/snowflake/snowpark/mock/_snowflake_to_pandas_converter.py index 1a13f2b6c24..f0b4ef51cc1 100644 --- a/src/snowflake/snowpark/mock/_snowflake_to_pandas_converter.py +++ b/src/snowflake/snowpark/mock/_snowflake_to_pandas_converter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/mock/_stage_registry.py b/src/snowflake/snowpark/mock/_stage_registry.py index ab62de5c707..035004d4383 100644 --- a/src/snowflake/snowpark/mock/_stage_registry.py +++ b/src/snowflake/snowpark/mock/_stage_registry.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import csv import glob diff --git a/src/snowflake/snowpark/mock/_stored_procedure.py b/src/snowflake/snowpark/mock/_stored_procedure.py index 40266e27185..855728f2d23 100644 --- a/src/snowflake/snowpark/mock/_stored_procedure.py +++ b/src/snowflake/snowpark/mock/_stored_procedure.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import json diff --git a/src/snowflake/snowpark/mock/_telemetry.py b/src/snowflake/snowpark/mock/_telemetry.py index 6e4273aa7ff..0b8f437a9b1 100644 --- a/src/snowflake/snowpark/mock/_telemetry.py +++ b/src/snowflake/snowpark/mock/_telemetry.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import atexit import json diff --git a/src/snowflake/snowpark/mock/_udaf.py b/src/snowflake/snowpark/mock/_udaf.py index 0613d0e6020..345b48d9bcf 100644 --- a/src/snowflake/snowpark/mock/_udaf.py +++ b/src/snowflake/snowpark/mock/_udaf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from types import ModuleType from typing import Any, Callable, Dict, List, Optional, Tuple, Union diff --git a/src/snowflake/snowpark/mock/_udf.py b/src/snowflake/snowpark/mock/_udf.py index 00c704d880a..22a86d9d099 100644 --- a/src/snowflake/snowpark/mock/_udf.py +++ b/src/snowflake/snowpark/mock/_udf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from types import ModuleType from typing import Any, Callable, Dict, List, Optional, Set, Tuple, Union diff --git a/src/snowflake/snowpark/mock/_udf_utils.py b/src/snowflake/snowpark/mock/_udf_utils.py index daacd74c17c..531b89a1502 100644 --- a/src/snowflake/snowpark/mock/_udf_utils.py +++ b/src/snowflake/snowpark/mock/_udf_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os diff --git a/src/snowflake/snowpark/mock/_udtf.py b/src/snowflake/snowpark/mock/_udtf.py index 071d4257859..7ddd6793a19 100644 --- a/src/snowflake/snowpark/mock/_udtf.py +++ b/src/snowflake/snowpark/mock/_udtf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # TODO SNOW-1800512: Implement mock udtf for local testing. diff --git a/src/snowflake/snowpark/mock/_util.py b/src/snowflake/snowpark/mock/_util.py index 085d380eec7..33e43285c8b 100644 --- a/src/snowflake/snowpark/mock/_util.py +++ b/src/snowflake/snowpark/mock/_util.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/src/snowflake/snowpark/mock/_window_utils.py b/src/snowflake/snowpark/mock/_window_utils.py index 0497d676e9b..579f0971f1e 100644 --- a/src/snowflake/snowpark/mock/_window_utils.py +++ b/src/snowflake/snowpark/mock/_window_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # try: diff --git a/src/snowflake/snowpark/mock/exceptions.py b/src/snowflake/snowpark/mock/exceptions.py index cf36e959bd3..c11f8134b6e 100644 --- a/src/snowflake/snowpark/mock/exceptions.py +++ b/src/snowflake/snowpark/mock/exceptions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Optional diff --git a/src/snowflake/snowpark/modin/__init__.py b/src/snowflake/snowpark/modin/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/modin/__init__.py +++ b/src/snowflake/snowpark/modin/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/modin/config/__init__.py b/src/snowflake/snowpark/modin/config/__init__.py index 16275bef184..ddd1adb0849 100644 --- a/src/snowflake/snowpark/modin/config/__init__.py +++ b/src/snowflake/snowpark/modin/config/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/config/__main__.py b/src/snowflake/snowpark/modin/config/__main__.py index db55f40c548..b483487c92a 100644 --- a/src/snowflake/snowpark/modin/config/__main__.py +++ b/src/snowflake/snowpark/modin/config/__main__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/config/envvars.py b/src/snowflake/snowpark/modin/config/envvars.py index 352aa6e2e30..35b2bd37e38 100644 --- a/src/snowflake/snowpark/modin/config/envvars.py +++ b/src/snowflake/snowpark/modin/config/envvars.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/config/pubsub.py b/src/snowflake/snowpark/modin/config/pubsub.py index f83fe3647a8..41f4238ec01 100644 --- a/src/snowflake/snowpark/modin/config/pubsub.py +++ b/src/snowflake/snowpark/modin/config/pubsub.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/conftest.py b/src/snowflake/snowpark/modin/conftest.py index 6ddcd4e8348..c6dfeef8947 100644 --- a/src/snowflake/snowpark/modin/conftest.py +++ b/src/snowflake/snowpark/modin/conftest.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 + # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd # pragma: no cover diff --git a/src/snowflake/snowpark/modin/plugin/__init__.py b/src/snowflake/snowpark/modin/plugin/__init__.py index 99123f25581..9ca2b7e25cd 100644 --- a/src/snowflake/snowpark/modin/plugin/__init__.py +++ b/src/snowflake/snowpark/modin/plugin/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import inspect diff --git a/src/snowflake/snowpark/modin/plugin/_internal/__init__.py b/src/snowflake/snowpark/modin/plugin/_internal/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/__init__.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/modin/plugin/_internal/aggregation_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/aggregation_utils.py index 72978fc797c..08f187f94b6 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/aggregation_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/aggregation_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + # # This file contains utils functions used by aggregation functions. # diff --git a/src/snowflake/snowpark/modin/plugin/_internal/align_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/align_utils.py index ed129892c6a..99d33384c62 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/align_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/align_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from collections import Counter from typing import Literal diff --git a/src/snowflake/snowpark/modin/plugin/_internal/apply_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/apply_utils.py index 42974b7c21b..5076423657a 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/apply_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/apply_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import inspect import json import sys diff --git a/src/snowflake/snowpark/modin/plugin/_internal/binary_op_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/binary_op_utils.py index 475fbfcefa7..a1fefefd76e 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/binary_op_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/binary_op_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import functools from collections.abc import Hashable from dataclasses import dataclass diff --git a/src/snowflake/snowpark/modin/plugin/_internal/concat_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/concat_utils.py index 1bd123b5acc..612fa939eef 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/concat_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/concat_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from collections.abc import Hashable, Sequence from typing import Literal, Optional, Union diff --git a/src/snowflake/snowpark/modin/plugin/_internal/cumulative_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/cumulative_utils.py index 8d3935c0199..07ee2eb740f 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/cumulative_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/cumulative_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + # # This file contains utils functions used by cumulative aggregation functions. # diff --git a/src/snowflake/snowpark/modin/plugin/_internal/cut_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/cut_utils.py index 4eaf98d9b29..f66ab2c8a35 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/cut_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/cut_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Sequence, Union diff --git a/src/snowflake/snowpark/modin/plugin/_internal/frame.py b/src/snowflake/snowpark/modin/plugin/_internal/frame.py index 65462b3cde5..6ae1d877727 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/frame.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/frame.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import functools from collections.abc import Hashable from dataclasses import dataclass diff --git a/src/snowflake/snowpark/modin/plugin/_internal/generator_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/generator_utils.py index 5f526c4486f..f7ccbab8796 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/generator_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/generator_utils.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - from typing import Optional from pandas import NaT, Timestamp diff --git a/src/snowflake/snowpark/modin/plugin/_internal/get_dummies_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/get_dummies_utils.py index ac2e68c2b0f..bec8fd46517 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/get_dummies_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/get_dummies_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections.abc import Hashable diff --git a/src/snowflake/snowpark/modin/plugin/_internal/groupby_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/groupby_utils.py index 2c50eb23a85..1ba1459f18c 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/groupby_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/groupby_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + # # This file contains utils functions used by the groupby functionalities. # diff --git a/src/snowflake/snowpark/modin/plugin/_internal/indexing_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/indexing_utils.py index 2275e166a88..9a864705698 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/indexing_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/indexing_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import typing from collections.abc import Hashable, Sized from enum import Enum diff --git a/src/snowflake/snowpark/modin/plugin/_internal/io_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/io_utils.py index 65733db8377..17587da9ba0 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/io_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/io_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import glob diff --git a/src/snowflake/snowpark/modin/plugin/_internal/isin_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/isin_utils.py index 7ee3415e1ab..41912af39c6 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/isin_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/isin_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import pandas as native_pd from snowflake.snowpark.column import Column as SnowparkColumn diff --git a/src/snowflake/snowpark/modin/plugin/_internal/join_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/join_utils.py index fcafef0de99..64fc41d3b06 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/join_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/join_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from collections.abc import Hashable, Sequence from enum import Enum, IntFlag, auto from typing import NamedTuple, Optional, Union, get_args diff --git a/src/snowflake/snowpark/modin/plugin/_internal/ordered_dataframe.py b/src/snowflake/snowpark/modin/plugin/_internal/ordered_dataframe.py index 8ba63bc1ad4..aa111b8a96c 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/ordered_dataframe.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/ordered_dataframe.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging import sys import uuid diff --git a/src/snowflake/snowpark/modin/plugin/_internal/pivot_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/pivot_utils.py index 79551e952b3..98925eb9da0 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/pivot_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/pivot_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from collections import namedtuple from collections.abc import Generator, Hashable from functools import reduce diff --git a/src/snowflake/snowpark/modin/plugin/_internal/resample_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/resample_utils.py index ab4bf81cbe6..0a8d50fc034 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/resample_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/resample_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Any, Literal, NoReturn, Optional, Union diff --git a/src/snowflake/snowpark/modin/plugin/_internal/session.py b/src/snowflake/snowpark/modin/plugin/_internal/session.py index 4e5507201e0..02781595d6d 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/session.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/session.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/modin/plugin/_internal/snowpark_pandas_types.py b/src/snowflake/snowpark/modin/plugin/_internal/snowpark_pandas_types.py index 0efa51d0a38..85930890622 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/snowpark_pandas_types.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/snowpark_pandas_types.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/src/snowflake/snowpark/modin/plugin/_internal/statement_params_constants.py b/src/snowflake/snowpark/modin/plugin/_internal/statement_params_constants.py index d075b93bfff..35558699c09 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/statement_params_constants.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/statement_params_constants.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # keys used in the statement parameters for Snowpark pandas diff --git a/src/snowflake/snowpark/modin/plugin/_internal/telemetry.py b/src/snowflake/snowpark/modin/plugin/_internal/telemetry.py index 3ea77ca0025..c1a17884c7c 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/telemetry.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/telemetry.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import functools import inspect import re diff --git a/src/snowflake/snowpark/modin/plugin/_internal/timestamp_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/timestamp_utils.py index bd20e6ba375..17ea4530558 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/timestamp_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/timestamp_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # See https://strftime.org/ and diff --git a/src/snowflake/snowpark/modin/plugin/_internal/transpose_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/transpose_utils.py index c9f26a18fa8..e68fe9e55f5 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/transpose_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/transpose_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from collections.abc import Hashable from typing import Optional, Union diff --git a/src/snowflake/snowpark/modin/plugin/_internal/type_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/type_utils.py index 90f470d44f4..e3fbd24d327 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/type_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/type_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from functools import lru_cache, reduce from typing import Any, Callable, Union diff --git a/src/snowflake/snowpark/modin/plugin/_internal/unpivot_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/unpivot_utils.py index 7a6433caf45..e3a45d7f1ce 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/unpivot_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/unpivot_utils.py @@ -1,3 +1,7 @@ +# +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. +# + # # Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/modin/plugin/_internal/utils.py b/src/snowflake/snowpark/modin/plugin/_internal/utils.py index 675083ee84f..650e8897df4 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import json import logging import re diff --git a/src/snowflake/snowpark/modin/plugin/_internal/where_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/where_utils.py index 5b3fdf522a7..2e8c5a0934d 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/where_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/where_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark.modin.plugin._internal.frame import InternalFrame diff --git a/src/snowflake/snowpark/modin/plugin/_internal/window_utils.py b/src/snowflake/snowpark/modin/plugin/_internal/window_utils.py index e7db7c4c3ea..3d61c8acb14 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/window_utils.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/window_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + # # This file contains utils functions used by the groupby functionalities. # diff --git a/src/snowflake/snowpark/modin/plugin/_typing.py b/src/snowflake/snowpark/modin/plugin/_typing.py index 32be7eee050..e0538cac824 100644 --- a/src/snowflake/snowpark/modin/plugin/_typing.py +++ b/src/snowflake/snowpark/modin/plugin/_typing.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections.abc import Hashable diff --git a/src/snowflake/snowpark/modin/plugin/compiler/__init__.py b/src/snowflake/snowpark/modin/plugin/compiler/__init__.py index 066cca4590a..45031ea8c3d 100644 --- a/src/snowflake/snowpark/modin/plugin/compiler/__init__.py +++ b/src/snowflake/snowpark/modin/plugin/compiler/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/compiler/doc_utils.py b/src/snowflake/snowpark/modin/plugin/compiler/doc_utils.py index fe61d590b69..99465f26b9e 100644 --- a/src/snowflake/snowpark/modin/plugin/compiler/doc_utils.py +++ b/src/snowflake/snowpark/modin/plugin/compiler/doc_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py b/src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py index fb7439059ed..d1bbf0a60fa 100644 --- a/src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py +++ b/src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import calendar import collections import copy diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/__init__.py b/src/snowflake/snowpark/modin/plugin/docstrings/__init__.py index 780b4d85750..04cb6667a59 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/__init__.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains objects whose documentation will override Modin's documentation.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/base.py b/src/snowflake/snowpark/modin/plugin/docstrings/base.py index db41f13fb72..5c81b60389a 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/base.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/base.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains BasePandasDataset docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/dataframe.py b/src/snowflake/snowpark/modin/plugin/docstrings/dataframe.py index b6e9f9b8e98..c5618088e99 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/dataframe.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/dataframe.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains DataFrame docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/datetime_index.py b/src/snowflake/snowpark/modin/plugin/docstrings/datetime_index.py index 3edd8723c9f..76b4ebdb423 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/datetime_index.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/datetime_index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/general.py b/src/snowflake/snowpark/modin/plugin/docstrings/general.py index 21e9f8648ef..be665ab8ec0 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/general.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/general.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains general top-level pandas docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/groupby.py b/src/snowflake/snowpark/modin/plugin/docstrings/groupby.py index d05780d53df..98e7f1a15f1 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/groupby.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/groupby.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains groupby docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/index.py b/src/snowflake/snowpark/modin/plugin/docstrings/index.py index c2744905693..ac51fcef736 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/index.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains Index docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/io.py b/src/snowflake/snowpark/modin/plugin/docstrings/io.py index 6703fef3dbf..62c29757487 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/io.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/io.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains I/O top-level pandas docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/resample.py b/src/snowflake/snowpark/modin/plugin/docstrings/resample.py index 667ee132577..06f19da3a21 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/resample.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/resample.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains Resampler docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/series.py b/src/snowflake/snowpark/modin/plugin/docstrings/series.py index 0f50c8c2603..b86e6f20d72 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/series.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/series.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains Series docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/series_utils.py b/src/snowflake/snowpark/modin/plugin/docstrings/series_utils.py index df89889c26d..42c121816cf 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/series_utils.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/series_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains StringMethods an DateTimeMethods docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/shared_docs.py b/src/snowflake/snowpark/modin/plugin/docstrings/shared_docs.py index 00701f981e4..4635ee49b0e 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/shared_docs.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/shared_docs.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + # # Code in this file may constitute partial or total reimplementation, or modification of # existing code originally distributed by the pandas project, under the BSD 3-Clause License diff --git a/src/snowflake/snowpark/modin/plugin/docstrings/window.py b/src/snowflake/snowpark/modin/plugin/docstrings/window.py index dd997f4a448..5d11591772c 100644 --- a/src/snowflake/snowpark/modin/plugin/docstrings/window.py +++ b/src/snowflake/snowpark/modin/plugin/docstrings/window.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This module contains Rolling docstrings that override modin's docstrings.""" diff --git a/src/snowflake/snowpark/modin/plugin/extensions/__init__.py b/src/snowflake/snowpark/modin/plugin/extensions/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/__init__.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/modin/plugin/extensions/base_extensions.py b/src/snowflake/snowpark/modin/plugin/extensions/base_extensions.py index 01671744efc..ba49c0ee6b0 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/base_extensions.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/base_extensions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/modin/plugin/extensions/base_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/base_overrides.py index 5b9057fc99b..7757d3964f8 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/base_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/base_overrides.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/modin/plugin/extensions/dataframe_extensions.py b/src/snowflake/snowpark/modin/plugin/extensions/dataframe_extensions.py index 5f701cd6471..b549a3a3235 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/dataframe_extensions.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/dataframe_extensions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/modin/plugin/extensions/dataframe_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/dataframe_overrides.py index 57dab1b246d..702b356da8f 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/dataframe_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/dataframe_overrides.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py b/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py index 574cf4fc897..7ce54d1e2f0 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/extensions/general_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/general_overrides.py index a2cbf4b08a9..f60a6380c0e 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/general_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/general_overrides.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/extensions/groupby_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/groupby_overrides.py index cc2df69a6e3..62dae5065db 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/groupby_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/groupby_overrides.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/extensions/index.py b/src/snowflake/snowpark/modin/plugin/extensions/index.py index 5dc10c7b9da..85aedbe8823 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/index.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/extensions/indexing_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/indexing_overrides.py index d98da1ff611..9195fdf81be 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/indexing_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/indexing_overrides.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/extensions/io_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/io_overrides.py index 7b9d94d650f..891f03e10a5 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/io_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/io_overrides.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from __future__ import annotations import inspect diff --git a/src/snowflake/snowpark/modin/plugin/extensions/pd_extensions.py b/src/snowflake/snowpark/modin/plugin/extensions/pd_extensions.py index 44b3e4e1e09..b0ee87e484b 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/pd_extensions.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/pd_extensions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/modin/plugin/extensions/resample_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/resample_overrides.py index a5a11dc2278..f4ca4862899 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/resample_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/resample_overrides.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/extensions/series_extensions.py b/src/snowflake/snowpark/modin/plugin/extensions/series_extensions.py index 247fcb1f781..a6c9451adfb 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/series_extensions.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/series_extensions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/modin/plugin/extensions/series_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/series_overrides.py index cc54a5c4723..70ed77b4037 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/series_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/series_overrides.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/modin/plugin/extensions/snow_partition_iterator.py b/src/snowflake/snowpark/modin/plugin/extensions/snow_partition_iterator.py index ed220118308..126ee56266a 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/snow_partition_iterator.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/snow_partition_iterator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections.abc import Iterator diff --git a/src/snowflake/snowpark/modin/plugin/extensions/timedelta_index.py b/src/snowflake/snowpark/modin/plugin/extensions/timedelta_index.py index 1cd5e31c63f..b30d7cae9b9 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/timedelta_index.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/timedelta_index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/extensions/utils.py b/src/snowflake/snowpark/modin/plugin/extensions/utils.py index 20517adbfad..7c54d10d855 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/utils.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ diff --git a/src/snowflake/snowpark/modin/plugin/extensions/window_overrides.py b/src/snowflake/snowpark/modin/plugin/extensions/window_overrides.py index 09fb1e64dd6..d60003f02ca 100644 --- a/src/snowflake/snowpark/modin/plugin/extensions/window_overrides.py +++ b/src/snowflake/snowpark/modin/plugin/extensions/window_overrides.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/io/__init__.py b/src/snowflake/snowpark/modin/plugin/io/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/modin/plugin/io/__init__.py +++ b/src/snowflake/snowpark/modin/plugin/io/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/modin/plugin/io/factories.py b/src/snowflake/snowpark/modin/plugin/io/factories.py index cc96d7f7c82..d4673b6e66a 100644 --- a/src/snowflake/snowpark/modin/plugin/io/factories.py +++ b/src/snowflake/snowpark/modin/plugin/io/factories.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/io/snow_io.py b/src/snowflake/snowpark/modin/plugin/io/snow_io.py index 61c17d33c53..fb5cdc86065 100644 --- a/src/snowflake/snowpark/modin/plugin/io/snow_io.py +++ b/src/snowflake/snowpark/modin/plugin/io/snow_io.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # this module houses classes for IO and interacting with Snowflake engine diff --git a/src/snowflake/snowpark/modin/plugin/utils/__init__.py b/src/snowflake/snowpark/modin/plugin/utils/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/src/snowflake/snowpark/modin/plugin/utils/__init__.py +++ b/src/snowflake/snowpark/modin/plugin/utils/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/src/snowflake/snowpark/modin/plugin/utils/error_message.py b/src/snowflake/snowpark/modin/plugin/utils/error_message.py index 7fc86152c63..9d3b71f946a 100644 --- a/src/snowflake/snowpark/modin/plugin/utils/error_message.py +++ b/src/snowflake/snowpark/modin/plugin/utils/error_message.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/modin/plugin/utils/exceptions.py b/src/snowflake/snowpark/modin/plugin/utils/exceptions.py index 86299bb4e88..4eb23408617 100644 --- a/src/snowflake/snowpark/modin/plugin/utils/exceptions.py +++ b/src/snowflake/snowpark/modin/plugin/utils/exceptions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This package contains all Snowpark pandas exceptions.""" diff --git a/src/snowflake/snowpark/modin/plugin/utils/frontend_constants.py b/src/snowflake/snowpark/modin/plugin/utils/frontend_constants.py index 5f0bb5cf41b..912a3fda7c2 100644 --- a/src/snowflake/snowpark/modin/plugin/utils/frontend_constants.py +++ b/src/snowflake/snowpark/modin/plugin/utils/frontend_constants.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Do not look up certain attributes in columns or index, as they're used for some diff --git a/src/snowflake/snowpark/modin/plugin/utils/numpy_to_pandas.py b/src/snowflake/snowpark/modin/plugin/utils/numpy_to_pandas.py index 026a8ad46cb..d7fdb2ac79a 100644 --- a/src/snowflake/snowpark/modin/plugin/utils/numpy_to_pandas.py +++ b/src/snowflake/snowpark/modin/plugin/utils/numpy_to_pandas.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from typing import Any, Hashable, Optional, Union import modin.pandas as pd diff --git a/src/snowflake/snowpark/modin/plugin/utils/warning_message.py b/src/snowflake/snowpark/modin/plugin/utils/warning_message.py index da1153063b7..1829a7e1cc9 100644 --- a/src/snowflake/snowpark/modin/plugin/utils/warning_message.py +++ b/src/snowflake/snowpark/modin/plugin/utils/warning_message.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import functools from logging import getLogger from typing import Any, Callable diff --git a/src/snowflake/snowpark/modin/utils.py b/src/snowflake/snowpark/modin/utils.py index b3446ca0362..26b6de8f329 100644 --- a/src/snowflake/snowpark/modin/utils.py +++ b/src/snowflake/snowpark/modin/utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/src/snowflake/snowpark/query_history.py b/src/snowflake/snowpark/query_history.py index c0b3aa59f0e..e7549f7e417 100644 --- a/src/snowflake/snowpark/query_history.py +++ b/src/snowflake/snowpark/query_history.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from abc import abstractmethod from typing import List, NamedTuple diff --git a/src/snowflake/snowpark/relational_grouped_dataframe.py b/src/snowflake/snowpark/relational_grouped_dataframe.py index b47d5c2de2c..aac64d32c50 100644 --- a/src/snowflake/snowpark/relational_grouped_dataframe.py +++ b/src/snowflake/snowpark/relational_grouped_dataframe.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Callable, Dict, Iterable, List, Optional, Tuple, Union diff --git a/src/snowflake/snowpark/row.py b/src/snowflake/snowpark/row.py index 038cf15250d..d131c015083 100644 --- a/src/snowflake/snowpark/row.py +++ b/src/snowflake/snowpark/row.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/session.py b/src/snowflake/snowpark/session.py index 05e2dcebe45..e63274b5069 100644 --- a/src/snowflake/snowpark/session.py +++ b/src/snowflake/snowpark/session.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import atexit diff --git a/src/snowflake/snowpark/stored_procedure.py b/src/snowflake/snowpark/stored_procedure.py index 859e618aea1..64b8e07363e 100644 --- a/src/snowflake/snowpark/stored_procedure.py +++ b/src/snowflake/snowpark/stored_procedure.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """Stored procedures in Snowpark. Refer to :class:`~snowflake.snowpark.stored_procedure.StoredProcedure` for details and sample code.""" diff --git a/src/snowflake/snowpark/stored_procedure_profiler.py b/src/snowflake/snowpark/stored_procedure_profiler.py index 4e8835cc59d..dc5da997ec1 100644 --- a/src/snowflake/snowpark/stored_procedure_profiler.py +++ b/src/snowflake/snowpark/stored_procedure_profiler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging import threading diff --git a/src/snowflake/snowpark/table.py b/src/snowflake/snowpark/table.py index 51e65f94248..5cd52418820 100644 --- a/src/snowflake/snowpark/table.py +++ b/src/snowflake/snowpark/table.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/src/snowflake/snowpark/table_function.py b/src/snowflake/snowpark/table_function.py index 35de21c600a..dc295fc75f1 100644 --- a/src/snowflake/snowpark/table_function.py +++ b/src/snowflake/snowpark/table_function.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """Contains table function related classes.""" diff --git a/src/snowflake/snowpark/testing.py b/src/snowflake/snowpark/testing.py index 3890b43aec6..d5aab3c26b0 100644 --- a/src/snowflake/snowpark/testing.py +++ b/src/snowflake/snowpark/testing.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import difflib diff --git a/src/snowflake/snowpark/types.py b/src/snowflake/snowpark/types.py index 724b33bd389..fbf40871fd9 100644 --- a/src/snowflake/snowpark/types.py +++ b/src/snowflake/snowpark/types.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """This package contains all Snowpark logical types.""" diff --git a/src/snowflake/snowpark/udaf.py b/src/snowflake/snowpark/udaf.py index 84d2e905ac8..10290eec9b4 100644 --- a/src/snowflake/snowpark/udaf.py +++ b/src/snowflake/snowpark/udaf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """User-defined aggregate functions (UDAFs) in Snowpark. Refer to :class:`~snowflake.snowpark.udaf.UDAFRegistration` for details and sample code.""" diff --git a/src/snowflake/snowpark/udf.py b/src/snowflake/snowpark/udf.py index c591c94aa9e..92dc65f2680 100644 --- a/src/snowflake/snowpark/udf.py +++ b/src/snowflake/snowpark/udf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """User-defined functions (UDFs) in Snowpark. Please see `Python UDFs `_ for details. diff --git a/src/snowflake/snowpark/udtf.py b/src/snowflake/snowpark/udtf.py index 5b687696d6e..b2c1d846818 100644 --- a/src/snowflake/snowpark/udtf.py +++ b/src/snowflake/snowpark/udtf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """User-defined table functions (UDTFs) in Snowpark. Please see `Python UDTF `_ for details. diff --git a/src/snowflake/snowpark/version.py b/src/snowflake/snowpark/version.py index 10a02cb3e2a..7076bae044c 100644 --- a/src/snowflake/snowpark/version.py +++ b/src/snowflake/snowpark/version.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 -# -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. -# + # Update this for the versions VERSION = (1, 26, 0) diff --git a/src/snowflake/snowpark/window.py b/src/snowflake/snowpark/window.py index 4a213f87106..b3a110427a2 100644 --- a/src/snowflake/snowpark/window.py +++ b/src/snowflake/snowpark/window.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """Window frames in Snowpark.""" diff --git a/tests/__init__.py b/tests/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/ast/ast_test_utils.py b/tests/ast/ast_test_utils.py index b4dad9c7b47..48db4174bb1 100644 --- a/tests/ast/ast_test_utils.py +++ b/tests/ast/ast_test_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import base64 import decimal diff --git a/tests/ast/conftest.py b/tests/ast/conftest.py index 179ef8f3f85..a4b9986b384 100644 --- a/tests/ast/conftest.py +++ b/tests/ast/conftest.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging import os diff --git a/tests/ast/test_ast_driver.py b/tests/ast/test_ast_driver.py index f6aded3b360..f414cb2fb8d 100644 --- a/tests/ast/test_ast_driver.py +++ b/tests/ast/test_ast_driver.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/ast/test_ast_parameter.py b/tests/ast/test_ast_parameter.py index 2d2ef872d10..531d500300c 100644 --- a/tests/ast/test_ast_parameter.py +++ b/tests/ast/test_ast_parameter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/ast/test_ast_setup.py b/tests/ast/test_ast_setup.py index a798d90abaa..9418fa9c1e8 100644 --- a/tests/ast/test_ast_setup.py +++ b/tests/ast/test_ast_setup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark.mock._connection import MockServerConnection diff --git a/tests/conftest.py b/tests/conftest.py index 576dd8e23b9..9e181534030 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging diff --git a/tests/integ/__init__.py b/tests/integ/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/__init__.py +++ b/tests/integ/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/compiler/test_query_generator.py b/tests/integ/compiler/test_query_generator.py index d62fec1e081..bbcb2d0f36d 100644 --- a/tests/integ/compiler/test_query_generator.py +++ b/tests/integ/compiler/test_query_generator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/integ/conftest.py b/tests/integ/conftest.py index 045e37af102..8b4e8e55ffb 100644 --- a/tests/integ/conftest.py +++ b/tests/integ/conftest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os from typing import Dict diff --git a/tests/integ/modin/__init__.py b/tests/integ/modin/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/__init__.py +++ b/tests/integ/modin/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/binary/__init__.py b/tests/integ/modin/binary/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/binary/__init__.py +++ b/tests/integ/modin/binary/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/binary/test_binary_not_implemented.py b/tests/integ/modin/binary/test_binary_not_implemented.py index e22f4d60723..5b7a92e479e 100644 --- a/tests/integ/modin/binary/test_binary_not_implemented.py +++ b/tests/integ/modin/binary/test_binary_not_implemented.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/binary/test_binary_op.py b/tests/integ/modin/binary/test_binary_op.py index e5f7269fc0e..586e91a6601 100644 --- a/tests/integ/modin/binary/test_binary_op.py +++ b/tests/integ/modin/binary/test_binary_op.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import datetime import math import operator diff --git a/tests/integ/modin/binary/test_timedelta.py b/tests/integ/modin/binary/test_timedelta.py index f87031efd56..184cd5604fb 100644 --- a/tests/integ/modin/binary/test_timedelta.py +++ b/tests/integ/modin/binary/test_timedelta.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/conftest.py b/tests/integ/modin/conftest.py index 207d640c702..7ce289bb288 100644 --- a/tests/integ/modin/conftest.py +++ b/tests/integ/modin/conftest.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import pathlib import re from datetime import datetime diff --git a/tests/integ/modin/crosstab/conftest.py b/tests/integ/modin/crosstab/conftest.py index 6203419321d..30acfc23620 100644 --- a/tests/integ/modin/crosstab/conftest.py +++ b/tests/integ/modin/crosstab/conftest.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/crosstab/test_crosstab.py b/tests/integ/modin/crosstab/test_crosstab.py index cc3ede508df..a2d2f680454 100644 --- a/tests/integ/modin/crosstab/test_crosstab.py +++ b/tests/integ/modin/crosstab/test_crosstab.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/data.py b/tests/integ/modin/data.py index 35c4d321787..2070216a92a 100644 --- a/tests/integ/modin/data.py +++ b/tests/integ/modin/data.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import pandas as native_pd RAW_NA_DF_DATA_TEST_CASES = [ diff --git a/tests/integ/modin/extensions/__init__.py b/tests/integ/modin/extensions/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/extensions/__init__.py +++ b/tests/integ/modin/extensions/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/extensions/test_dataframe_extensions.py b/tests/integ/modin/extensions/test_dataframe_extensions.py index 9ab62f31d35..432da69fe9d 100644 --- a/tests/integ/modin/extensions/test_dataframe_extensions.py +++ b/tests/integ/modin/extensions/test_dataframe_extensions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/integ/modin/extensions/test_series_extensions.py b/tests/integ/modin/extensions/test_series_extensions.py index 4b38d9e172a..d9d42f0e654 100644 --- a/tests/integ/modin/extensions/test_series_extensions.py +++ b/tests/integ/modin/extensions/test_series_extensions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/integ/modin/frame/__init__.py b/tests/integ/modin/frame/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/frame/__init__.py +++ b/tests/integ/modin/frame/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/frame/conftest.py b/tests/integ/modin/frame/conftest.py index c9b9a3b5825..4c547cfbabe 100644 --- a/tests/integ/modin/frame/conftest.py +++ b/tests/integ/modin/frame/conftest.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - from string import ascii_lowercase import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_add_prefix.py b/tests/integ/modin/frame/test_add_prefix.py index bfa170a8850..c954ec014a6 100644 --- a/tests/integ/modin/frame/test_add_prefix.py +++ b/tests/integ/modin/frame/test_add_prefix.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/frame/test_add_suffix.py b/tests/integ/modin/frame/test_add_suffix.py index 7f8aa01f0c3..3cb338ca6d8 100644 --- a/tests/integ/modin/frame/test_add_suffix.py +++ b/tests/integ/modin/frame/test_add_suffix.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/frame/test_aggregate.py b/tests/integ/modin/frame/test_aggregate.py index 30e1bc876b7..c05b92bc156 100644 --- a/tests/integ/modin/frame/test_aggregate.py +++ b/tests/integ/modin/frame/test_aggregate.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import functools import re diff --git a/tests/integ/modin/frame/test_align.py b/tests/integ/modin/frame/test_align.py index 05f4f0b1f3e..43fa3105bd5 100644 --- a/tests/integ/modin/frame/test_align.py +++ b/tests/integ/modin/frame/test_align.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_all_any.py b/tests/integ/modin/frame/test_all_any.py index ab22a5db76f..8e578d5c66e 100644 --- a/tests/integ/modin/frame/test_all_any.py +++ b/tests/integ/modin/frame/test_all_any.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_apply.py b/tests/integ/modin/frame/test_apply.py index 222c8be40d6..9acc924ced6 100644 --- a/tests/integ/modin/frame/test_apply.py +++ b/tests/integ/modin/frame/test_apply.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/frame/test_apply_axis_0.py b/tests/integ/modin/frame/test_apply_axis_0.py index 923c253b3e5..1758f53b9bb 100644 --- a/tests/integ/modin/frame/test_apply_axis_0.py +++ b/tests/integ/modin/frame/test_apply_axis_0.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/frame/test_applymap.py b/tests/integ/modin/frame/test_applymap.py index ea1aa48d9f0..661f6a8edf9 100644 --- a/tests/integ/modin/frame/test_applymap.py +++ b/tests/integ/modin/frame/test_applymap.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_assign.py b/tests/integ/modin/frame/test_assign.py index 3bfea77d704..f9fdc94b958 100644 --- a/tests/integ/modin/frame/test_assign.py +++ b/tests/integ/modin/frame/test_assign.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/frame/test_astype.py b/tests/integ/modin/frame/test_astype.py index f687bfa1e9b..a1d8d2eccea 100644 --- a/tests/integ/modin/frame/test_astype.py +++ b/tests/integ/modin/frame/test_astype.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/frame/test_at.py b/tests/integ/modin/frame/test_at.py index 13d3808b64d..949e9baddb0 100644 --- a/tests/integ/modin/frame/test_at.py +++ b/tests/integ/modin/frame/test_at.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pytest from pandas.errors import IndexingError diff --git a/tests/integ/modin/frame/test_attrs.py b/tests/integ/modin/frame/test_attrs.py index abb7c19ad4a..bfa972d16ab 100644 --- a/tests/integ/modin/frame/test_attrs.py +++ b/tests/integ/modin/frame/test_attrs.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Tests for DataFrame.attrs, which allows users to locally store some metadata. diff --git a/tests/integ/modin/frame/test_axis.py b/tests/integ/modin/frame/test_axis.py index a068c5457b7..5f8b8d9619e 100644 --- a/tests/integ/modin/frame/test_axis.py +++ b/tests/integ/modin/frame/test_axis.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging import re diff --git a/tests/integ/modin/frame/test_bfill_ffill.py b/tests/integ/modin/frame/test_bfill_ffill.py index e765a99c9d8..365b135918a 100644 --- a/tests/integ/modin/frame/test_bfill_ffill.py +++ b/tests/integ/modin/frame/test_bfill_ffill.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_cache_result.py b/tests/integ/modin/frame/test_cache_result.py index 18283441858..ad0bfe7bb61 100644 --- a/tests/integ/modin/frame/test_cache_result.py +++ b/tests/integ/modin/frame/test_cache_result.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_compare.py b/tests/integ/modin/frame/test_compare.py index 507abecee74..fb9fb29e46c 100644 --- a/tests/integ/modin/frame/test_compare.py +++ b/tests/integ/modin/frame/test_compare.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_copy.py b/tests/integ/modin/frame/test_copy.py index 7b1007621d5..4c01ca37e20 100644 --- a/tests/integ/modin/frame/test_copy.py +++ b/tests/integ/modin/frame/test_copy.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/frame/test_cumulative.py b/tests/integ/modin/frame/test_cumulative.py index ffa212146b2..f6d06b087d9 100644 --- a/tests/integ/modin/frame/test_cumulative.py +++ b/tests/integ/modin/frame/test_cumulative.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_describe.py b/tests/integ/modin/frame/test_describe.py index ca6b47b3a0f..766e9183498 100644 --- a/tests/integ/modin/frame/test_describe.py +++ b/tests/integ/modin/frame/test_describe.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime as dt diff --git a/tests/integ/modin/frame/test_diff.py b/tests/integ/modin/frame/test_diff.py index 1955cedd870..2ea8ad0c773 100644 --- a/tests/integ/modin/frame/test_diff.py +++ b/tests/integ/modin/frame/test_diff.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_drop.py b/tests/integ/modin/frame/test_drop.py index fbc89563d48..a27373b732f 100644 --- a/tests/integ/modin/frame/test_drop.py +++ b/tests/integ/modin/frame/test_drop.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_drop_duplicates.py b/tests/integ/modin/frame/test_drop_duplicates.py index ca3f8f51445..1aab0538964 100644 --- a/tests/integ/modin/frame/test_drop_duplicates.py +++ b/tests/integ/modin/frame/test_drop_duplicates.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_dropna.py b/tests/integ/modin/frame/test_dropna.py index 8def388858d..d9c80d15f4c 100644 --- a/tests/integ/modin/frame/test_dropna.py +++ b/tests/integ/modin/frame/test_dropna.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_dtypes.py b/tests/integ/modin/frame/test_dtypes.py index 8662f82d43e..42c41780730 100644 --- a/tests/integ/modin/frame/test_dtypes.py +++ b/tests/integ/modin/frame/test_dtypes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_duplicated.py b/tests/integ/modin/frame/test_duplicated.py index 9a15027b4a1..9bd237d73c1 100644 --- a/tests/integ/modin/frame/test_duplicated.py +++ b/tests/integ/modin/frame/test_duplicated.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_empty.py b/tests/integ/modin/frame/test_empty.py index 5e7087471b5..9eaecc36ddb 100644 --- a/tests/integ/modin/frame/test_empty.py +++ b/tests/integ/modin/frame/test_empty.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_equals.py b/tests/integ/modin/frame/test_equals.py index 76aff81d753..cabc66c50d7 100644 --- a/tests/integ/modin/frame/test_equals.py +++ b/tests/integ/modin/frame/test_equals.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_fillna.py b/tests/integ/modin/frame/test_fillna.py index e3703f24776..fd0976a675e 100644 --- a/tests/integ/modin/frame/test_fillna.py +++ b/tests/integ/modin/frame/test_fillna.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/frame/test_filter.py b/tests/integ/modin/frame/test_filter.py index e8bb0e769fc..feae6d4d0b6 100644 --- a/tests/integ/modin/frame/test_filter.py +++ b/tests/integ/modin/frame/test_filter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import random diff --git a/tests/integ/modin/frame/test_first_last_valid_index.py b/tests/integ/modin/frame/test_first_last_valid_index.py index 4debf72f901..65fd76d6cf7 100644 --- a/tests/integ/modin/frame/test_first_last_valid_index.py +++ b/tests/integ/modin/frame/test_first_last_valid_index.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_from_dict.py b/tests/integ/modin/frame/test_from_dict.py index e305a1f2389..894da0f95bd 100644 --- a/tests/integ/modin/frame/test_from_dict.py +++ b/tests/integ/modin/frame/test_from_dict.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd diff --git a/tests/integ/modin/frame/test_from_records.py b/tests/integ/modin/frame/test_from_records.py index 89703c708c2..5540ea00e32 100644 --- a/tests/integ/modin/frame/test_from_records.py +++ b/tests/integ/modin/frame/test_from_records.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import numpy as np diff --git a/tests/integ/modin/frame/test_getattr.py b/tests/integ/modin/frame/test_getattr.py index 90d2e6372e2..02be4febe0e 100644 --- a/tests/integ/modin/frame/test_getattr.py +++ b/tests/integ/modin/frame/test_getattr.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import inspect diff --git a/tests/integ/modin/frame/test_getitem.py b/tests/integ/modin/frame/test_getitem.py index 8abd281e541..e1f676b4ff5 100644 --- a/tests/integ/modin/frame/test_getitem.py +++ b/tests/integ/modin/frame/test_getitem.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import itertools import random from itertools import chain, combinations diff --git a/tests/integ/modin/frame/test_head_tail.py b/tests/integ/modin/frame/test_head_tail.py index 3c0cef808db..231bec17cac 100644 --- a/tests/integ/modin/frame/test_head_tail.py +++ b/tests/integ/modin/frame/test_head_tail.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from typing import Any, Union import pandas as native_pd diff --git a/tests/integ/modin/frame/test_iat.py b/tests/integ/modin/frame/test_iat.py index a7635a1deef..4f2c685e89b 100644 --- a/tests/integ/modin/frame/test_iat.py +++ b/tests/integ/modin/frame/test_iat.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pytest from pandas.errors import IndexingError diff --git a/tests/integ/modin/frame/test_idxmax_idxmin.py b/tests/integ/modin/frame/test_idxmax_idxmin.py index 43aef6b4058..6e3db371244 100644 --- a/tests/integ/modin/frame/test_idxmax_idxmin.py +++ b/tests/integ/modin/frame/test_idxmax_idxmin.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_iloc.py b/tests/integ/modin/frame/test_iloc.py index 100345f0821..61024adec95 100644 --- a/tests/integ/modin/frame/test_iloc.py +++ b/tests/integ/modin/frame/test_iloc.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import itertools import random import re diff --git a/tests/integ/modin/frame/test_info.py b/tests/integ/modin/frame/test_info.py index 8242eed3fee..308fdbce2d0 100644 --- a/tests/integ/modin/frame/test_info.py +++ b/tests/integ/modin/frame/test_info.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import io diff --git a/tests/integ/modin/frame/test_insert.py b/tests/integ/modin/frame/test_insert.py index cbdec7e12db..974823d02cc 100644 --- a/tests/integ/modin/frame/test_insert.py +++ b/tests/integ/modin/frame/test_insert.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import functools import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_interchange_protocol.py b/tests/integ/modin/frame/test_interchange_protocol.py index 4d5077c0f88..0e914d18f79 100644 --- a/tests/integ/modin/frame/test_interchange_protocol.py +++ b/tests/integ/modin/frame/test_interchange_protocol.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_isin.py b/tests/integ/modin/frame/test_isin.py index badf4ec9d61..955e2cf334e 100644 --- a/tests/integ/modin/frame/test_isin.py +++ b/tests/integ/modin/frame/test_isin.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re from typing import Any diff --git a/tests/integ/modin/frame/test_isna.py b/tests/integ/modin/frame/test_isna.py index 82df3b57b54..a38eae7acc4 100644 --- a/tests/integ/modin/frame/test_isna.py +++ b/tests/integ/modin/frame/test_isna.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import math import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_items.py b/tests/integ/modin/frame/test_items.py index 87bfebf1979..573ca8b191b 100644 --- a/tests/integ/modin/frame/test_items.py +++ b/tests/integ/modin/frame/test_items.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pandas as native_pd diff --git a/tests/integ/modin/frame/test_iterrows.py b/tests/integ/modin/frame/test_iterrows.py index 940a9144d3f..dc7a0e6d3df 100644 --- a/tests/integ/modin/frame/test_iterrows.py +++ b/tests/integ/modin/frame/test_iterrows.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_itertuples.py b/tests/integ/modin/frame/test_itertuples.py index 848ac6234c1..28bb6fcfa2d 100644 --- a/tests/integ/modin/frame/test_itertuples.py +++ b/tests/integ/modin/frame/test_itertuples.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_join.py b/tests/integ/modin/frame/test_join.py index d15349c8bd9..8b016012644 100644 --- a/tests/integ/modin/frame/test_join.py +++ b/tests/integ/modin/frame/test_join.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_len.py b/tests/integ/modin/frame/test_len.py index a8a4cde4256..15956573b8d 100644 --- a/tests/integ/modin/frame/test_len.py +++ b/tests/integ/modin/frame/test_len.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_loc.py b/tests/integ/modin/frame/test_loc.py index b513ab273bf..1d6e8bc8bf8 100644 --- a/tests/integ/modin/frame/test_loc.py +++ b/tests/integ/modin/frame/test_loc.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import random import re diff --git a/tests/integ/modin/frame/test_mask.py b/tests/integ/modin/frame/test_mask.py index b603a756640..40c19804ee4 100644 --- a/tests/integ/modin/frame/test_mask.py +++ b/tests/integ/modin/frame/test_mask.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/frame/test_melt.py b/tests/integ/modin/frame/test_melt.py index 80ab19b1fd3..fcc5d5acecc 100644 --- a/tests/integ/modin/frame/test_melt.py +++ b/tests/integ/modin/frame/test_melt.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_memory_usage.py b/tests/integ/modin/frame/test_memory_usage.py index 90cc7d6b093..e4936cc66cb 100644 --- a/tests/integ/modin/frame/test_memory_usage.py +++ b/tests/integ/modin/frame/test_memory_usage.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_merge.py b/tests/integ/modin/frame/test_merge.py index 78a137b5143..7b6b091b29b 100644 --- a/tests/integ/modin/frame/test_merge.py +++ b/tests/integ/modin/frame/test_merge.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from collections.abc import Hashable from typing import Optional, Union diff --git a/tests/integ/modin/frame/test_name.py b/tests/integ/modin/frame/test_name.py index 6d5a199c79a..00f852ca04b 100644 --- a/tests/integ/modin/frame/test_name.py +++ b/tests/integ/modin/frame/test_name.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_ndim.py b/tests/integ/modin/frame/test_ndim.py index b61c6eea78f..6b355b95daa 100644 --- a/tests/integ/modin/frame/test_ndim.py +++ b/tests/integ/modin/frame/test_ndim.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/frame/test_nlargest_nsmallest.py b/tests/integ/modin/frame/test_nlargest_nsmallest.py index 996b4d3fe4a..2c372d32dd2 100644 --- a/tests/integ/modin/frame/test_nlargest_nsmallest.py +++ b/tests/integ/modin/frame/test_nlargest_nsmallest.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/frame/test_nunique.py b/tests/integ/modin/frame/test_nunique.py index cf2737e10c1..29ad674ff89 100644 --- a/tests/integ/modin/frame/test_nunique.py +++ b/tests/integ/modin/frame/test_nunique.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_pct_change.py b/tests/integ/modin/frame/test_pct_change.py index 316062b9fdc..28143422994 100644 --- a/tests/integ/modin/frame/test_pct_change.py +++ b/tests/integ/modin/frame/test_pct_change.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import contextlib diff --git a/tests/integ/modin/frame/test_quantile.py b/tests/integ/modin/frame/test_quantile.py index 1e47fac8747..857c9e8852c 100644 --- a/tests/integ/modin/frame/test_quantile.py +++ b/tests/integ/modin/frame/test_quantile.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_rank.py b/tests/integ/modin/frame/test_rank.py index 188f98afbfa..2d30f437e01 100644 --- a/tests/integ/modin/frame/test_rank.py +++ b/tests/integ/modin/frame/test_rank.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_reindex.py b/tests/integ/modin/frame/test_reindex.py index a8a018f8be5..33efcece8a6 100644 --- a/tests/integ/modin/frame/test_reindex.py +++ b/tests/integ/modin/frame/test_reindex.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_rename.py b/tests/integ/modin/frame/test_rename.py index 6c34cf3127b..90d3c00261d 100644 --- a/tests/integ/modin/frame/test_rename.py +++ b/tests/integ/modin/frame/test_rename.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import inspect diff --git a/tests/integ/modin/frame/test_replace.py b/tests/integ/modin/frame/test_replace.py index 9416b4172ea..5adec183000 100644 --- a/tests/integ/modin/frame/test_replace.py +++ b/tests/integ/modin/frame/test_replace.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import datetime import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_repr.py b/tests/integ/modin/frame/test_repr.py index 41738bd6eee..6ce511893b7 100644 --- a/tests/integ/modin/frame/test_repr.py +++ b/tests/integ/modin/frame/test_repr.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_reset_index.py b/tests/integ/modin/frame/test_reset_index.py index 7219d77eaf0..dd3a92f85f3 100644 --- a/tests/integ/modin/frame/test_reset_index.py +++ b/tests/integ/modin/frame/test_reset_index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_round.py b/tests/integ/modin/frame/test_round.py index 1526b5de7ec..ff5f9e986fb 100644 --- a/tests/integ/modin/frame/test_round.py +++ b/tests/integ/modin/frame/test_round.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/tests/integ/modin/frame/test_sample.py b/tests/integ/modin/frame/test_sample.py index 5f699e9de3c..7153d1d7d00 100644 --- a/tests/integ/modin/frame/test_sample.py +++ b/tests/integ/modin/frame/test_sample.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_select_dtypes.py b/tests/integ/modin/frame/test_select_dtypes.py index 85fffcc2ebe..6adaad1cb34 100644 --- a/tests/integ/modin/frame/test_select_dtypes.py +++ b/tests/integ/modin/frame/test_select_dtypes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime as dt diff --git a/tests/integ/modin/frame/test_set_index.py b/tests/integ/modin/frame/test_set_index.py index 73ef1efc265..2795ca85738 100644 --- a/tests/integ/modin/frame/test_set_index.py +++ b/tests/integ/modin/frame/test_set_index.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_setitem.py b/tests/integ/modin/frame/test_setitem.py index e74dbca3485..42f98095234 100644 --- a/tests/integ/modin/frame/test_setitem.py +++ b/tests/integ/modin/frame/test_setitem.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import datetime import random diff --git a/tests/integ/modin/frame/test_shape.py b/tests/integ/modin/frame/test_shape.py index fc981e5e71b..4f900988cc7 100644 --- a/tests/integ/modin/frame/test_shape.py +++ b/tests/integ/modin/frame/test_shape.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_shift.py b/tests/integ/modin/frame/test_shift.py index de76be00236..4b3130c8044 100644 --- a/tests/integ/modin/frame/test_shift.py +++ b/tests/integ/modin/frame/test_shift.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import datetime import random diff --git a/tests/integ/modin/frame/test_size.py b/tests/integ/modin/frame/test_size.py index 24676b0657c..1a935d1d57b 100644 --- a/tests/integ/modin/frame/test_size.py +++ b/tests/integ/modin/frame/test_size.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_skew.py b/tests/integ/modin/frame/test_skew.py index 9dfae83c47c..8461db83ff4 100644 --- a/tests/integ/modin/frame/test_skew.py +++ b/tests/integ/modin/frame/test_skew.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_sort_index.py b/tests/integ/modin/frame/test_sort_index.py index 87228b4ae04..ade4f15086b 100644 --- a/tests/integ/modin/frame/test_sort_index.py +++ b/tests/integ/modin/frame/test_sort_index.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_sort_values.py b/tests/integ/modin/frame/test_sort_values.py index 0dbc1c9e552..b36e4d8c92e 100644 --- a/tests/integ/modin/frame/test_sort_values.py +++ b/tests/integ/modin/frame/test_sort_values.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/frame/test_squeeze.py b/tests/integ/modin/frame/test_squeeze.py index 613758b16cc..a5db2e7de95 100644 --- a/tests/integ/modin/frame/test_squeeze.py +++ b/tests/integ/modin/frame/test_squeeze.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_stack.py b/tests/integ/modin/frame/test_stack.py index 06d6b3f8e5c..813be241352 100644 --- a/tests/integ/modin/frame/test_stack.py +++ b/tests/integ/modin/frame/test_stack.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_style.py b/tests/integ/modin/frame/test_style.py index 2eff358ffec..814c51edcff 100644 --- a/tests/integ/modin/frame/test_style.py +++ b/tests/integ/modin/frame/test_style.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_take.py b/tests/integ/modin/frame/test_take.py index e6cfc1dfa66..a712208d10d 100644 --- a/tests/integ/modin/frame/test_take.py +++ b/tests/integ/modin/frame/test_take.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_to_snowflake.py b/tests/integ/modin/frame/test_to_snowflake.py index 71c2a35d0c5..6966b29e540 100644 --- a/tests/integ/modin/frame/test_to_snowflake.py +++ b/tests/integ/modin/frame/test_to_snowflake.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging import re diff --git a/tests/integ/modin/frame/test_to_snowpark.py b/tests/integ/modin/frame/test_to_snowpark.py index 942562123d1..3c55213caea 100644 --- a/tests/integ/modin/frame/test_to_snowpark.py +++ b/tests/integ/modin/frame/test_to_snowpark.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging import re diff --git a/tests/integ/modin/frame/test_transpose.py b/tests/integ/modin/frame/test_transpose.py index 5e5fb27827f..eb79570b79f 100644 --- a/tests/integ/modin/frame/test_transpose.py +++ b/tests/integ/modin/frame/test_transpose.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/frame/test_tz_convert.py b/tests/integ/modin/frame/test_tz_convert.py index d5b63862aad..7d9ff7c4fdc 100644 --- a/tests/integ/modin/frame/test_tz_convert.py +++ b/tests/integ/modin/frame/test_tz_convert.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_tz_localize.py b/tests/integ/modin/frame/test_tz_localize.py index ceba9f8399c..2ec2291583c 100644 --- a/tests/integ/modin/frame/test_tz_localize.py +++ b/tests/integ/modin/frame/test_tz_localize.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_unary_op.py b/tests/integ/modin/frame/test_unary_op.py index a5c60ba3af4..eb12b4ea6ee 100644 --- a/tests/integ/modin/frame/test_unary_op.py +++ b/tests/integ/modin/frame/test_unary_op.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/tests/integ/modin/frame/test_unstack.py b/tests/integ/modin/frame/test_unstack.py index 2506940f42d..a385dfa49e6 100644 --- a/tests/integ/modin/frame/test_unstack.py +++ b/tests/integ/modin/frame/test_unstack.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_value_counts.py b/tests/integ/modin/frame/test_value_counts.py index 0d69aeaae93..8a06fca35a5 100644 --- a/tests/integ/modin/frame/test_value_counts.py +++ b/tests/integ/modin/frame/test_value_counts.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/frame/test_where.py b/tests/integ/modin/frame/test_where.py index d3f7e60702e..02f9de9ef02 100644 --- a/tests/integ/modin/frame/test_where.py +++ b/tests/integ/modin/frame/test_where.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/groupby/__init__.py b/tests/integ/modin/groupby/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/groupby/__init__.py +++ b/tests/integ/modin/groupby/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/groupby/conftest.py b/tests/integ/modin/groupby/conftest.py index 2277794d71a..0c655cedcbc 100644 --- a/tests/integ/modin/groupby/conftest.py +++ b/tests/integ/modin/groupby/conftest.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pytest diff --git a/tests/integ/modin/groupby/test_all_any.py b/tests/integ/modin/groupby/test_all_any.py index a13712d9a8e..5e56f0b2536 100644 --- a/tests/integ/modin/groupby/test_all_any.py +++ b/tests/integ/modin/groupby/test_all_any.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + # tests pulled from pandas/pandas/tests/groupby/test_min_max.py # diff --git a/tests/integ/modin/groupby/test_groupby___iter__.py b/tests/integ/modin/groupby/test_groupby___iter__.py index ddcff353912..b562c2bd6de 100644 --- a/tests/integ/modin/groupby/test_groupby___iter__.py +++ b/tests/integ/modin/groupby/test_groupby___iter__.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/groupby/test_groupby_apply.py b/tests/integ/modin/groupby/test_groupby_apply.py index c181cc46872..f6f15c55033 100644 --- a/tests/integ/modin/groupby/test_groupby_apply.py +++ b/tests/integ/modin/groupby/test_groupby_apply.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/groupby/test_groupby_basic_agg.py b/tests/integ/modin/groupby/test_groupby_basic_agg.py index ff4636a8bd9..c0e0669bc74 100644 --- a/tests/integ/modin/groupby/test_groupby_basic_agg.py +++ b/tests/integ/modin/groupby/test_groupby_basic_agg.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging from typing import Any diff --git a/tests/integ/modin/groupby/test_groupby_bfill_ffill.py b/tests/integ/modin/groupby/test_groupby_bfill_ffill.py index 5720f800c28..49378ac2b03 100644 --- a/tests/integ/modin/groupby/test_groupby_bfill_ffill.py +++ b/tests/integ/modin/groupby/test_groupby_bfill_ffill.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_dataframe_cumulative.py b/tests/integ/modin/groupby/test_groupby_dataframe_cumulative.py index ef948851868..64ae6c1df4b 100644 --- a/tests/integ/modin/groupby/test_groupby_dataframe_cumulative.py +++ b/tests/integ/modin/groupby/test_groupby_dataframe_cumulative.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_groupby_dataframe_rank.py b/tests/integ/modin/groupby/test_groupby_dataframe_rank.py index 4b9c1bc37aa..6782d647bf1 100644 --- a/tests/integ/modin/groupby/test_groupby_dataframe_rank.py +++ b/tests/integ/modin/groupby/test_groupby_dataframe_rank.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_dataframe_shift.py b/tests/integ/modin/groupby/test_groupby_dataframe_shift.py index d18c360d6b4..bd1f8690967 100644 --- a/tests/integ/modin/groupby/test_groupby_dataframe_shift.py +++ b/tests/integ/modin/groupby/test_groupby_dataframe_shift.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_groupby_default2pandas.py b/tests/integ/modin/groupby/test_groupby_default2pandas.py index 0bd7e384c57..41338ef7de4 100644 --- a/tests/integ/modin/groupby/test_groupby_default2pandas.py +++ b/tests/integ/modin/groupby/test_groupby_default2pandas.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/groupby/test_groupby_fillna.py b/tests/integ/modin/groupby/test_groupby_fillna.py index e7572ca0eb8..e7df92b8d43 100644 --- a/tests/integ/modin/groupby/test_groupby_fillna.py +++ b/tests/integ/modin/groupby/test_groupby_fillna.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_first_last.py b/tests/integ/modin/groupby/test_groupby_first_last.py index a717802bab4..52f728cb2a8 100644 --- a/tests/integ/modin/groupby/test_groupby_first_last.py +++ b/tests/integ/modin/groupby/test_groupby_first_last.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_get_group.py b/tests/integ/modin/groupby/test_groupby_get_group.py index b552fd56e7e..e9efe0ecb0e 100644 --- a/tests/integ/modin/groupby/test_groupby_get_group.py +++ b/tests/integ/modin/groupby/test_groupby_get_group.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_getitem.py b/tests/integ/modin/groupby/test_groupby_getitem.py index e07cb238a4d..8b21b9f29e8 100644 --- a/tests/integ/modin/groupby/test_groupby_getitem.py +++ b/tests/integ/modin/groupby/test_groupby_getitem.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_head_tail.py b/tests/integ/modin/groupby/test_groupby_head_tail.py index ddd7ecd1355..52532709345 100644 --- a/tests/integ/modin/groupby/test_groupby_head_tail.py +++ b/tests/integ/modin/groupby/test_groupby_head_tail.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_idxmax_idxmin.py b/tests/integ/modin/groupby/test_groupby_idxmax_idxmin.py index bb7e048fca3..23e3e803bb2 100644 --- a/tests/integ/modin/groupby/test_groupby_idxmax_idxmin.py +++ b/tests/integ/modin/groupby/test_groupby_idxmax_idxmin.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_named_agg.py b/tests/integ/modin/groupby/test_groupby_named_agg.py index c7f22397f05..c1b63869f02 100644 --- a/tests/integ/modin/groupby/test_groupby_named_agg.py +++ b/tests/integ/modin/groupby/test_groupby_named_agg.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_groupby_negative.py b/tests/integ/modin/groupby/test_groupby_negative.py index 136df7e94b8..6c34670261a 100644 --- a/tests/integ/modin/groupby/test_groupby_negative.py +++ b/tests/integ/modin/groupby/test_groupby_negative.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re from typing import Sequence diff --git a/tests/integ/modin/groupby/test_groupby_ngroups.py b/tests/integ/modin/groupby/test_groupby_ngroups.py index 9232d4e71d7..b19dc5f29c1 100644 --- a/tests/integ/modin/groupby/test_groupby_ngroups.py +++ b/tests/integ/modin/groupby/test_groupby_ngroups.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_groupby_nunique.py b/tests/integ/modin/groupby/test_groupby_nunique.py index dfa4efe99c2..b0526a035e2 100644 --- a/tests/integ/modin/groupby/test_groupby_nunique.py +++ b/tests/integ/modin/groupby/test_groupby_nunique.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_groupby_property.py b/tests/integ/modin/groupby/test_groupby_property.py index 1d46bb60c9f..a26474674ed 100644 --- a/tests/integ/modin/groupby/test_groupby_property.py +++ b/tests/integ/modin/groupby/test_groupby_property.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Union diff --git a/tests/integ/modin/groupby/test_groupby_series.py b/tests/integ/modin/groupby/test_groupby_series.py index 941b471e238..0b8bf0428a1 100644 --- a/tests/integ/modin/groupby/test_groupby_series.py +++ b/tests/integ/modin/groupby/test_groupby_series.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/groupby/test_groupby_series_cumulative.py b/tests/integ/modin/groupby/test_groupby_series_cumulative.py index eea17b7ac43..acf0d48ab56 100644 --- a/tests/integ/modin/groupby/test_groupby_series_cumulative.py +++ b/tests/integ/modin/groupby/test_groupby_series_cumulative.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_groupby_series_rank.py b/tests/integ/modin/groupby/test_groupby_series_rank.py index 09502bed434..c4a8d4d2718 100644 --- a/tests/integ/modin/groupby/test_groupby_series_rank.py +++ b/tests/integ/modin/groupby/test_groupby_series_rank.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_series_shift.py b/tests/integ/modin/groupby/test_groupby_series_shift.py index f74d78e4d36..bbb6afe9e6a 100644 --- a/tests/integ/modin/groupby/test_groupby_series_shift.py +++ b/tests/integ/modin/groupby/test_groupby_series_shift.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_groupby_size.py b/tests/integ/modin/groupby/test_groupby_size.py index b10524d2653..b68f7110496 100644 --- a/tests/integ/modin/groupby/test_groupby_size.py +++ b/tests/integ/modin/groupby/test_groupby_size.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_groupby_transform.py b/tests/integ/modin/groupby/test_groupby_transform.py index e6fc4ca87bd..16fa41397e2 100644 --- a/tests/integ/modin/groupby/test_groupby_transform.py +++ b/tests/integ/modin/groupby/test_groupby_transform.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_groupby_unique.py b/tests/integ/modin/groupby/test_groupby_unique.py index c1e77f81d32..e4281da4c55 100644 --- a/tests/integ/modin/groupby/test_groupby_unique.py +++ b/tests/integ/modin/groupby/test_groupby_unique.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import pandas as native_pd import pytest diff --git a/tests/integ/modin/groupby/test_grouping.py b/tests/integ/modin/groupby/test_grouping.py index 53276803d65..e357cb200fc 100644 --- a/tests/integ/modin/groupby/test_grouping.py +++ b/tests/integ/modin/groupby/test_grouping.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_min_max.py b/tests/integ/modin/groupby/test_min_max.py index ed622722df0..c8c30bbcf49 100644 --- a/tests/integ/modin/groupby/test_min_max.py +++ b/tests/integ/modin/groupby/test_min_max.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + # tests pulled from pandas/pandas/tests/groupby/test_min_max.py # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_pct_change.py b/tests/integ/modin/groupby/test_pct_change.py index c397a9b6354..b9855bd212c 100644 --- a/tests/integ/modin/groupby/test_pct_change.py +++ b/tests/integ/modin/groupby/test_pct_change.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/groupby/test_quantile.py b/tests/integ/modin/groupby/test_quantile.py index f993c6afdda..1ca05d1f920 100644 --- a/tests/integ/modin/groupby/test_quantile.py +++ b/tests/integ/modin/groupby/test_quantile.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/groupby/test_value_counts.py b/tests/integ/modin/groupby/test_value_counts.py index 72de33b66fa..f80df364cd9 100644 --- a/tests/integ/modin/groupby/test_value_counts.py +++ b/tests/integ/modin/groupby/test_value_counts.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/__init__.py b/tests/integ/modin/index/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/index/__init__.py +++ b/tests/integ/modin/index/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/index/conftest.py b/tests/integ/modin/index/conftest.py index 26afd232c4f..7981e9d0696 100644 --- a/tests/integ/modin/index/conftest.py +++ b/tests/integ/modin/index/conftest.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/index/test_all_any.py b/tests/integ/modin/index/test_all_any.py index c645c80fe71..e93cb44cf74 100644 --- a/tests/integ/modin/index/test_all_any.py +++ b/tests/integ/modin/index/test_all_any.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_argmax_argmin.py b/tests/integ/modin/index/test_argmax_argmin.py index b8550684317..7be3e9f0b4f 100644 --- a/tests/integ/modin/index/test_argmax_argmin.py +++ b/tests/integ/modin/index/test_argmax_argmin.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_astype.py b/tests/integ/modin/index/test_astype.py index 2b7030375ae..dc58eed58e1 100644 --- a/tests/integ/modin/index/test_astype.py +++ b/tests/integ/modin/index/test_astype.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_datetime_index_methods.py b/tests/integ/modin/index/test_datetime_index_methods.py index f1d8fcfbffb..2a11de9646e 100644 --- a/tests/integ/modin/index/test_datetime_index_methods.py +++ b/tests/integ/modin/index/test_datetime_index_methods.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/index/test_df_series_creation_with_index.py b/tests/integ/modin/index/test_df_series_creation_with_index.py index 5ff3d8b3d31..48e7b0249e5 100644 --- a/tests/integ/modin/index/test_df_series_creation_with_index.py +++ b/tests/integ/modin/index/test_df_series_creation_with_index.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/index/test_equals.py b/tests/integ/modin/index/test_equals.py index 00a65cb1cc6..0766a3a95c5 100644 --- a/tests/integ/modin/index/test_equals.py +++ b/tests/integ/modin/index/test_equals.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_index_methods.py b/tests/integ/modin/index/test_index_methods.py index 481c0a717fa..c20696b2abf 100644 --- a/tests/integ/modin/index/test_index_methods.py +++ b/tests/integ/modin/index/test_index_methods.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_index_ops.py b/tests/integ/modin/index/test_index_ops.py index 852dfe7d64b..cf63d1d24c0 100644 --- a/tests/integ/modin/index/test_index_ops.py +++ b/tests/integ/modin/index/test_index_ops.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_indexing.py b/tests/integ/modin/index/test_indexing.py index 3ddfcfc8c32..1a5f3e07e44 100644 --- a/tests/integ/modin/index/test_indexing.py +++ b/tests/integ/modin/index/test_indexing.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/index/test_monotonic.py b/tests/integ/modin/index/test_monotonic.py index 1201f9469b7..29ba656733b 100644 --- a/tests/integ/modin/index/test_monotonic.py +++ b/tests/integ/modin/index/test_monotonic.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_name.py b/tests/integ/modin/index/test_name.py index 46a37b0b2cc..b7da32276f7 100644 --- a/tests/integ/modin/index/test_name.py +++ b/tests/integ/modin/index/test_name.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_reindex.py b/tests/integ/modin/index/test_reindex.py index affacef4ff9..1fb055e9173 100644 --- a/tests/integ/modin/index/test_reindex.py +++ b/tests/integ/modin/index/test_reindex.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Callable diff --git a/tests/integ/modin/index/test_repr.py b/tests/integ/modin/index/test_repr.py index 03526013ecb..19792facb61 100644 --- a/tests/integ/modin/index/test_repr.py +++ b/tests/integ/modin/index/test_repr.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_sort_values.py b/tests/integ/modin/index/test_sort_values.py index e818d28a6b2..5ec7cf91447 100644 --- a/tests/integ/modin/index/test_sort_values.py +++ b/tests/integ/modin/index/test_sort_values.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_timedelta_index_methods.py b/tests/integ/modin/index/test_timedelta_index_methods.py index 1eb10fc0cdf..39f1faff058 100644 --- a/tests/integ/modin/index/test_timedelta_index_methods.py +++ b/tests/integ/modin/index/test_timedelta_index_methods.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_transpose.py b/tests/integ/modin/index/test_transpose.py index dcb0d7e7d64..ca60e8b3a32 100644 --- a/tests/integ/modin/index/test_transpose.py +++ b/tests/integ/modin/index/test_transpose.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/index/test_unique.py b/tests/integ/modin/index/test_unique.py index ee8f076f814..38ed40e4aac 100644 --- a/tests/integ/modin/index/test_unique.py +++ b/tests/integ/modin/index/test_unique.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/index/test_value_counts.py b/tests/integ/modin/index/test_value_counts.py index ce1990d0ce0..489369a05b8 100644 --- a/tests/integ/modin/index/test_value_counts.py +++ b/tests/integ/modin/index/test_value_counts.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/interoperability/plotly/test_plotly.py b/tests/integ/modin/interoperability/plotly/test_plotly.py index 2dc9ae59d55..63de8969a55 100644 --- a/tests/integ/modin/interoperability/plotly/test_plotly.py +++ b/tests/integ/modin/interoperability/plotly/test_plotly.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/interoperability/scikit-learn/test_scikit_learn.py b/tests/integ/modin/interoperability/scikit-learn/test_scikit_learn.py index 971b47c07ae..7cff7c78037 100644 --- a/tests/integ/modin/interoperability/scikit-learn/test_scikit_learn.py +++ b/tests/integ/modin/interoperability/scikit-learn/test_scikit_learn.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from sklearn.decomposition import PCA diff --git a/tests/integ/modin/io/test_json_normalize.py b/tests/integ/modin/io/test_json_normalize.py index 2dd13ec3f5b..aa621ce7bf2 100644 --- a/tests/integ/modin/io/test_json_normalize.py +++ b/tests/integ/modin/io/test_json_normalize.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/io/test_read_csv.py b/tests/integ/modin/io/test_read_csv.py index 3038fa2c144..db5811e28f2 100644 --- a/tests/integ/modin/io/test_read_csv.py +++ b/tests/integ/modin/io/test_read_csv.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/io/test_read_excel.py b/tests/integ/modin/io/test_read_excel.py index 4739af60105..9f6c2350062 100644 --- a/tests/integ/modin/io/test_read_excel.py +++ b/tests/integ/modin/io/test_read_excel.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/io/test_read_html.py b/tests/integ/modin/io/test_read_html.py index 1fbafa00516..518962ba20d 100644 --- a/tests/integ/modin/io/test_read_html.py +++ b/tests/integ/modin/io/test_read_html.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import os import uuid diff --git a/tests/integ/modin/io/test_read_json.py b/tests/integ/modin/io/test_read_json.py index 50eee663bf4..9b602e7107e 100644 --- a/tests/integ/modin/io/test_read_json.py +++ b/tests/integ/modin/io/test_read_json.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/integ/modin/io/test_read_parquet.py b/tests/integ/modin/io/test_read_parquet.py index 746ccf1b462..5d2cdbbdd3f 100644 --- a/tests/integ/modin/io/test_read_parquet.py +++ b/tests/integ/modin/io/test_read_parquet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/io/test_read_pickle.py b/tests/integ/modin/io/test_read_pickle.py index aa799e81e6f..d4703b62531 100644 --- a/tests/integ/modin/io/test_read_pickle.py +++ b/tests/integ/modin/io/test_read_pickle.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import os import uuid diff --git a/tests/integ/modin/io/test_read_sas.py b/tests/integ/modin/io/test_read_sas.py index a6d7bbf9d05..e59b93195d1 100644 --- a/tests/integ/modin/io/test_read_sas.py +++ b/tests/integ/modin/io/test_read_sas.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd diff --git a/tests/integ/modin/io/test_read_snowflake.py b/tests/integ/modin/io/test_read_snowflake.py index 494755f84ee..fa939fb2505 100644 --- a/tests/integ/modin/io/test_read_snowflake.py +++ b/tests/integ/modin/io/test_read_snowflake.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging import re diff --git a/tests/integ/modin/io/test_read_snowflake_query_call.py b/tests/integ/modin/io/test_read_snowflake_query_call.py index 2f0adaa0aa1..67d4323ec62 100644 --- a/tests/integ/modin/io/test_read_snowflake_query_call.py +++ b/tests/integ/modin/io/test_read_snowflake_query_call.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd diff --git a/tests/integ/modin/io/test_read_snowflake_query_cte.py b/tests/integ/modin/io/test_read_snowflake_query_cte.py index 4fcfd16f1cc..baa35f01e52 100644 --- a/tests/integ/modin/io/test_read_snowflake_query_cte.py +++ b/tests/integ/modin/io/test_read_snowflake_query_cte.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/io/test_read_snowflake_query_order_by.py b/tests/integ/modin/io/test_read_snowflake_query_order_by.py index dab0d325105..5c3cb13d9be 100644 --- a/tests/integ/modin/io/test_read_snowflake_query_order_by.py +++ b/tests/integ/modin/io/test_read_snowflake_query_order_by.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging import modin.pandas as pd diff --git a/tests/integ/modin/io/test_read_snowflake_select_query.py b/tests/integ/modin/io/test_read_snowflake_select_query.py index 17607542b79..da9f7f00edc 100644 --- a/tests/integ/modin/io/test_read_snowflake_select_query.py +++ b/tests/integ/modin/io/test_read_snowflake_select_query.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/io/test_read_xml.py b/tests/integ/modin/io/test_read_xml.py index a667d135693..bfa06f48d4f 100644 --- a/tests/integ/modin/io/test_read_xml.py +++ b/tests/integ/modin/io/test_read_xml.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from io import BytesIO, StringIO import modin.pandas as pd diff --git a/tests/integ/modin/io/test_to_csv.py b/tests/integ/modin/io/test_to_csv.py index 968cd623c75..e2027445cb8 100644 --- a/tests/integ/modin/io/test_to_csv.py +++ b/tests/integ/modin/io/test_to_csv.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import gzip diff --git a/tests/integ/modin/io/test_to_dict.py b/tests/integ/modin/io/test_to_dict.py index e0f9ccbddce..a6183e1ba69 100644 --- a/tests/integ/modin/io/test_to_dict.py +++ b/tests/integ/modin/io/test_to_dict.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections import OrderedDict, defaultdict diff --git a/tests/integ/modin/io/test_to_pandas.py b/tests/integ/modin/io/test_to_pandas.py index 79ae25bec40..a5621958ccb 100644 --- a/tests/integ/modin/io/test_to_pandas.py +++ b/tests/integ/modin/io/test_to_pandas.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/pandas_api_coverage.py b/tests/integ/modin/pandas_api_coverage.py index e1e6a57eefa..03c0cdc2d78 100644 --- a/tests/integ/modin/pandas_api_coverage.py +++ b/tests/integ/modin/pandas_api_coverage.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import csv diff --git a/tests/integ/modin/pivot/__init__.py b/tests/integ/modin/pivot/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/pivot/__init__.py +++ b/tests/integ/modin/pivot/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/pivot/conftest.py b/tests/integ/modin/pivot/conftest.py index c5f2b9a10bb..dfea8510d8e 100644 --- a/tests/integ/modin/pivot/conftest.py +++ b/tests/integ/modin/pivot/conftest.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import numpy as np import pytest diff --git a/tests/integ/modin/pivot/pivot_utils.py b/tests/integ/modin/pivot/pivot_utils.py index b9282451f77..2f573762d23 100644 --- a/tests/integ/modin/pivot/pivot_utils.py +++ b/tests/integ/modin/pivot/pivot_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from typing import Any, Callable, Optional, Union import modin.pandas as pd diff --git a/tests/integ/modin/pivot/test_pivot.py b/tests/integ/modin/pivot/test_pivot.py index e43705c127a..38283feabd7 100644 --- a/tests/integ/modin/pivot/test_pivot.py +++ b/tests/integ/modin/pivot/test_pivot.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/pivot/test_pivot_table_dropna.py b/tests/integ/modin/pivot/test_pivot_table_dropna.py index 65e68ff638e..2118daa09eb 100644 --- a/tests/integ/modin/pivot/test_pivot_table_dropna.py +++ b/tests/integ/modin/pivot/test_pivot_table_dropna.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/pivot/test_pivot_table_fill_value.py b/tests/integ/modin/pivot/test_pivot_table_fill_value.py index 019216ba687..5ddcd7ae9f1 100644 --- a/tests/integ/modin/pivot/test_pivot_table_fill_value.py +++ b/tests/integ/modin/pivot/test_pivot_table_fill_value.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/pivot/test_pivot_table_margins.py b/tests/integ/modin/pivot/test_pivot_table_margins.py index fc48a0f19b6..9e827266075 100644 --- a/tests/integ/modin/pivot/test_pivot_table_margins.py +++ b/tests/integ/modin/pivot/test_pivot_table_margins.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/pivot/test_pivot_table_multiple.py b/tests/integ/modin/pivot/test_pivot_table_multiple.py index 5e3c27fb6d8..fe3c2a4454c 100644 --- a/tests/integ/modin/pivot/test_pivot_table_multiple.py +++ b/tests/integ/modin/pivot/test_pivot_table_multiple.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/pivot/test_pivot_table_negative.py b/tests/integ/modin/pivot/test_pivot_table_negative.py index 331147225e9..aa15304ac58 100644 --- a/tests/integ/modin/pivot/test_pivot_table_negative.py +++ b/tests/integ/modin/pivot/test_pivot_table_negative.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/pivot/test_pivot_table_single.py b/tests/integ/modin/pivot/test_pivot_table_single.py index e597b98ff32..4827527604e 100644 --- a/tests/integ/modin/pivot/test_pivot_table_single.py +++ b/tests/integ/modin/pivot/test_pivot_table_single.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/pivot/test_pivot_utils.py b/tests/integ/modin/pivot/test_pivot_utils.py index 8d1343c0d2f..b591b89c936 100644 --- a/tests/integ/modin/pivot/test_pivot_utils.py +++ b/tests/integ/modin/pivot/test_pivot_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # This test file contains tests that execute a single underlying snowpark/snowflake pivot query. diff --git a/tests/integ/modin/resample/__init__.py b/tests/integ/modin/resample/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/resample/__init__.py +++ b/tests/integ/modin/resample/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/resample/test_resample.py b/tests/integ/modin/resample/test_resample.py index ebd2cc97c03..ae52cb0ef9f 100644 --- a/tests/integ/modin/resample/test_resample.py +++ b/tests/integ/modin/resample/test_resample.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import random import string diff --git a/tests/integ/modin/resample/test_resample_asfreq.py b/tests/integ/modin/resample/test_resample_asfreq.py index 4e250550a6e..685a1efb318 100644 --- a/tests/integ/modin/resample/test_resample_asfreq.py +++ b/tests/integ/modin/resample/test_resample_asfreq.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/resample/test_resample_fillna.py b/tests/integ/modin/resample/test_resample_fillna.py index 6a603b2e3c6..3e4a48a43e4 100644 --- a/tests/integ/modin/resample/test_resample_fillna.py +++ b/tests/integ/modin/resample/test_resample_fillna.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import pandas as native_pd import pytest diff --git a/tests/integ/modin/resample/test_resample_negative.py b/tests/integ/modin/resample/test_resample_negative.py index a6d742d3d6e..a7073f28417 100644 --- a/tests/integ/modin/resample/test_resample_negative.py +++ b/tests/integ/modin/resample/test_resample_negative.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/resample/test_resample_on.py b/tests/integ/modin/resample/test_resample_on.py index f6c3e5748a5..83704326b08 100644 --- a/tests/integ/modin/resample/test_resample_on.py +++ b/tests/integ/modin/resample/test_resample_on.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/resample/test_resample_property.py b/tests/integ/modin/resample/test_resample_property.py index f49d249ce12..56b9f7fb091 100644 --- a/tests/integ/modin/resample/test_resample_property.py +++ b/tests/integ/modin/resample/test_resample_property.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import numpy as np import pandas as native_pd import pytest diff --git a/tests/integ/modin/series/__init__.py b/tests/integ/modin/series/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/series/__init__.py +++ b/tests/integ/modin/series/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/series/conftest.py b/tests/integ/modin/series/conftest.py index 883bd527aed..3c0b21a381f 100644 --- a/tests/integ/modin/series/conftest.py +++ b/tests/integ/modin/series/conftest.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_add_prefix.py b/tests/integ/modin/series/test_add_prefix.py index 6474ce68a4c..4395347b998 100644 --- a/tests/integ/modin/series/test_add_prefix.py +++ b/tests/integ/modin/series/test_add_prefix.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/series/test_add_suffix.py b/tests/integ/modin/series/test_add_suffix.py index 324a3fbcaa6..ec57d66b2dc 100644 --- a/tests/integ/modin/series/test_add_suffix.py +++ b/tests/integ/modin/series/test_add_suffix.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/series/test_aggregate.py b/tests/integ/modin/series/test_aggregate.py index 40b7547009e..8c0711e360e 100644 --- a/tests/integ/modin/series/test_aggregate.py +++ b/tests/integ/modin/series/test_aggregate.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/series/test_align.py b/tests/integ/modin/series/test_align.py index 2137130433f..2ead22bbc0e 100644 --- a/tests/integ/modin/series/test_align.py +++ b/tests/integ/modin/series/test_align.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_all_any.py b/tests/integ/modin/series/test_all_any.py index 8a4a189be0a..766d80fdc12 100644 --- a/tests/integ/modin/series/test_all_any.py +++ b/tests/integ/modin/series/test_all_any.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_apply_and_map.py b/tests/integ/modin/series/test_apply_and_map.py index 562187ff39c..4cbeddac5c1 100644 --- a/tests/integ/modin/series/test_apply_and_map.py +++ b/tests/integ/modin/series/test_apply_and_map.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import datetime import math from typing import Callable diff --git a/tests/integ/modin/series/test_argmax_argmin.py b/tests/integ/modin/series/test_argmax_argmin.py index 700cde907ab..72dbc438a87 100644 --- a/tests/integ/modin/series/test_argmax_argmin.py +++ b/tests/integ/modin/series/test_argmax_argmin.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_astype.py b/tests/integ/modin/series/test_astype.py index 5bd747c8753..1a85261f57d 100644 --- a/tests/integ/modin/series/test_astype.py +++ b/tests/integ/modin/series/test_astype.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging import re from datetime import date, time diff --git a/tests/integ/modin/series/test_at.py b/tests/integ/modin/series/test_at.py index 94856f5368c..76c1b7e487e 100644 --- a/tests/integ/modin/series/test_at.py +++ b/tests/integ/modin/series/test_at.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pytest diff --git a/tests/integ/modin/series/test_axis.py b/tests/integ/modin/series/test_axis.py index c5b054fc605..2904d1f1932 100644 --- a/tests/integ/modin/series/test_axis.py +++ b/tests/integ/modin/series/test_axis.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import logging import re diff --git a/tests/integ/modin/series/test_between.py b/tests/integ/modin/series/test_between.py index bb40808eed8..624cc94e32c 100644 --- a/tests/integ/modin/series/test_between.py +++ b/tests/integ/modin/series/test_between.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime as dt diff --git a/tests/integ/modin/series/test_bfill_ffill.py b/tests/integ/modin/series/test_bfill_ffill.py index deff38e26a1..3676e7f129c 100644 --- a/tests/integ/modin/series/test_bfill_ffill.py +++ b/tests/integ/modin/series/test_bfill_ffill.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_bitwise_operators.py b/tests/integ/modin/series/test_bitwise_operators.py index ac8b79a96e0..df681668dde 100644 --- a/tests/integ/modin/series/test_bitwise_operators.py +++ b/tests/integ/modin/series/test_bitwise_operators.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import operator from typing import Any diff --git a/tests/integ/modin/series/test_cache_result.py b/tests/integ/modin/series/test_cache_result.py index 3306d5b35a4..827ebf4ef34 100644 --- a/tests/integ/modin/series/test_cache_result.py +++ b/tests/integ/modin/series/test_cache_result.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - from itertools import chain import modin.pandas as pd diff --git a/tests/integ/modin/series/test_case_when.py b/tests/integ/modin/series/test_case_when.py index 4d3840c3b14..f25ea83581e 100644 --- a/tests/integ/modin/series/test_case_when.py +++ b/tests/integ/modin/series/test_case_when.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import List diff --git a/tests/integ/modin/series/test_compare.py b/tests/integ/modin/series/test_compare.py index 65796d5450c..17a6b170329 100644 --- a/tests/integ/modin/series/test_compare.py +++ b/tests/integ/modin/series/test_compare.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_convert_dtype.py b/tests/integ/modin/series/test_convert_dtype.py index 172e6ed49be..f64c5e7c868 100644 --- a/tests/integ/modin/series/test_convert_dtype.py +++ b/tests/integ/modin/series/test_convert_dtype.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_copy.py b/tests/integ/modin/series/test_copy.py index d1ac9179688..82513cff145 100644 --- a/tests/integ/modin/series/test_copy.py +++ b/tests/integ/modin/series/test_copy.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/series/test_cumulative.py b/tests/integ/modin/series/test_cumulative.py index b78ff9db2c6..b8586f7d9dc 100644 --- a/tests/integ/modin/series/test_cumulative.py +++ b/tests/integ/modin/series/test_cumulative.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_describe.py b/tests/integ/modin/series/test_describe.py index 180815f3278..f488aea8797 100644 --- a/tests/integ/modin/series/test_describe.py +++ b/tests/integ/modin/series/test_describe.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import datetime as dt import modin.pandas as pd diff --git a/tests/integ/modin/series/test_diff.py b/tests/integ/modin/series/test_diff.py index 96b5a010c79..9b2c5c279cf 100644 --- a/tests/integ/modin/series/test_diff.py +++ b/tests/integ/modin/series/test_diff.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_drop_duplicates.py b/tests/integ/modin/series/test_drop_duplicates.py index 15bd73695e7..635d9ce4dd3 100644 --- a/tests/integ/modin/series/test_drop_duplicates.py +++ b/tests/integ/modin/series/test_drop_duplicates.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_dropna.py b/tests/integ/modin/series/test_dropna.py index 7cdb35d303b..8f7bb3ace57 100644 --- a/tests/integ/modin/series/test_dropna.py +++ b/tests/integ/modin/series/test_dropna.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_dt_accessor.py b/tests/integ/modin/series/test_dt_accessor.py index d687f8fc277..b903fb5723d 100644 --- a/tests/integ/modin/series/test_dt_accessor.py +++ b/tests/integ/modin/series/test_dt_accessor.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/series/test_dt_accessor_unsupported.py b/tests/integ/modin/series/test_dt_accessor_unsupported.py index dbe70dac01e..1a994ec8b6b 100644 --- a/tests/integ/modin/series/test_dt_accessor_unsupported.py +++ b/tests/integ/modin/series/test_dt_accessor_unsupported.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_duplicated.py b/tests/integ/modin/series/test_duplicated.py index 2b6be822d9a..f3f0535dedd 100644 --- a/tests/integ/modin/series/test_duplicated.py +++ b/tests/integ/modin/series/test_duplicated.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_empty.py b/tests/integ/modin/series/test_empty.py index dae0e0bc89a..2fd78ad4641 100644 --- a/tests/integ/modin/series/test_empty.py +++ b/tests/integ/modin/series/test_empty.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_equals.py b/tests/integ/modin/series/test_equals.py index 4eadad1cdeb..e70bbcc829c 100644 --- a/tests/integ/modin/series/test_equals.py +++ b/tests/integ/modin/series/test_equals.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_fillna.py b/tests/integ/modin/series/test_fillna.py index 53c5377148b..1921e67c80d 100644 --- a/tests/integ/modin/series/test_fillna.py +++ b/tests/integ/modin/series/test_fillna.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import string import modin.pandas as pd diff --git a/tests/integ/modin/series/test_first_last_valid_index.py b/tests/integ/modin/series/test_first_last_valid_index.py index f9e7abcb816..87b42384ece 100644 --- a/tests/integ/modin/series/test_first_last_valid_index.py +++ b/tests/integ/modin/series/test_first_last_valid_index.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_getattr.py b/tests/integ/modin/series/test_getattr.py index bf413172691..783086361be 100644 --- a/tests/integ/modin/series/test_getattr.py +++ b/tests/integ/modin/series/test_getattr.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import inspect diff --git a/tests/integ/modin/series/test_getitem.py b/tests/integ/modin/series/test_getitem.py index f8475a12959..893ec8ade0e 100644 --- a/tests/integ/modin/series/test_getitem.py +++ b/tests/integ/modin/series/test_getitem.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import random import modin.pandas as pd diff --git a/tests/integ/modin/series/test_head_tail.py b/tests/integ/modin/series/test_head_tail.py index 651ba43e4e2..cc99079e173 100644 --- a/tests/integ/modin/series/test_head_tail.py +++ b/tests/integ/modin/series/test_head_tail.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import pytest from tests.integ.modin.frame.test_head_tail import eval_result_and_query_with_no_join diff --git a/tests/integ/modin/series/test_iat.py b/tests/integ/modin/series/test_iat.py index 2ffc2db90d8..b1f7230fbea 100644 --- a/tests/integ/modin/series/test_iat.py +++ b/tests/integ/modin/series/test_iat.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pytest diff --git a/tests/integ/modin/series/test_idxmax_idxmin.py b/tests/integ/modin/series/test_idxmax_idxmin.py index 1338908e18d..578b5594069 100644 --- a/tests/integ/modin/series/test_idxmax_idxmin.py +++ b/tests/integ/modin/series/test_idxmax_idxmin.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_iloc.py b/tests/integ/modin/series/test_iloc.py index 7b7568bbc6b..41deadbdd30 100644 --- a/tests/integ/modin/series/test_iloc.py +++ b/tests/integ/modin/series/test_iloc.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import random import re from typing import Union diff --git a/tests/integ/modin/series/test_isin.py b/tests/integ/modin/series/test_isin.py index c5746b9bf5f..4c8c9337860 100644 --- a/tests/integ/modin/series/test_isin.py +++ b/tests/integ/modin/series/test_isin.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/series/test_isna.py b/tests/integ/modin/series/test_isna.py index 2ff021ada59..30b957c62fa 100644 --- a/tests/integ/modin/series/test_isna.py +++ b/tests/integ/modin/series/test_isna.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import math import modin.pandas as pd diff --git a/tests/integ/modin/series/test_items.py b/tests/integ/modin/series/test_items.py index 6780a28d3a9..eae8894cf6b 100644 --- a/tests/integ/modin/series/test_items.py +++ b/tests/integ/modin/series/test_items.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_len.py b/tests/integ/modin/series/test_len.py index 9567a209694..df76cd937b1 100644 --- a/tests/integ/modin/series/test_len.py +++ b/tests/integ/modin/series/test_len.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_loc.py b/tests/integ/modin/series/test_loc.py index 96c003646ac..a6ccf0fb269 100644 --- a/tests/integ/modin/series/test_loc.py +++ b/tests/integ/modin/series/test_loc.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import functools import numbers import random diff --git a/tests/integ/modin/series/test_mask.py b/tests/integ/modin/series/test_mask.py index 487f82e2a1c..3960ac752fd 100644 --- a/tests/integ/modin/series/test_mask.py +++ b/tests/integ/modin/series/test_mask.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_monotonic.py b/tests/integ/modin/series/test_monotonic.py index 1530c6e0663..a3caf322b6e 100644 --- a/tests/integ/modin/series/test_monotonic.py +++ b/tests/integ/modin/series/test_monotonic.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_name.py b/tests/integ/modin/series/test_name.py index ec9f655e59f..b94a877a71d 100644 --- a/tests/integ/modin/series/test_name.py +++ b/tests/integ/modin/series/test_name.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_ndim.py b/tests/integ/modin/series/test_ndim.py index c00db1abf81..ba12f1a0728 100644 --- a/tests/integ/modin/series/test_ndim.py +++ b/tests/integ/modin/series/test_ndim.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/series/test_nlargest_nsmallest.py b/tests/integ/modin/series/test_nlargest_nsmallest.py index 0aef932b7f2..870893155ec 100644 --- a/tests/integ/modin/series/test_nlargest_nsmallest.py +++ b/tests/integ/modin/series/test_nlargest_nsmallest.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pytest diff --git a/tests/integ/modin/series/test_nunique.py b/tests/integ/modin/series/test_nunique.py index 54551145fcb..ab0f8ba94b2 100644 --- a/tests/integ/modin/series/test_nunique.py +++ b/tests/integ/modin/series/test_nunique.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_pct_change.py b/tests/integ/modin/series/test_pct_change.py index 93a94f4167e..4925691f259 100644 --- a/tests/integ/modin/series/test_pct_change.py +++ b/tests/integ/modin/series/test_pct_change.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import contextlib diff --git a/tests/integ/modin/series/test_quantile.py b/tests/integ/modin/series/test_quantile.py index 462c151c404..59ad235fb6f 100644 --- a/tests/integ/modin/series/test_quantile.py +++ b/tests/integ/modin/series/test_quantile.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/series/test_rank.py b/tests/integ/modin/series/test_rank.py index af840e0179c..ba147fe3854 100644 --- a/tests/integ/modin/series/test_rank.py +++ b/tests/integ/modin/series/test_rank.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_reindex.py b/tests/integ/modin/series/test_reindex.py index 372db05ebfe..943c4189f3d 100644 --- a/tests/integ/modin/series/test_reindex.py +++ b/tests/integ/modin/series/test_reindex.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/series/test_rename.py b/tests/integ/modin/series/test_rename.py index 46709139c18..ed08c1f53bf 100644 --- a/tests/integ/modin/series/test_rename.py +++ b/tests/integ/modin/series/test_rename.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging diff --git a/tests/integ/modin/series/test_replace.py b/tests/integ/modin/series/test_replace.py index e33d4c52c67..7693b66b247 100644 --- a/tests/integ/modin/series/test_replace.py +++ b/tests/integ/modin/series/test_replace.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_repr.py b/tests/integ/modin/series/test_repr.py index 85313768581..f80144a8cd0 100644 --- a/tests/integ/modin/series/test_repr.py +++ b/tests/integ/modin/series/test_repr.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_reset_index.py b/tests/integ/modin/series/test_reset_index.py index 2c03e7da303..d6a5ad3c5a7 100644 --- a/tests/integ/modin/series/test_reset_index.py +++ b/tests/integ/modin/series/test_reset_index.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/series/test_round.py b/tests/integ/modin/series/test_round.py index 0987dd1bc06..1e0035dfee5 100644 --- a/tests/integ/modin/series/test_round.py +++ b/tests/integ/modin/series/test_round.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/tests/integ/modin/series/test_sample.py b/tests/integ/modin/series/test_sample.py index 67194b242ae..c9b638fb25a 100644 --- a/tests/integ/modin/series/test_sample.py +++ b/tests/integ/modin/series/test_sample.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_setitem.py b/tests/integ/modin/series/test_setitem.py index 2e4b9c6610e..4cf6ba4d3f7 100644 --- a/tests/integ/modin/series/test_setitem.py +++ b/tests/integ/modin/series/test_setitem.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import numbers import random import re diff --git a/tests/integ/modin/series/test_shape.py b/tests/integ/modin/series/test_shape.py index 4844d0b5c8b..654323fd14a 100644 --- a/tests/integ/modin/series/test_shape.py +++ b/tests/integ/modin/series/test_shape.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_shift.py b/tests/integ/modin/series/test_shift.py index 88d7f51364b..1d4ccf75511 100644 --- a/tests/integ/modin/series/test_shift.py +++ b/tests/integ/modin/series/test_shift.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_size.py b/tests/integ/modin/series/test_size.py index 192bcc87529..eefabf00c25 100644 --- a/tests/integ/modin/series/test_size.py +++ b/tests/integ/modin/series/test_size.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/series/test_sort_index.py b/tests/integ/modin/series/test_sort_index.py index b5b449e540d..78bebe1980d 100644 --- a/tests/integ/modin/series/test_sort_index.py +++ b/tests/integ/modin/series/test_sort_index.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_sort_values.py b/tests/integ/modin/series/test_sort_values.py index 45e987b46b2..cba3202dca5 100644 --- a/tests/integ/modin/series/test_sort_values.py +++ b/tests/integ/modin/series/test_sort_values.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/series/test_squeeze.py b/tests/integ/modin/series/test_squeeze.py index 2ba9d1c78c7..b911d97a839 100644 --- a/tests/integ/modin/series/test_squeeze.py +++ b/tests/integ/modin/series/test_squeeze.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_str_accessor.py b/tests/integ/modin/series/test_str_accessor.py index 2dee5ae3232..2c869b10f31 100644 --- a/tests/integ/modin/series/test_str_accessor.py +++ b/tests/integ/modin/series/test_str_accessor.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/series/test_take.py b/tests/integ/modin/series/test_take.py index 30a10234e58..210139b1084 100644 --- a/tests/integ/modin/series/test_take.py +++ b/tests/integ/modin/series/test_take.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_to_list.py b/tests/integ/modin/series/test_to_list.py index fe2cbfbe337..18d8956bba0 100644 --- a/tests/integ/modin/series/test_to_list.py +++ b/tests/integ/modin/series/test_to_list.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/series/test_to_snowflake.py b/tests/integ/modin/series/test_to_snowflake.py index 6a1d381be86..7909b9a30ba 100644 --- a/tests/integ/modin/series/test_to_snowflake.py +++ b/tests/integ/modin/series/test_to_snowflake.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/series/test_to_snowpark.py b/tests/integ/modin/series/test_to_snowpark.py index fe2e06da952..ad1ae1d3697 100644 --- a/tests/integ/modin/series/test_to_snowpark.py +++ b/tests/integ/modin/series/test_to_snowpark.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/series/test_transpose.py b/tests/integ/modin/series/test_transpose.py index 88f770c4237..5aa068fa6af 100644 --- a/tests/integ/modin/series/test_transpose.py +++ b/tests/integ/modin/series/test_transpose.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_tz_convert.py b/tests/integ/modin/series/test_tz_convert.py index 0983fb4a7d2..f3e809741ea 100644 --- a/tests/integ/modin/series/test_tz_convert.py +++ b/tests/integ/modin/series/test_tz_convert.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_tz_localize.py b/tests/integ/modin/series/test_tz_localize.py index 1862647186f..62acc87a3e7 100644 --- a/tests/integ/modin/series/test_tz_localize.py +++ b/tests/integ/modin/series/test_tz_localize.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_unary_op.py b/tests/integ/modin/series/test_unary_op.py index cbbe9771a1a..76572657b51 100644 --- a/tests/integ/modin/series/test_unary_op.py +++ b/tests/integ/modin/series/test_unary_op.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/tests/integ/modin/series/test_unique.py b/tests/integ/modin/series/test_unique.py index 33f64c997a4..75dbcbabf08 100644 --- a/tests/integ/modin/series/test_unique.py +++ b/tests/integ/modin/series/test_unique.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from decimal import Decimal from typing import Any diff --git a/tests/integ/modin/series/test_unstack.py b/tests/integ/modin/series/test_unstack.py index 461567f4eb2..3e6965d593c 100644 --- a/tests/integ/modin/series/test_unstack.py +++ b/tests/integ/modin/series/test_unstack.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_value_counts.py b/tests/integ/modin/series/test_value_counts.py index 227ad19f280..be03c19d6c4 100644 --- a/tests/integ/modin/series/test_value_counts.py +++ b/tests/integ/modin/series/test_value_counts.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/series/test_where.py b/tests/integ/modin/series/test_where.py index 3e0cffd263b..4630dd99858 100644 --- a/tests/integ/modin/series/test_where.py +++ b/tests/integ/modin/series/test_where.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/strings/__init__.py b/tests/integ/modin/strings/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/strings/__init__.py +++ b/tests/integ/modin/strings/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/strings/test_case_justify.py b/tests/integ/modin/strings/test_case_justify.py index b95b50534a1..c68b501a9a5 100644 --- a/tests/integ/modin/strings/test_case_justify.py +++ b/tests/integ/modin/strings/test_case_justify.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/strings/test_cat.py b/tests/integ/modin/strings/test_cat.py index 09bae1becb5..e00e678a584 100644 --- a/tests/integ/modin/strings/test_cat.py +++ b/tests/integ/modin/strings/test_cat.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/strings/test_extract.py b/tests/integ/modin/strings/test_extract.py index f0eec226f21..d96e325dc19 100644 --- a/tests/integ/modin/strings/test_extract.py +++ b/tests/integ/modin/strings/test_extract.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/strings/test_get_dummies.py b/tests/integ/modin/strings/test_get_dummies.py index 965c3f57ed8..b54d0553e02 100644 --- a/tests/integ/modin/strings/test_get_dummies.py +++ b/tests/integ/modin/strings/test_get_dummies.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/strings/test_get_dummies_dataframe.py b/tests/integ/modin/strings/test_get_dummies_dataframe.py index 89c9ce7480a..8de3b1e6de9 100644 --- a/tests/integ/modin/strings/test_get_dummies_dataframe.py +++ b/tests/integ/modin/strings/test_get_dummies_dataframe.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/strings/test_get_dummies_series.py b/tests/integ/modin/strings/test_get_dummies_series.py index 0ffad13df1c..c307527343f 100644 --- a/tests/integ/modin/strings/test_get_dummies_series.py +++ b/tests/integ/modin/strings/test_get_dummies_series.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/strings/test_strings.py b/tests/integ/modin/strings/test_strings.py index b495ead8d5c..f28a3d9f44c 100644 --- a/tests/integ/modin/strings/test_strings.py +++ b/tests/integ/modin/strings/test_strings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/strings/test_translate.py b/tests/integ/modin/strings/test_translate.py index c68afa7cdaf..cc1f544078f 100644 --- a/tests/integ/modin/strings/test_translate.py +++ b/tests/integ/modin/strings/test_translate.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_apply_snowpark_python_functions.py b/tests/integ/modin/test_apply_snowpark_python_functions.py index 61982714380..bf094ee1145 100644 --- a/tests/integ/modin/test_apply_snowpark_python_functions.py +++ b/tests/integ/modin/test_apply_snowpark_python_functions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/tests/integ/modin/test_chained_operations.py b/tests/integ/modin/test_chained_operations.py index 3f7bdda5f9b..9e496a26086 100644 --- a/tests/integ/modin/test_chained_operations.py +++ b/tests/integ/modin/test_chained_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_classes.py b/tests/integ/modin/test_classes.py index af67827b044..984ebbfac2a 100644 --- a/tests/integ/modin/test_classes.py +++ b/tests/integ/modin/test_classes.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import inspect import os import sys diff --git a/tests/integ/modin/test_concat.py b/tests/integ/modin/test_concat.py index 84b343a879b..b15ce6fe1d4 100644 --- a/tests/integ/modin/test_concat.py +++ b/tests/integ/modin/test_concat.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections import deque diff --git a/tests/integ/modin/test_cut.py b/tests/integ/modin/test_cut.py index 2fcde43e1cb..e509d89d0c5 100644 --- a/tests/integ/modin/test_cut.py +++ b/tests/integ/modin/test_cut.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/test_df_to_snowpark_pandas.py b/tests/integ/modin/test_df_to_snowpark_pandas.py index 0a49d426089..07aa722b34d 100644 --- a/tests/integ/modin/test_df_to_snowpark_pandas.py +++ b/tests/integ/modin/test_df_to_snowpark_pandas.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 + # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import numpy as np diff --git a/tests/integ/modin/test_dtype_mapping.py b/tests/integ/modin/test_dtype_mapping.py index 71b73eea174..93099ee1d0a 100644 --- a/tests/integ/modin/test_dtype_mapping.py +++ b/tests/integ/modin/test_dtype_mapping.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import json diff --git a/tests/integ/modin/test_from_pandas_to_pandas.py b/tests/integ/modin/test_from_pandas_to_pandas.py index bd9272cafdd..09727edc494 100644 --- a/tests/integ/modin/test_from_pandas_to_pandas.py +++ b/tests/integ/modin/test_from_pandas_to_pandas.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import datetime from typing import Any, Union from unittest.mock import patch diff --git a/tests/integ/modin/test_internal_frame.py b/tests/integ/modin/test_internal_frame.py index 9083fe79830..3fe85361b4b 100644 --- a/tests/integ/modin/test_internal_frame.py +++ b/tests/integ/modin/test_internal_frame.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/test_merge.py b/tests/integ/modin/test_merge.py index 8f27e0f0850..ee7cddca983 100644 --- a/tests/integ/modin/test_merge.py +++ b/tests/integ/modin/test_merge.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_merge_asof.py b/tests/integ/modin/test_merge_asof.py index 648d74c24d2..6dca6a1ecdf 100644 --- a/tests/integ/modin/test_merge_asof.py +++ b/tests/integ/modin/test_merge_asof.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/test_modin_extra_without_pandas_extra.py b/tests/integ/modin/test_modin_extra_without_pandas_extra.py index 345b7adaf05..3bdaf8a5cc5 100644 --- a/tests/integ/modin/test_modin_extra_without_pandas_extra.py +++ b/tests/integ/modin/test_modin_extra_without_pandas_extra.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_modin_stored_procedures.py b/tests/integ/modin/test_modin_stored_procedures.py index 8387c759350..abc4971954d 100644 --- a/tests/integ/modin/test_modin_stored_procedures.py +++ b/tests/integ/modin/test_modin_stored_procedures.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 + # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_numpy.py b/tests/integ/modin/test_numpy.py index ebb71a1be60..7a322d16710 100644 --- a/tests/integ/modin/test_numpy.py +++ b/tests/integ/modin/test_numpy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_old_numpy_aliases.py b/tests/integ/modin/test_old_numpy_aliases.py index df2d7f64ef6..7db09208c17 100644 --- a/tests/integ/modin/test_old_numpy_aliases.py +++ b/tests/integ/modin/test_old_numpy_aliases.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_ordered_dataframe.py b/tests/integ/modin/test_ordered_dataframe.py index 99db9566ec9..a6658988dab 100644 --- a/tests/integ/modin/test_ordered_dataframe.py +++ b/tests/integ/modin/test_ordered_dataframe.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from typing import Optional, Union from unittest.mock import patch diff --git a/tests/integ/modin/test_plot.py b/tests/integ/modin/test_plot.py index 535c4d3b8ae..9bc4204f6e2 100644 --- a/tests/integ/modin/test_plot.py +++ b/tests/integ/modin/test_plot.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import io diff --git a/tests/integ/modin/test_qcut.py b/tests/integ/modin/test_qcut.py index 2cb8f31349f..750039f3951 100644 --- a/tests/integ/modin/test_qcut.py +++ b/tests/integ/modin/test_qcut.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/test_session.py b/tests/integ/modin/test_session.py index 0b43c73b569..7548e3b0304 100644 --- a/tests/integ/modin/test_session.py +++ b/tests/integ/modin/test_session.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import os from typing import Optional diff --git a/tests/integ/modin/test_session_write_pandas.py b/tests/integ/modin/test_session_write_pandas.py index 141d091ecde..c31fa00a08b 100644 --- a/tests/integ/modin/test_session_write_pandas.py +++ b/tests/integ/modin/test_session_write_pandas.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_sql_counter.py b/tests/integ/modin/test_sql_counter.py index 7ec2c0acedc..e03b7ad73d5 100644 --- a/tests/integ/modin/test_sql_counter.py +++ b/tests/integ/modin/test_sql_counter.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import threading import modin.pandas as pd import numpy as np diff --git a/tests/integ/modin/test_telemetry.py b/tests/integ/modin/test_telemetry.py index 3caa81741b3..b3b30357977 100644 --- a/tests/integ/modin/test_telemetry.py +++ b/tests/integ/modin/test_telemetry.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import json import sys from typing import Any, Optional diff --git a/tests/integ/modin/test_timedelta_ops.py b/tests/integ/modin/test_timedelta_ops.py index 3b5f7a2e1e6..e2345da233e 100644 --- a/tests/integ/modin/test_timedelta_ops.py +++ b/tests/integ/modin/test_timedelta_ops.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/test_to_numpy.py b/tests/integ/modin/test_to_numpy.py index 607a06a5501..a6e0b911e72 100644 --- a/tests/integ/modin/test_to_numpy.py +++ b/tests/integ/modin/test_to_numpy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/modin/test_unimplemented.py b/tests/integ/modin/test_unimplemented.py index 33eac8a86a4..c6518e28e1b 100644 --- a/tests/integ/modin/test_unimplemented.py +++ b/tests/integ/modin/test_unimplemented.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from collections.abc import Generator from typing import Callable, Union diff --git a/tests/integ/modin/test_unique.py b/tests/integ/modin/test_unique.py index 22262791957..9bd636c71b9 100644 --- a/tests/integ/modin/test_unique.py +++ b/tests/integ/modin/test_unique.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/integ/modin/test_utils.py b/tests/integ/modin/test_utils.py index 6e1aac1ac4e..9ff92669894 100644 --- a/tests/integ/modin/test_utils.py +++ b/tests/integ/modin/test_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import modin.pandas as pd import numpy as np import pandas as native_pd diff --git a/tests/integ/modin/tools/__init__.py b/tests/integ/modin/tools/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/modin/tools/__init__.py +++ b/tests/integ/modin/tools/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/modin/tools/test_date_range.py b/tests/integ/modin/tools/test_date_range.py index 1be5a4310fd..80b18b6ebac 100644 --- a/tests/integ/modin/tools/test_date_range.py +++ b/tests/integ/modin/tools/test_date_range.py @@ -1,8 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # - import modin.pandas as pd import pandas as native_pd import pytest diff --git a/tests/integ/modin/tools/test_to_datetime.py b/tests/integ/modin/tools/test_to_datetime.py index baa498e1227..6b3200e4d65 100644 --- a/tests/integ/modin/tools/test_to_datetime.py +++ b/tests/integ/modin/tools/test_to_datetime.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ test to_datetime """ diff --git a/tests/integ/modin/tools/test_to_numeric.py b/tests/integ/modin/tools/test_to_numeric.py index a0b3b89673b..111dd61d854 100644 --- a/tests/integ/modin/tools/test_to_numeric.py +++ b/tests/integ/modin/tools/test_to_numeric.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import contextlib import logging import re diff --git a/tests/integ/modin/tools/test_to_timedelta.py b/tests/integ/modin/tools/test_to_timedelta.py index 89499abdcc0..ef0974faa6e 100644 --- a/tests/integ/modin/tools/test_to_timedelta.py +++ b/tests/integ/modin/tools/test_to_timedelta.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # """ test to_timedelta function""" diff --git a/tests/integ/modin/types/test_timedelta.py b/tests/integ/modin/types/test_timedelta.py index 8ef31c3afd6..742852766ea 100644 --- a/tests/integ/modin/types/test_timedelta.py +++ b/tests/integ/modin/types/test_timedelta.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import datetime import warnings diff --git a/tests/integ/modin/types/test_timedelta_indexing.py b/tests/integ/modin/types/test_timedelta_indexing.py index 932af463415..53de13f1e60 100644 --- a/tests/integ/modin/types/test_timedelta_indexing.py +++ b/tests/integ/modin/types/test_timedelta_indexing.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import functools diff --git a/tests/integ/modin/utils.py b/tests/integ/modin/utils.py index d4dd5dd96fa..4114fbe6eca 100644 --- a/tests/integ/modin/utils.py +++ b/tests/integ/modin/utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from __future__ import annotations import datetime diff --git a/tests/integ/modin/window/test_expanding.py b/tests/integ/modin/window/test_expanding.py index fda6debae6b..508169a9801 100644 --- a/tests/integ/modin/window/test_expanding.py +++ b/tests/integ/modin/window/test_expanding.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/integ/modin/window/test_rolling.py b/tests/integ/modin/window/test_rolling.py index 4d9d97c0e6d..066cac90aa2 100644 --- a/tests/integ/modin/window/test_rolling.py +++ b/tests/integ/modin/window/test_rolling.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re import modin.pandas as pd diff --git a/tests/integ/modin/window/utils.py b/tests/integ/modin/window/utils.py index c2186f96b1f..7d669c9e0ca 100644 --- a/tests/integ/modin/window/utils.py +++ b/tests/integ/modin/window/utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/integ/scala/__init__.py b/tests/integ/scala/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/integ/scala/__init__.py +++ b/tests/integ/scala/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/scala/test_async_job_suite.py b/tests/integ/scala/test_async_job_suite.py index e8e45a0aee4..8fd4d9941be 100644 --- a/tests/integ/scala/test_async_job_suite.py +++ b/tests/integ/scala/test_async_job_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging diff --git a/tests/integ/scala/test_column_suite.py b/tests/integ/scala/test_column_suite.py index ba71541c9e4..ea4ba112b64 100644 --- a/tests/integ/scala/test_column_suite.py +++ b/tests/integ/scala/test_column_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime import math diff --git a/tests/integ/scala/test_complex_dataframe_suite.py b/tests/integ/scala/test_complex_dataframe_suite.py index a7e7bf21ca5..89d627aa362 100644 --- a/tests/integ/scala/test_complex_dataframe_suite.py +++ b/tests/integ/scala/test_complex_dataframe_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/integ/scala/test_dataframe_aggregate_suite.py b/tests/integ/scala/test_dataframe_aggregate_suite.py index 632bea34585..f64e710fb48 100644 --- a/tests/integ/scala/test_dataframe_aggregate_suite.py +++ b/tests/integ/scala/test_dataframe_aggregate_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from decimal import Decimal diff --git a/tests/integ/scala/test_dataframe_copy_into.py b/tests/integ/scala/test_dataframe_copy_into.py index 5d5c47333bd..28ecfa4886e 100644 --- a/tests/integ/scala/test_dataframe_copy_into.py +++ b/tests/integ/scala/test_dataframe_copy_into.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_dataframe_join_suite.py b/tests/integ/scala/test_dataframe_join_suite.py index 5cc14bd7acb..c4413fb5c41 100644 --- a/tests/integ/scala/test_dataframe_join_suite.py +++ b/tests/integ/scala/test_dataframe_join_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/integ/scala/test_dataframe_range_suite.py b/tests/integ/scala/test_dataframe_range_suite.py index a6773c8f2a2..e8ec50e06ac 100644 --- a/tests/integ/scala/test_dataframe_range_suite.py +++ b/tests/integ/scala/test_dataframe_range_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import random diff --git a/tests/integ/scala/test_dataframe_reader_suite.py b/tests/integ/scala/test_dataframe_reader_suite.py index a50498fe66b..5a0fda9faa9 100644 --- a/tests/integ/scala/test_dataframe_reader_suite.py +++ b/tests/integ/scala/test_dataframe_reader_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_dataframe_set_operations_suite.py b/tests/integ/scala/test_dataframe_set_operations_suite.py index 6ec260ea796..5f7792bf62b 100644 --- a/tests/integ/scala/test_dataframe_set_operations_suite.py +++ b/tests/integ/scala/test_dataframe_set_operations_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import random diff --git a/tests/integ/scala/test_dataframe_suite.py b/tests/integ/scala/test_dataframe_suite.py index 33390128924..e9663e18712 100644 --- a/tests/integ/scala/test_dataframe_suite.py +++ b/tests/integ/scala/test_dataframe_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/integ/scala/test_dataframe_writer_suite.py b/tests/integ/scala/test_dataframe_writer_suite.py index 9cb68fe0a29..4fe0456bf2f 100644 --- a/tests/integ/scala/test_dataframe_writer_suite.py +++ b/tests/integ/scala/test_dataframe_writer_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/integ/scala/test_datatype_suite.py b/tests/integ/scala/test_datatype_suite.py index 8922faeda5b..1f639bb8a4a 100644 --- a/tests/integ/scala/test_datatype_suite.py +++ b/tests/integ/scala/test_datatype_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import uuid diff --git a/tests/integ/scala/test_file_operation_suite.py b/tests/integ/scala/test_file_operation_suite.py index 7ee190386eb..4e7d99aefa3 100644 --- a/tests/integ/scala/test_file_operation_suite.py +++ b/tests/integ/scala/test_file_operation_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os diff --git a/tests/integ/scala/test_function_suite.py b/tests/integ/scala/test_function_suite.py index 9b65cf6f713..2fee3c470f9 100644 --- a/tests/integ/scala/test_function_suite.py +++ b/tests/integ/scala/test_function_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import json diff --git a/tests/integ/scala/test_large_dataframe_suite.py b/tests/integ/scala/test_large_dataframe_suite.py index 4b7b6364021..9c50a27aa51 100644 --- a/tests/integ/scala/test_large_dataframe_suite.py +++ b/tests/integ/scala/test_large_dataframe_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_literal_suite.py b/tests/integ/scala/test_literal_suite.py index a59467ce1bb..49be4f0d8b8 100644 --- a/tests/integ/scala/test_literal_suite.py +++ b/tests/integ/scala/test_literal_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_permanent_udf_suite.py b/tests/integ/scala/test_permanent_udf_suite.py index 7665d909b00..0869ea7cac1 100644 --- a/tests/integ/scala/test_permanent_udf_suite.py +++ b/tests/integ/scala/test_permanent_udf_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_query_tag_suite.py b/tests/integ/scala/test_query_tag_suite.py index 3a19bb18981..f451ed420b3 100644 --- a/tests/integ/scala/test_query_tag_suite.py +++ b/tests/integ/scala/test_query_tag_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # This file contains the query tag related tests in Scala's APIInternalSuite.scala diff --git a/tests/integ/scala/test_result_attributes_suite.py b/tests/integ/scala/test_result_attributes_suite.py index b822c5fabd4..41430a3c7c5 100644 --- a/tests/integ/scala/test_result_attributes_suite.py +++ b/tests/integ/scala/test_result_attributes_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import List diff --git a/tests/integ/scala/test_result_schema_suite.py b/tests/integ/scala/test_result_schema_suite.py index 3548d9e172c..3239b363db1 100644 --- a/tests/integ/scala/test_result_schema_suite.py +++ b/tests/integ/scala/test_result_schema_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os.path diff --git a/tests/integ/scala/test_session_suite.py b/tests/integ/scala/test_session_suite.py index b21a8cbeba9..3d6e3abe5b7 100644 --- a/tests/integ/scala/test_session_suite.py +++ b/tests/integ/scala/test_session_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import NamedTuple diff --git a/tests/integ/scala/test_snowflake_plan_suite.py b/tests/integ/scala/test_snowflake_plan_suite.py index a71f0985849..af1f05d3512 100644 --- a/tests/integ/scala/test_snowflake_plan_suite.py +++ b/tests/integ/scala/test_snowflake_plan_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/tests/integ/scala/test_sql_suite.py b/tests/integ/scala/test_sql_suite.py index b4ecf2418c2..72c04782d38 100644 --- a/tests/integ/scala/test_sql_suite.py +++ b/tests/integ/scala/test_sql_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os diff --git a/tests/integ/scala/test_table_function_suite.py b/tests/integ/scala/test_table_function_suite.py index 03af08f52e8..3d00476b2d4 100644 --- a/tests/integ/scala/test_table_function_suite.py +++ b/tests/integ/scala/test_table_function_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/integ/scala/test_table_suite.py b/tests/integ/scala/test_table_suite.py index 66d0bff2b6f..18b6c273ea1 100644 --- a/tests/integ/scala/test_table_suite.py +++ b/tests/integ/scala/test_table_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_udf_suite.py b/tests/integ/scala/test_udf_suite.py index b96d5850f11..574f4bf2a77 100644 --- a/tests/integ/scala/test_udf_suite.py +++ b/tests/integ/scala/test_udf_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_udtf_suite.py b/tests/integ/scala/test_udtf_suite.py index 8eec5d4eacd..0b00c09d966 100644 --- a/tests/integ/scala/test_udtf_suite.py +++ b/tests/integ/scala/test_udtf_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_update_delete_merge_suite.py b/tests/integ/scala/test_update_delete_merge_suite.py index 400514ece01..dfcd5d14c3e 100644 --- a/tests/integ/scala/test_update_delete_merge_suite.py +++ b/tests/integ/scala/test_update_delete_merge_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/integ/scala/test_view_suite.py b/tests/integ/scala/test_view_suite.py index 4d0a4e87225..3157ccbb6a6 100644 --- a/tests/integ/scala/test_view_suite.py +++ b/tests/integ/scala/test_view_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from decimal import Decimal diff --git a/tests/integ/scala/test_window_frame_suite.py b/tests/integ/scala/test_window_frame_suite.py index f30719ab601..ea8ac7467f1 100644 --- a/tests/integ/scala/test_window_frame_suite.py +++ b/tests/integ/scala/test_window_frame_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/scala/test_window_spec_suite.py b/tests/integ/scala/test_window_spec_suite.py index c2bb91360b0..e804ada0a5c 100644 --- a/tests/integ/scala/test_window_spec_suite.py +++ b/tests/integ/scala/test_window_spec_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from datetime import date diff --git a/tests/integ/test_bind_variable.py b/tests/integ/test_bind_variable.py index daeecbd2d13..884439949a1 100644 --- a/tests/integ/test_bind_variable.py +++ b/tests/integ/test_bind_variable.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy import datetime diff --git a/tests/integ/test_catalog.py b/tests/integ/test_catalog.py index 2f9430c645b..0dee162ab7b 100644 --- a/tests/integ/test_catalog.py +++ b/tests/integ/test_catalog.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest.mock import patch diff --git a/tests/integ/test_column.py b/tests/integ/test_column.py index cc4f9367034..c377f47434d 100644 --- a/tests/integ/test_column.py +++ b/tests/integ/test_column.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/test_column_names.py b/tests/integ/test_column_names.py index 18598315011..0978556e22e 100644 --- a/tests/integ/test_column_names.py +++ b/tests/integ/test_column_names.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/test_context.py b/tests/integ/test_context.py index e71df03992a..6ba686d3384 100644 --- a/tests/integ/test_context.py +++ b/tests/integ/test_context.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark.context import get_active_session diff --git a/tests/integ/test_cte.py b/tests/integ/test_cte.py index d19eb8a0d37..b5d47fdd855 100644 --- a/tests/integ/test_cte.py +++ b/tests/integ/test_cte.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging diff --git a/tests/integ/test_dataframe.py b/tests/integ/test_dataframe.py index 8e9ca2e8ced..e9480daf943 100644 --- a/tests/integ/test_dataframe.py +++ b/tests/integ/test_dataframe.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy import datetime diff --git a/tests/integ/test_datatypes.py b/tests/integ/test_datatypes.py index 8d541e32245..4f19c652374 100644 --- a/tests/integ/test_datatypes.py +++ b/tests/integ/test_datatypes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from decimal import Decimal diff --git a/tests/integ/test_deepcopy.py b/tests/integ/test_deepcopy.py index d834dcd03a9..66c1fa0214b 100644 --- a/tests/integ/test_deepcopy.py +++ b/tests/integ/test_deepcopy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/integ/test_df_aggregate.py b/tests/integ/test_df_aggregate.py index de8435a5fff..6314cff483b 100644 --- a/tests/integ/test_df_aggregate.py +++ b/tests/integ/test_df_aggregate.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import decimal import math diff --git a/tests/integ/test_df_analytics.py b/tests/integ/test_df_analytics.py index e14a74abc22..52b1db73ee5 100644 --- a/tests/integ/test_df_analytics.py +++ b/tests/integ/test_df_analytics.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # try: diff --git a/tests/integ/test_df_sort.py b/tests/integ/test_df_sort.py index 335e215ba4b..7f07bcd5383 100644 --- a/tests/integ/test_df_sort.py +++ b/tests/integ/test_df_sort.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/integ/test_df_to_pandas.py b/tests/integ/test_df_to_pandas.py index a5e069af00f..8ada6948e37 100644 --- a/tests/integ/test_df_to_pandas.py +++ b/tests/integ/test_df_to_pandas.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Iterator diff --git a/tests/integ/test_df_to_snowpark_pandas.py b/tests/integ/test_df_to_snowpark_pandas.py index 9e5ad8a7f05..6e6258d7960 100644 --- a/tests/integ/test_df_to_snowpark_pandas.py +++ b/tests/integ/test_df_to_snowpark_pandas.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Tests behavior of to_snowpark_pandas() without explicitly initializing Snowpark pandas. diff --git a/tests/integ/test_function.py b/tests/integ/test_function.py index 88d2bf58532..ad5b58f1c23 100644 --- a/tests/integ/test_function.py +++ b/tests/integ/test_function.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/test_large_query_breakdown.py b/tests/integ/test_large_query_breakdown.py index a73e7487de2..c5c9619cb19 100644 --- a/tests/integ/test_large_query_breakdown.py +++ b/tests/integ/test_large_query_breakdown.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/test_lineage.py b/tests/integ/test_lineage.py index b5a0e942183..31207c74239 100644 --- a/tests/integ/test_lineage.py +++ b/tests/integ/test_lineage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/test_multithreading.py b/tests/integ/test_multithreading.py index 349103a2239..0b56bb35a37 100644 --- a/tests/integ/test_multithreading.py +++ b/tests/integ/test_multithreading.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import gc diff --git a/tests/integ/test_nested_select_plan_analysis.py b/tests/integ/test_nested_select_plan_analysis.py index 41b8de57f9e..c95401f9794 100644 --- a/tests/integ/test_nested_select_plan_analysis.py +++ b/tests/integ/test_nested_select_plan_analysis.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Dict, Optional diff --git a/tests/integ/test_open_telemetry.py b/tests/integ/test_open_telemetry.py index b0e153179ec..758c855179b 100644 --- a/tests/integ/test_open_telemetry.py +++ b/tests/integ/test_open_telemetry.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import inspect import os diff --git a/tests/integ/test_packaging.py b/tests/integ/test_packaging.py index 944598161a6..54b8a308f03 100644 --- a/tests/integ/test_packaging.py +++ b/tests/integ/test_packaging.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/test_pandas_to_df.py b/tests/integ/test_pandas_to_df.py index ec15a140866..de0b92c57b1 100644 --- a/tests/integ/test_pandas_to_df.py +++ b/tests/integ/test_pandas_to_df.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import decimal diff --git a/tests/integ/test_query_history.py b/tests/integ/test_query_history.py index bfeeb92037f..26ced191904 100644 --- a/tests/integ/test_query_history.py +++ b/tests/integ/test_query_history.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import threading from concurrent.futures import ALL_COMPLETED, ThreadPoolExecutor, wait diff --git a/tests/integ/test_query_plan_analysis.py b/tests/integ/test_query_plan_analysis.py index 960eb0c4fca..a2afc1c8a9c 100644 --- a/tests/integ/test_query_plan_analysis.py +++ b/tests/integ/test_query_plan_analysis.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/integ/test_reduce_describe_query.py b/tests/integ/test_reduce_describe_query.py index f301d81c7f3..1cfd7cc6fba 100644 --- a/tests/integ/test_reduce_describe_query.py +++ b/tests/integ/test_reduce_describe_query.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import List diff --git a/tests/integ/test_scoped_temp_objects.py b/tests/integ/test_scoped_temp_objects.py index 612bc9d6fcd..64a70e90553 100644 --- a/tests/integ/test_scoped_temp_objects.py +++ b/tests/integ/test_scoped_temp_objects.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/integ/test_session.py b/tests/integ/test_session.py index b91f12cebaf..424fbdd07fa 100644 --- a/tests/integ/test_session.py +++ b/tests/integ/test_session.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os diff --git a/tests/integ/test_simplifier_suite.py b/tests/integ/test_simplifier_suite.py index 0b792a41db6..7c4da7e6d65 100644 --- a/tests/integ/test_simplifier_suite.py +++ b/tests/integ/test_simplifier_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/tests/integ/test_stored_procedure.py b/tests/integ/test_stored_procedure.py index c470cec8d30..5b3d4933963 100644 --- a/tests/integ/test_stored_procedure.py +++ b/tests/integ/test_stored_procedure.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/test_stored_procedure_profiler.py b/tests/integ/test_stored_procedure_profiler.py index 132f94f92f3..ae577dc0de4 100644 --- a/tests/integ/test_stored_procedure_profiler.py +++ b/tests/integ/test_stored_procedure_profiler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging from concurrent.futures import ThreadPoolExecutor diff --git a/tests/integ/test_table_function.py b/tests/integ/test_table_function.py index b260e893e24..943b133a2ee 100644 --- a/tests/integ/test_table_function.py +++ b/tests/integ/test_table_function.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/integ/test_telemetry.py b/tests/integ/test_telemetry.py index e30e666dca7..8e69371dba2 100644 --- a/tests/integ/test_telemetry.py +++ b/tests/integ/test_telemetry.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import decimal diff --git a/tests/integ/test_temp_table_cleanup.py b/tests/integ/test_temp_table_cleanup.py index 514d0a080fc..c4fe307b1ee 100644 --- a/tests/integ/test_temp_table_cleanup.py +++ b/tests/integ/test_temp_table_cleanup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/integ/test_testing.py b/tests/integ/test_testing.py index e316c7cc320..a59e77ac430 100644 --- a/tests/integ/test_testing.py +++ b/tests/integ/test_testing.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging diff --git a/tests/integ/test_udaf.py b/tests/integ/test_udaf.py index 8d0c5ca40ae..b942eb99a89 100644 --- a/tests/integ/test_udaf.py +++ b/tests/integ/test_udaf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/test_udf.py b/tests/integ/test_udf.py index 91322490d70..871fdd2f51e 100644 --- a/tests/integ/test_udf.py +++ b/tests/integ/test_udf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/test_udtf.py b/tests/integ/test_udtf.py index 83585e5431b..ebc69ce1178 100644 --- a/tests/integ/test_udtf.py +++ b/tests/integ/test_udtf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/integ/utils/sql_counter.py b/tests/integ/utils/sql_counter.py index 520d4bab7e7..c5bd27e9af9 100644 --- a/tests/integ/utils/sql_counter.py +++ b/tests/integ/utils/sql_counter.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import functools import inspect diff --git a/tests/mock/conftest.py b/tests/mock/conftest.py index 61bf14462d6..a9ca56838c6 100644 --- a/tests/mock/conftest.py +++ b/tests/mock/conftest.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os diff --git a/tests/mock/files/udf_file.py b/tests/mock/files/udf_file.py index deb8d87f169..231a6c1b872 100644 --- a/tests/mock/files/udf_file.py +++ b/tests/mock/files/udf_file.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/mock/test_column.py b/tests/mock/test_column.py index 9a2e27f37ef..07e21f13215 100644 --- a/tests/mock/test_column.py +++ b/tests/mock/test_column.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark.functions import col, when diff --git a/tests/mock/test_exception.py b/tests/mock/test_exception.py index c5530ce755d..7d284ad71e3 100644 --- a/tests/mock/test_exception.py +++ b/tests/mock/test_exception.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import traceback diff --git a/tests/mock/test_filter.py b/tests/mock/test_filter.py index e6c17741c85..1d008b62529 100644 --- a/tests/mock/test_filter.py +++ b/tests/mock/test_filter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/tests/mock/test_functions.py b/tests/mock/test_functions.py index c8d509b4764..5dd840b7c6a 100644 --- a/tests/mock/test_functions.py +++ b/tests/mock/test_functions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime import math diff --git a/tests/mock/test_multithreading.py b/tests/mock/test_multithreading.py index 8cd77e9c514..e7da97ad5f9 100644 --- a/tests/mock/test_multithreading.py +++ b/tests/mock/test_multithreading.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import io diff --git a/tests/mock/test_not_implemented_error.py b/tests/mock/test_not_implemented_error.py index 7dc23d1a86d..bbadde5701d 100644 --- a/tests/mock/test_not_implemented_error.py +++ b/tests/mock/test_not_implemented_error.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/mock/test_oob_telemetry.py b/tests/mock/test_oob_telemetry.py index 7016dc56303..d28ec8030dc 100644 --- a/tests/mock/test_oob_telemetry.py +++ b/tests/mock/test_oob_telemetry.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import json import logging diff --git a/tests/mock/test_pandas_util.py b/tests/mock/test_pandas_util.py index b9a999bb2dd..75b2b446eb5 100644 --- a/tests/mock/test_pandas_util.py +++ b/tests/mock/test_pandas_util.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/mock/test_session.py b/tests/mock/test_session.py index 06b948ce2ed..16af9bec194 100644 --- a/tests/mock/test_session.py +++ b/tests/mock/test_session.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import snowflake.snowpark.mock._constants diff --git a/tests/mock/test_snowflake_data_type.py b/tests/mock/test_snowflake_data_type.py index 853ec3fbc65..ac85c95d9bd 100644 --- a/tests/mock/test_snowflake_data_type.py +++ b/tests/mock/test_snowflake_data_type.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/mock/test_sort.py b/tests/mock/test_sort.py index 9d96ab9b57f..6b847438336 100644 --- a/tests/mock/test_sort.py +++ b/tests/mock/test_sort.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark import DataFrame, Row diff --git a/tests/mock/test_stage_registry.py b/tests/mock/test_stage_registry.py index d4602c884ee..abc04a435b1 100644 --- a/tests/mock/test_stage_registry.py +++ b/tests/mock/test_stage_registry.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import io import os diff --git a/tests/mock/test_udf.py b/tests/mock/test_udf.py index 5cbc0ad1957..fa71daa7b4b 100644 --- a/tests/mock/test_udf.py +++ b/tests/mock/test_udf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os diff --git a/tests/mock/test_union.py b/tests/mock/test_union.py index 7d283cd1e6d..205522e1558 100644 --- a/tests/mock/test_union.py +++ b/tests/mock/test_union.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/mock/test_util.py b/tests/mock/test_util.py index 21947c63769..aa0ba55533f 100644 --- a/tests/mock/test_util.py +++ b/tests/mock/test_util.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import importlib diff --git a/tests/perf/long_runner.py b/tests/perf/long_runner.py index 7940acb5432..e49b6446dd2 100644 --- a/tests/perf/long_runner.py +++ b/tests/perf/long_runner.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import argparse diff --git a/tests/perf/perf_runner.py b/tests/perf/perf_runner.py index df26a399af3..86d62176c46 100644 --- a/tests/perf/perf_runner.py +++ b/tests/perf/perf_runner.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import argparse diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/unit/ast/test_ast_proto.py b/tests/unit/ast/test_ast_proto.py index 0e900cc248d..04f204a611b 100644 --- a/tests/unit/ast/test_ast_proto.py +++ b/tests/unit/ast/test_ast_proto.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/unit/ast/test_batch.py b/tests/unit/ast/test_batch.py index 19235625938..af66d2a5a84 100644 --- a/tests/unit/ast/test_batch.py +++ b/tests/unit/ast/test_batch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/ast/test_utils.py b/tests/unit/ast/test_utils.py index c1426fd9272..b8c1f0e9520 100644 --- a/tests/unit/ast/test_utils.py +++ b/tests/unit/ast/test_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from decimal import Decimal diff --git a/tests/unit/compiler/test_large_query_breakdown.py b/tests/unit/compiler/test_large_query_breakdown.py index e7e18cd4dc0..457f2b582cf 100644 --- a/tests/unit/compiler/test_large_query_breakdown.py +++ b/tests/unit/compiler/test_large_query_breakdown.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/compiler/test_replace_child_and_update_node.py b/tests/unit/compiler/test_replace_child_and_update_node.py index f8164b8d6fc..7616c0ef0cc 100644 --- a/tests/unit/compiler/test_replace_child_and_update_node.py +++ b/tests/unit/compiler/test_replace_child_and_update_node.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index f7aaa93e0f8..b3f69b3c2c1 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/mock_module.py b/tests/unit/mock_module.py index 7e9aaf696fc..30abcfc1f02 100644 --- a/tests/unit/mock_module.py +++ b/tests/unit/mock_module.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/unit/modin/__init__.py b/tests/unit/modin/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/unit/modin/__init__.py +++ b/tests/unit/modin/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/unit/modin/conftest.py b/tests/unit/modin/conftest.py index 4ed9ddf242f..b78d83dc158 100644 --- a/tests/unit/modin/conftest.py +++ b/tests/unit/modin/conftest.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/modin/default2pandas/__init__.py b/tests/unit/modin/default2pandas/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/unit/modin/default2pandas/__init__.py +++ b/tests/unit/modin/default2pandas/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/unit/modin/extensions/__init__.py b/tests/unit/modin/extensions/__init__.py index 3e10844f842..37383333528 100644 --- a/tests/unit/modin/extensions/__init__.py +++ b/tests/unit/modin/extensions/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/extensions/test_pd_extensions.py b/tests/unit/modin/extensions/test_pd_extensions.py index f3ea3bc7053..e414ab86fb2 100644 --- a/tests/unit/modin/extensions/test_pd_extensions.py +++ b/tests/unit/modin/extensions/test_pd_extensions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/modin/__init__.py b/tests/unit/modin/modin/__init__.py index 3e10844f842..37383333528 100644 --- a/tests/unit/modin/modin/__init__.py +++ b/tests/unit/modin/modin/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/modin/docs_module/__init__.py b/tests/unit/modin/modin/docs_module/__init__.py index a39b082ae34..61b5394901c 100644 --- a/tests/unit/modin/modin/docs_module/__init__.py +++ b/tests/unit/modin/modin/docs_module/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/modin/docs_module/classes.py b/tests/unit/modin/modin/docs_module/classes.py index 9af719f5f17..4f6fd71fe31 100644 --- a/tests/unit/modin/modin/docs_module/classes.py +++ b/tests/unit/modin/modin/docs_module/classes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/modin/docs_module/functions.py b/tests/unit/modin/modin/docs_module/functions.py index 86ad5287206..c137cc62495 100644 --- a/tests/unit/modin/modin/docs_module/functions.py +++ b/tests/unit/modin/modin/docs_module/functions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/modin/docs_module_with_just_base/__init__.py b/tests/unit/modin/modin/docs_module_with_just_base/__init__.py index 77df3098e17..e78caa5bea2 100644 --- a/tests/unit/modin/modin/docs_module_with_just_base/__init__.py +++ b/tests/unit/modin/modin/docs_module_with_just_base/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/modin/docs_module_with_just_base/classes.py b/tests/unit/modin/modin/docs_module_with_just_base/classes.py index b7bbf4ba920..1911e742a1e 100644 --- a/tests/unit/modin/modin/docs_module_with_just_base/classes.py +++ b/tests/unit/modin/modin/docs_module_with_just_base/classes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/modin/test_envvars.py b/tests/unit/modin/modin/test_envvars.py index 3abb61254c0..b4d43c293b9 100644 --- a/tests/unit/modin/modin/test_envvars.py +++ b/tests/unit/modin/modin/test_envvars.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/modin/test_parameter.py b/tests/unit/modin/modin/test_parameter.py index 1243e832722..dd64b99dcaf 100644 --- a/tests/unit/modin/modin/test_parameter.py +++ b/tests/unit/modin/modin/test_parameter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # # Licensed to Modin Development Team under one or more contributor license agreements. diff --git a/tests/unit/modin/test_aggregation_utils.py b/tests/unit/modin/test_aggregation_utils.py index 2f1c5561a1e..d1e45df0953 100644 --- a/tests/unit/modin/test_aggregation_utils.py +++ b/tests/unit/modin/test_aggregation_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from types import MappingProxyType diff --git a/tests/unit/modin/test_apply_utils.py b/tests/unit/modin/test_apply_utils.py index 64d890762e3..95750c7d508 100644 --- a/tests/unit/modin/test_apply_utils.py +++ b/tests/unit/modin/test_apply_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from typing import Any import numpy as np diff --git a/tests/unit/modin/test_binary_op_utils.py b/tests/unit/modin/test_binary_op_utils.py index bd523ded5dd..4726d4e8250 100644 --- a/tests/unit/modin/test_binary_op_utils.py +++ b/tests/unit/modin/test_binary_op_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/unit/modin/test_class.py b/tests/unit/modin/test_class.py index 005e3cd41a8..9d9d3a47353 100644 --- a/tests/unit/modin/test_class.py +++ b/tests/unit/modin/test_class.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/unit/modin/test_docstrings.py b/tests/unit/modin/test_docstrings.py index 32ab0fbabfd..f9e858f9b36 100644 --- a/tests/unit/modin/test_docstrings.py +++ b/tests/unit/modin/test_docstrings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/unit/modin/test_frontend_utils.py b/tests/unit/modin/test_frontend_utils.py index 60cdf7859b4..1cc4f692c3e 100644 --- a/tests/unit/modin/test_frontend_utils.py +++ b/tests/unit/modin/test_frontend_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest.mock import MagicMock, patch diff --git a/tests/unit/modin/test_groupby_unsupported.py b/tests/unit/modin/test_groupby_unsupported.py index 0ec9ecd3bfe..898537b8dd5 100644 --- a/tests/unit/modin/test_groupby_unsupported.py +++ b/tests/unit/modin/test_groupby_unsupported.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import pytest diff --git a/tests/unit/modin/test_groupby_utils.py b/tests/unit/modin/test_groupby_utils.py index 55ade9e6919..5f74cf45573 100644 --- a/tests/unit/modin/test_groupby_utils.py +++ b/tests/unit/modin/test_groupby_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/modin/test_internal_frame.py b/tests/unit/modin/test_internal_frame.py index cd5e57eb5a1..c2f38a6b89e 100644 --- a/tests/unit/modin/test_internal_frame.py +++ b/tests/unit/modin/test_internal_frame.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re diff --git a/tests/unit/modin/test_io.py b/tests/unit/modin/test_io.py index 3cb375f213c..e2b679765ca 100644 --- a/tests/unit/modin/test_io.py +++ b/tests/unit/modin/test_io.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import modin.pandas as pd diff --git a/tests/unit/modin/test_join_utils.py b/tests/unit/modin/test_join_utils.py index 031ab13bef9..f4b1f74f0a8 100644 --- a/tests/unit/modin/test_join_utils.py +++ b/tests/unit/modin/test_join_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from collections.abc import Hashable diff --git a/tests/unit/modin/test_ordered_dataframe.py b/tests/unit/modin/test_ordered_dataframe.py index ae88e506273..6ffd532d4e0 100644 --- a/tests/unit/modin/test_ordered_dataframe.py +++ b/tests/unit/modin/test_ordered_dataframe.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/modin/test_pandas_module.py b/tests/unit/modin/test_pandas_module.py index 77a58b6abd7..0d0aaa04393 100644 --- a/tests/unit/modin/test_pandas_module.py +++ b/tests/unit/modin/test_pandas_module.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pickle diff --git a/tests/unit/modin/test_python_version.py b/tests/unit/modin/test_python_version.py index b4495d53275..b24f401009e 100644 --- a/tests/unit/modin/test_python_version.py +++ b/tests/unit/modin/test_python_version.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/tests/unit/modin/test_series_cat.py b/tests/unit/modin/test_series_cat.py index 065c75e4562..573bce78d83 100644 --- a/tests/unit/modin/test_series_cat.py +++ b/tests/unit/modin/test_series_cat.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import pandas as native_pd import pytest diff --git a/tests/unit/modin/test_series_dt.py b/tests/unit/modin/test_series_dt.py index 70c4daf08c1..4f58e5700cf 100644 --- a/tests/unit/modin/test_series_dt.py +++ b/tests/unit/modin/test_series_dt.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/modin/test_series_strings.py b/tests/unit/modin/test_series_strings.py index fad93cf2e38..0618e40f8f0 100644 --- a/tests/unit/modin/test_series_strings.py +++ b/tests/unit/modin/test_series_strings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import Callable diff --git a/tests/unit/modin/test_snowflake_query_compiler.py b/tests/unit/modin/test_snowflake_query_compiler.py index 48775a47914..d6051f38fe4 100644 --- a/tests/unit/modin/test_snowflake_query_compiler.py +++ b/tests/unit/modin/test_snowflake_query_compiler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest.mock import patch diff --git a/tests/unit/modin/test_snowpark_pandas_types.py b/tests/unit/modin/test_snowpark_pandas_types.py index 754f031c1a6..64561ae020b 100644 --- a/tests/unit/modin/test_snowpark_pandas_types.py +++ b/tests/unit/modin/test_snowpark_pandas_types.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/unit/modin/test_telemetry.py b/tests/unit/modin/test_telemetry.py index 92617906970..d8081c76968 100644 --- a/tests/unit/modin/test_telemetry.py +++ b/tests/unit/modin/test_telemetry.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 + # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os diff --git a/tests/unit/modin/test_test_utils.py b/tests/unit/modin/test_test_utils.py index ce1577834be..fcf29504fd2 100644 --- a/tests/unit/modin/test_test_utils.py +++ b/tests/unit/modin/test_test_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import contextlib diff --git a/tests/unit/modin/test_type_annotations.py b/tests/unit/modin/test_type_annotations.py index 975e784f05f..f02586184a1 100644 --- a/tests/unit/modin/test_type_annotations.py +++ b/tests/unit/modin/test_type_annotations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from typing import get_type_hints diff --git a/tests/unit/modin/test_type_utils.py b/tests/unit/modin/test_type_utils.py index df6e5d57640..ec944ebb485 100644 --- a/tests/unit/modin/test_type_utils.py +++ b/tests/unit/modin/test_type_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import numpy as np diff --git a/tests/unit/modin/test_unsupported.py b/tests/unit/modin/test_unsupported.py index 5bc96f2e572..dace5a02a53 100644 --- a/tests/unit/modin/test_unsupported.py +++ b/tests/unit/modin/test_unsupported.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + from unittest import mock import modin.pandas as pd diff --git a/tests/unit/modin/test_utils.py b/tests/unit/modin/test_utils.py index cd5de10ea7b..3f725ad81b1 100644 --- a/tests/unit/modin/test_utils.py +++ b/tests/unit/modin/test_utils.py @@ -1,6 +1,7 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # + import re from unittest import mock from unittest.mock import Mock, patch diff --git a/tests/unit/scala/__init__.py b/tests/unit/scala/__init__.py index 0fbef920926..c1a753ccccb 100644 --- a/tests/unit/scala/__init__.py +++ b/tests/unit/scala/__init__.py @@ -1,3 +1,3 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # diff --git a/tests/unit/scala/test_datatype_suite.py b/tests/unit/scala/test_datatype_suite.py index c2143b4fc6f..ef733716983 100644 --- a/tests/unit/scala/test_datatype_suite.py +++ b/tests/unit/scala/test_datatype_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark.types import ( diff --git a/tests/unit/scala/test_df_suite.py b/tests/unit/scala/test_df_suite.py index fb1175bff38..12d278e3703 100644 --- a/tests/unit/scala/test_df_suite.py +++ b/tests/unit/scala/test_df_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark.relational_grouped_dataframe import ( diff --git a/tests/unit/scala/test_error_message.py b/tests/unit/scala/test_error_message.py index 43402ded121..b505842596a 100644 --- a/tests/unit/scala/test_error_message.py +++ b/tests/unit/scala/test_error_message.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark._internal.error_message import SnowparkClientExceptionMessages diff --git a/tests/unit/scala/test_expression_and_plan_node_suite.py b/tests/unit/scala/test_expression_and_plan_node_suite.py index 06b501b06c8..417dffa30ef 100644 --- a/tests/unit/scala/test_expression_and_plan_node_suite.py +++ b/tests/unit/scala/test_expression_and_plan_node_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/unit/scala/test_utils_suite.py b/tests/unit/scala/test_utils_suite.py index 45a9486edd6..fd7c7f87727 100644 --- a/tests/unit/scala/test_utils_suite.py +++ b/tests/unit/scala/test_utils_suite.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging diff --git a/tests/unit/test_analyzer_util_suite.py b/tests/unit/test_analyzer_util_suite.py index 60acb1046e6..76ae276f9ba 100644 --- a/tests/unit/test_analyzer_util_suite.py +++ b/tests/unit/test_analyzer_util_suite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/unit/test_ast_utils.py b/tests/unit/test_ast_utils.py index 32fe6a5128e..eb7db3a43f0 100644 --- a/tests/unit/test_ast_utils.py +++ b/tests/unit/test_ast_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from decimal import Decimal diff --git a/tests/unit/test_code_generation.py b/tests/unit/test_code_generation.py index 88d375a73cc..52d15eeab65 100644 --- a/tests/unit/test_code_generation.py +++ b/tests/unit/test_code_generation.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import math diff --git a/tests/unit/test_column.py b/tests/unit/test_column.py index e24cbdf4e63..43a63121463 100644 --- a/tests/unit/test_column.py +++ b/tests/unit/test_column.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark import Column diff --git a/tests/unit/test_cte.py b/tests/unit/test_cte.py index d2617dd5d86..5418d47b09a 100644 --- a/tests/unit/test_cte.py +++ b/tests/unit/test_cte.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/test_dataframe.py b/tests/unit/test_dataframe.py index 1693dca258c..29bd02b0da3 100644 --- a/tests/unit/test_dataframe.py +++ b/tests/unit/test_dataframe.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import re from unittest import mock diff --git a/tests/unit/test_datatype_mapper.py b/tests/unit/test_datatype_mapper.py index 33868eaa8ef..e65306249b8 100644 --- a/tests/unit/test_datatype_mapper.py +++ b/tests/unit/test_datatype_mapper.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/unit/test_deepcopy.py b/tests/unit/test_deepcopy.py index 6a74baabfd6..0c0d29cd56e 100644 --- a/tests/unit/test_deepcopy.py +++ b/tests/unit/test_deepcopy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import copy import uuid diff --git a/tests/unit/test_deprecation.py b/tests/unit/test_deprecation.py index a835646ed83..64e11a202cf 100644 --- a/tests/unit/test_deprecation.py +++ b/tests/unit/test_deprecation.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import importlib diff --git a/tests/unit/test_error_message.py b/tests/unit/test_error_message.py index b1d1f38272b..2657717e5e7 100644 --- a/tests/unit/test_error_message.py +++ b/tests/unit/test_error_message.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.connector import OperationalError, ProgrammingError diff --git a/tests/unit/test_expression_dependent_columns.py b/tests/unit/test_expression_dependent_columns.py index c9b8a1ce38d..12f2f4d83b9 100644 --- a/tests/unit/test_expression_dependent_columns.py +++ b/tests/unit/test_expression_dependent_columns.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/unit/test_expressions.py b/tests/unit/test_expressions.py index a60a0bc5427..42c7698f659 100644 --- a/tests/unit/test_expressions.py +++ b/tests/unit/test_expressions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import datetime diff --git a/tests/unit/test_file_operation.py b/tests/unit/test_file_operation.py index 84f166d3489..89657042272 100644 --- a/tests/unit/test_file_operation.py +++ b/tests/unit/test_file_operation.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark import GetResult, PutResult diff --git a/tests/unit/test_files.py b/tests/unit/test_files.py index f7b33adadcc..cba0b5d5841 100644 --- a/tests/unit/test_files.py +++ b/tests/unit/test_files.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from functools import partial diff --git a/tests/unit/test_function.py b/tests/unit/test_function.py index 2b9639b2b81..5f77244452f 100644 --- a/tests/unit/test_function.py +++ b/tests/unit/test_function.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import inspect diff --git a/tests/unit/test_generated_udf_lock.py b/tests/unit/test_generated_udf_lock.py index 833aad8def8..c11ae70f428 100644 --- a/tests/unit/test_generated_udf_lock.py +++ b/tests/unit/test_generated_udf_lock.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import threading diff --git a/tests/unit/test_internal_utils.py b/tests/unit/test_internal_utils.py index 85fc416f60e..cef75c4b797 100644 --- a/tests/unit/test_internal_utils.py +++ b/tests/unit/test_internal_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pytest diff --git a/tests/unit/test_lineage.py b/tests/unit/test_lineage.py index ebe79d69c04..63387df58f7 100644 --- a/tests/unit/test_lineage.py +++ b/tests/unit/test_lineage.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/test_open_telemetry.py b/tests/unit/test_open_telemetry.py index 92e73cf9c33..e71edd4050a 100644 --- a/tests/unit/test_open_telemetry.py +++ b/tests/unit/test_open_telemetry.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import functools diff --git a/tests/unit/test_packaging_utils.py b/tests/unit/test_packaging_utils.py index 98331194cb8..b84195fa3f8 100644 --- a/tests/unit/test_packaging_utils.py +++ b/tests/unit/test_packaging_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import os diff --git a/tests/unit/test_pandas_to_df.py b/tests/unit/test_pandas_to_df.py index 99f919bd06e..341ac8690a3 100644 --- a/tests/unit/test_pandas_to_df.py +++ b/tests/unit/test_pandas_to_df.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/test_query_history.py b/tests/unit/test_query_history.py index fde2bd95f4e..d671254114c 100644 --- a/tests/unit/test_query_history.py +++ b/tests/unit/test_query_history.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark import QueryRecord diff --git a/tests/unit/test_query_plan_analysis.py b/tests/unit/test_query_plan_analysis.py index 3a78efabf12..439bcf4c952 100644 --- a/tests/unit/test_query_plan_analysis.py +++ b/tests/unit/test_query_plan_analysis.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from unittest import mock diff --git a/tests/unit/test_query_tag.py b/tests/unit/test_query_tag.py index cafe159b9bf..750e8e83b57 100644 --- a/tests/unit/test_query_tag.py +++ b/tests/unit/test_query_tag.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark._internal.utils import ( diff --git a/tests/unit/test_row.py b/tests/unit/test_row.py index 6fde677c5ef..f62da2e6cad 100644 --- a/tests/unit/test_row.py +++ b/tests/unit/test_row.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import pickle diff --git a/tests/unit/test_server_connection.py b/tests/unit/test_server_connection.py index 5b4e509460d..5b0646a6ace 100644 --- a/tests/unit/test_server_connection.py +++ b/tests/unit/test_server_connection.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import io diff --git a/tests/unit/test_session.py b/tests/unit/test_session.py index be008045d00..8a4db8326f2 100644 --- a/tests/unit/test_session.py +++ b/tests/unit/test_session.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import json import logging diff --git a/tests/unit/test_stored_procedure.py b/tests/unit/test_stored_procedure.py index b5389b3d759..5fe37ff3ced 100644 --- a/tests/unit/test_stored_procedure.py +++ b/tests/unit/test_stored_procedure.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/tests/unit/test_telemetry.py b/tests/unit/test_telemetry.py index c506d84ddb2..7a0f81fd1d9 100644 --- a/tests/unit/test_telemetry.py +++ b/tests/unit/test_telemetry.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # from snowflake.snowpark._internal.telemetry import safe_telemetry diff --git a/tests/unit/test_types.py b/tests/unit/test_types.py index 0df3fd29d99..7085d3ef6d5 100644 --- a/tests/unit/test_types.py +++ b/tests/unit/test_types.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import decimal diff --git a/tests/unit/test_udaf.py b/tests/unit/test_udaf.py index 1440b0f5aa5..3b0bac35e96 100644 --- a/tests/unit/test_udaf.py +++ b/tests/unit/test_udaf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/tests/unit/test_udf.py b/tests/unit/test_udf.py index 952c87cba3f..448d3a051e1 100644 --- a/tests/unit/test_udf.py +++ b/tests/unit/test_udf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/tests/unit/test_udf_utils.py b/tests/unit/test_udf_utils.py index 50a94b579aa..084b514422f 100644 --- a/tests/unit/test_udf_utils.py +++ b/tests/unit/test_udf_utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import logging diff --git a/tests/unit/test_udtf.py b/tests/unit/test_udtf.py index 8fa78012f38..a11f510f0da 100644 --- a/tests/unit/test_udtf.py +++ b/tests/unit/test_udtf.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import sys diff --git a/tests/utils.py b/tests/utils.py index 6086169d5da..d6508aaf719 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. +# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved. # import functools From 80d722e3147e52aafad2b2b79f287684182b834f Mon Sep 17 00:00:00 2001 From: Labanya Mukhopadhyay Date: Mon, 13 Jan 2025 20:51:36 -0800 Subject: [PATCH 2/2] SNOW-1805840: Augment telemetry with method_call_count (#2804) 1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-1805840 2. Fill out the following pre-review checklist: - [x] I am adding a new automated test(s) to verify correctness of my new code - [ ] If this test skips Local Testing mode, I'm requesting review from @snowflakedb/local-testing - [ ] I am adding new logging messages - [ ] I am adding a new telemetry message - [ ] I am adding new credentials - [ ] I am adding a new dependency - [ ] If this is a new feature/behavior, I'm adding the Local Testing parity changes. - [x] I acknowledge that I have ensured my changes to be thread-safe. Follow the link for more information: [Thread-safe Developer Guidelines](https://github.com/snowflakedb/snowpark-python/blob/main/CONTRIBUTING.md#thread-safe-development) 3. Please describe how your code solves the related issue. Adding method_call_count which is the # of times a pandas API method has been called. See more info in the interchange protocol design doc here: https://docs.google.com/document/d/1EfqQwejVbF5_36hnOP-ap0t3NaCWmDz62iAcR0PtX20/edit?tab=t.0#heading=h.4uu48icmuq7z --------- Signed-off-by: Labanya Mukhopadhyay --- CHANGELOG.md | 3 +- .../modin/plugin/_internal/telemetry.py | 17 +++ .../compiler/snowflake_query_compiler.py | 5 +- tests/integ/modin/test_telemetry.py | 115 ++++++++++++++++++ tests/unit/modin/test_telemetry.py | 3 + 5 files changed, 141 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63314dc52d8..674236c7cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,8 +62,9 @@ - Updated integration testing for `session.lineage.trace` to exclude deleted objects - Added documentation for `DataFrame.map`. - Improve performance of `DataFrame.apply` by mapping numpy functions to snowpark functions if possible. -- Added documentation on the extent of Snowpark pandas interoperability with scikit-learn +- Added documentation on the extent of Snowpark pandas interoperability with scikit-learn. - Infer return type of functions in `Series.map`, `Series.apply` and `DataFrame.map` if type-hint is not provided. +- Added `call_count` to telemetry that counts method calls including interchange protocol calls. ## 1.26.0 (2024-12-05) diff --git a/src/snowflake/snowpark/modin/plugin/_internal/telemetry.py b/src/snowflake/snowpark/modin/plugin/_internal/telemetry.py index c1a17884c7c..79343f634a0 100644 --- a/src/snowflake/snowpark/modin/plugin/_internal/telemetry.py +++ b/src/snowflake/snowpark/modin/plugin/_internal/telemetry.py @@ -37,6 +37,8 @@ class SnowparkPandasTelemetryField(Enum): ARGS = "argument" # fallback flag IS_FALLBACK = "is_fallback" + # number of times a method has been called on the same query compiler + CALL_COUNT = "call_count" # Argument truncating size after converted to str. Size amount can be later specified after analysis and needs. @@ -59,6 +61,7 @@ def _send_snowpark_pandas_telemetry_helper( func_name: str, query_history: Optional[QueryHistory], api_calls: Union[str, list[dict[str, Any]]], + method_call_count: str, ) -> None: """ A helper function that sends Snowpark pandas API telemetry data. @@ -72,6 +75,7 @@ def _send_snowpark_pandas_telemetry_helper( query_history: The query history context manager to record queries that are pushed down to the Snowflake database in the session. api_calls: Optional list of Snowpark pandas API calls made during the function execution. + method_call_count: Number of times a method has been called. Returns: None @@ -80,6 +84,11 @@ def _send_snowpark_pandas_telemetry_helper( TelemetryField.KEY_FUNC_NAME.value: func_name, TelemetryField.KEY_CATEGORY.value: SnowparkPandasTelemetryField.FUNC_CATEGORY_SNOWPARK_PANDAS.value, TelemetryField.KEY_ERROR_MSG.value: error_msg, + **( + {SnowparkPandasTelemetryField.CALL_COUNT.value: method_call_count} + if method_call_count is not None + else {} + ), } if len(api_calls) > 0: data[TelemetryField.KEY_API_CALLS.value] = api_calls @@ -275,6 +284,7 @@ def _telemetry_helper( # Moving existing api call out first can avoid to generate duplicates. existing_api_calls = [] need_to_restore_args0_api_calls = False + method_call_count = None # If the decorated func is a class method or a standalone function, we need to get an active session: if is_standalone_function or (len(args) > 0 and isinstance(args[0], type)): @@ -296,6 +306,11 @@ def _telemetry_helper( need_to_restore_args0_api_calls = True session = args[0]._query_compiler._modin_frame.ordered_dataframe.session class_prefix = args[0].__class__.__name__ + func_name = _gen_func_name( + class_prefix, func, property_name, property_method_type + ) + args[0]._query_compiler._method_call_counts[func_name] += 1 + method_call_count = args[0]._query_compiler._method_call_counts[func_name] except (TypeError, IndexError, AttributeError): # TypeError: args might not support indexing; IndexError: args is empty; AttributeError: args[0] might not # have _query_compiler attribute. @@ -338,6 +353,7 @@ def _telemetry_helper( func_name=func_name, query_history=query_history, api_calls=existing_api_calls + [curr_api_call], + method_call_count=method_call_count, ) raise e @@ -372,6 +388,7 @@ def _telemetry_helper( func_name=func_name, query_history=query_history, api_calls=existing_api_calls + [curr_api_call], + method_call_count=method_call_count, ) if need_to_restore_args0_api_calls: args[0]._query_compiler.snowpark_pandas_api_calls = existing_api_calls diff --git a/src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py b/src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py index d1bbf0a60fa..cf1867bc284 100644 --- a/src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py +++ b/src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py @@ -11,6 +11,7 @@ import json import logging import re +from collections import Counter import typing import uuid from collections.abc import Hashable, Iterable, Mapping, Sequence @@ -531,9 +532,11 @@ def __init__(self, frame: InternalFrame) -> None: ), "frame is None or not a InternalFrame" self._modin_frame = frame # self.snowpark_pandas_api_calls a list of lazy Snowpark pandas telemetry api calls - # Copying and modifying self.snowpark_pandas_api_calls is taken care of in telemetry decorators + # Copying and modifying self.snowpark_pandas_api_calls and self._method_call_counts + # is taken care of in telemetry decorators self.snowpark_pandas_api_calls: list = [] self._attrs: dict[Any, Any] = {} + self._method_call_counts: Counter[str] = Counter[str]() def _raise_not_implemented_error_for_timedelta( self, frame: InternalFrame = None diff --git a/tests/integ/modin/test_telemetry.py b/tests/integ/modin/test_telemetry.py index b3b30357977..e74a3e9b0b0 100644 --- a/tests/integ/modin/test_telemetry.py +++ b/tests/integ/modin/test_telemetry.py @@ -144,6 +144,7 @@ def test_snowpark_pandas_telemetry_method_decorator(test_table_name): "sfqids", "func_name", "error_msg", + "call_count", } assert data["category"] == "snowpark_pandas" assert data["api_calls"] == df1_expected_api_calls + [ @@ -179,6 +180,7 @@ def test_send_snowpark_pandas_telemetry_helper(send_mock): func_name="test_send_func", query_history=None, api_calls=[], + method_call_count=None, ) send_mock.assert_called_with( { @@ -560,6 +562,119 @@ def test_telemetry_repr(): ] +@sql_count_checker(query_count=6, join_count=4) +def test_telemetry_interchange_call_count(): + s = pd.DataFrame([1, 2, 3, 4]) + t = pd.DataFrame([5]) + s.__dataframe__() + s.__dataframe__() + t.__dataframe__() + + s.iloc[0, 0] = 7 + s.__dataframe__() + s.__dataframe__() + t.__dataframe__() + + def _get_data(call): + try: + return call.to_dict()["message"][TelemetryField.KEY_DATA.value] + except Exception: + return None + + telemetry_data = [ + _get_data(call) + for call in pd.session._conn._telemetry_client.telemetry._log_batch + if _get_data(call) is not None + and "func_name" in _get_data(call) + and _get_data(call)["func_name"] == "DataFrame.__dataframe__" + ] + assert len(telemetry_data) == 6 + # s calls __dataframe__() for the first time. + assert telemetry_data[0]["call_count"] == 1 + # s calls __dataframe__() for the second time. + assert telemetry_data[1]["call_count"] == 2 + # t calls __dataframe__() for the first time. + assert telemetry_data[2]["call_count"] == 1 + # the new version of s calls __dataframe__() for the first time. + assert telemetry_data[3]["call_count"] == 1 + # the new version of s calls __dataframe__() for the second time. + assert telemetry_data[4]["call_count"] == 2 + # t calls __dataframe__() for the second time. + assert telemetry_data[5]["call_count"] == 2 + + +@sql_count_checker(query_count=4) +def test_telemetry_func_call_count(): + s = pd.DataFrame([1, 2, np.nan, 4]) + t = pd.DataFrame([5]) + + s.__repr__() + s.__repr__() + s.__repr__() + + t.__repr__() + + def _get_data(call): + try: + return call.to_dict()["message"][TelemetryField.KEY_DATA.value] + except Exception: + return None + + telemetry_data = [ + _get_data(call) + for call in pd.session._conn._telemetry_client.telemetry._log_batch + if _get_data(call) is not None + and "func_name" in _get_data(call) + and _get_data(call)["func_name"] == "DataFrame.__repr__" + ] + + # second to last call from telemetry data + # s called __repr__() 3 times. + assert telemetry_data[-2]["call_count"] == 3 + + # last call from telemetry data + # t called __repr__() 1 time. + assert telemetry_data[-1]["call_count"] == 1 + + +@sql_count_checker(query_count=3) +def test_telemetry_multiple_func_call_count(): + s = pd.DataFrame([1, 2, np.nan, 4]) + + s.__repr__() + s.__repr__() + s.__dataframe__() + + def _get_data(call): + try: + return call.to_dict()["message"][TelemetryField.KEY_DATA.value] + except Exception: + return None + + repr_telemetry_data = [ + _get_data(call) + for call in pd.session._conn._telemetry_client.telemetry._log_batch + if _get_data(call) is not None + and "func_name" in _get_data(call) + and _get_data(call)["func_name"] == "DataFrame.__repr__" + ] + dataframe_telemetry_data = [ + _get_data(call) + for call in pd.session._conn._telemetry_client.telemetry._log_batch + if _get_data(call) is not None + and "func_name" in _get_data(call) + and _get_data(call)["func_name"] == "DataFrame.__dataframe__" + ] + + # last call from telemetry data + # s called __repr__() 2 times. + assert repr_telemetry_data[-1]["call_count"] == 2 + + # last call from telemetry data + # s called __dataframe__() 2 times. + assert dataframe_telemetry_data[-1]["call_count"] == 1 + + @sql_count_checker(query_count=0) def test_telemetry_copy(): # copy() is defined in upstream Modin's BasePandasDataset class, and not overridden by any diff --git a/tests/unit/modin/test_telemetry.py b/tests/unit/modin/test_telemetry.py index d8081c76968..ccaff5a3fc0 100644 --- a/tests/unit/modin/test_telemetry.py +++ b/tests/unit/modin/test_telemetry.py @@ -55,6 +55,7 @@ def snowpark_pandas_error_test_helper( query_history=ANY, telemetry_type=telemetry_type, error_msg=error_msg, + method_call_count=ANY, ) @@ -116,6 +117,7 @@ def raise_real_type_error(_): query_history=ANY, telemetry_type="snowpark_pandas_type_error", error_msg=None, + method_call_count=ANY, ) assert len(mock_arg2._query_compiler.snowpark_pandas_api_calls) == 0 @@ -134,6 +136,7 @@ def raise_real_type_error(_): query_history=ANY, telemetry_type="snowpark_pandas_type_error", error_msg=None, + method_call_count=ANY, )