apache-flink 2.0.1__tar.gz → 2.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {apache-flink-2.0.1/apache_flink.egg-info → apache_flink-2.0.2}/PKG-INFO +30 -2
- {apache-flink-2.0.1 → apache_flink-2.0.2/apache_flink.egg-info}/PKG-INFO +30 -2
- {apache-flink-2.0.1 → apache_flink-2.0.2}/apache_flink.egg-info/SOURCES.txt +1 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/apache_flink.egg-info/requires.txt +3 -2
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coder_impl_fast.c +2023 -1895
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations_fast.c +4946 -5780
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_stream_fast.c +2382 -2298
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/coder_impl_fast.c +11761 -15263
- apache_flink-2.0.2/pyflink/fn_execution/flink_fn_execution_pb2.pyi +566 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/stream_fast.c +2293 -2502
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/aggregate_fast.c +3652 -4189
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_aggregate_fast.c +3227 -3799
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/gen_protos.py +10 -9
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/expression.py +3 -3
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/version.py +1 -1
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyproject.toml +1 -1
- {apache-flink-2.0.1 → apache_flink-2.0.2}/setup.py +2 -1
- {apache-flink-2.0.1 → apache_flink-2.0.2}/LICENSE +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/MANIFEST.in +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/README.md +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/apache_flink.egg-info/dependency_links.txt +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/apache_flink.egg-info/not-zip-safe +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/apache_flink.egg-info/top_level.txt +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/bash-java-utils.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/config-parser-utils.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/config.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/find-flink-home.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/flink +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/flink-console.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/flink-daemon.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/historyserver.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/jobmanager.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/kubernetes-jobmanager.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/kubernetes-session.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/kubernetes-taskmanager.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/migrate-config-file.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/pyflink-shell.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/pyflink-udf-runner.bat +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/pyflink-udf-runner.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/sql-client.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/sql-gateway.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/standalone-job.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/start-cluster.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/start-zookeeper-quorum.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/stop-cluster.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/stop-zookeeper-quorum.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/taskmanager.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/yarn-session.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/bin/zookeeper.sh +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/config.yaml +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/log4j-cli.properties +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/log4j-console.properties +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/log4j-session.properties +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/log4j.properties +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/logback-console.xml +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/logback-session.xml +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/logback.xml +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/masters +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/workers +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/conf/zoo.cfg +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/basic_operations.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/connectors/elasticsearch.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/connectors/kafka_avro_format.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/connectors/kafka_csv_format.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/connectors/kafka_json_format.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/connectors/pulsar.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/event_time_timer.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/process_json_data.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/state_access.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/streaming_word_count.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/windowing/session_with_dynamic_gap_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/windowing/session_with_gap_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/windowing/sliding_time_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/windowing/tumbling_count_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/windowing/tumbling_time_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/datastream/word_count.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/basic_operations.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/mixing_use_of_datastream_and_table.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/multi_sink.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/pandas/conversion_from_dataframe.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/pandas/pandas_udaf.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/process_json_data.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/process_json_data_with_udf.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/streaming_word_count.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/windowing/over_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/windowing/session_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/windowing/sliding_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/windowing/tumble_window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/examples/table/word_count.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/deps/log/empty.txt +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/README.txt +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/completable_future.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/config_options.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/configuration.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/constants.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/execution_config.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/input_dependency_constraint.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/io.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/job_client.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/job_execution_result.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/job_id.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/job_status.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/restart_strategy.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/serialization.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/serializer.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/time.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/typeinfo.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/types.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/common/watermark_strategy.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/checkpoint_config.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/checkpoint_storage.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/checkpointing_mode.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/base.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/cassandra.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/elasticsearch.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/file_system.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/hybrid_source.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/jdbc.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/kafka.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/kinesis.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/number_seq.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/pulsar.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/connectors/rabbitmq.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/data_stream.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/execution_mode.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/externalized_checkpoint_retention.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/formats/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/formats/avro.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/formats/csv.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/formats/json.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/formats/orc.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/formats/parquet.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/functions.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/output_tag.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/slot_sharing_group.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/state.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/state_backend.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/stream_execution_environment.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/time_domain.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/timerservice.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/datastream/window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/find_flink_home.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/ResettableIO.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_boot.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coder_impl_fast.pxd +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coder_impl_fast.pyx +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coder_impl_slow.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coders.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations_fast.pxd +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations_fast.pyx +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations_slow.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_sdk_worker_main.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_stream_fast.pxd +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_stream_fast.pyx +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_stream_slow.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_worker_pool_service.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/coder_impl_fast.pxd +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/coder_impl_fast.pyx +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/coder_impl_slow.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/coders.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/operations.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/process_function.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/runtime_context.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/side_output_context.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/state_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/timerservice_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/operations.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/input_handler.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/operations.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/process_function.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/runtime_context.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/timerservice_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/timerservice.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/window/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/window/merging_window_set.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/window/window_operator.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/converters.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/java_utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/operation_utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/operations.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/state_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/flink_fn_execution_pb2.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/formats/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/formats/avro.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/internal_state.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/counter_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/distribution_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/meter_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/metric_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/counter_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/distribution_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/meter_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/metric_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/pickle.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/profiler.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/state_impl.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/stream_fast.pxd +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/stream_fast.pyx +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/stream_slow.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/aggregate_fast.pxd +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/aggregate_fast.pyx +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/aggregate_slow.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/operations.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/state_data_view.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_aggregate_fast.pxd +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_aggregate_fast.pyx +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_aggregate_slow.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_assigner.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_context.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_process_function.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_trigger.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/utils/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/fn_execution/utils/operation_utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/java_gateway.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/metrics/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/metrics/metricbase.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/pyflink_callback_server.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/pyflink_gateway_server.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/serializers.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/shell.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/catalog.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/changelog_mode.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/data_view.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/descriptors.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/environment_settings.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/explain_detail.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/expressions.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/functions.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/module.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/result_kind.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/schema.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/serializers.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/sql_dialect.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/statement_set.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/table.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/table_config.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/table_descriptor.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/table_environment.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/table_result.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/table_schema.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/types.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/udf.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/table/window.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/testing/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/testing/source_sink_utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/testing/test_case_utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/util/__init__.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/util/exceptions.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/pyflink/util/java_utils.py +0 -0
- {apache-flink-2.0.1 → apache_flink-2.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-flink
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Apache Flink Python API
|
|
5
5
|
Home-page: https://flink.apache.org
|
|
6
6
|
Author: Apache Software Foundation
|
|
@@ -15,6 +15,34 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Requires-Python: >=3.8
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
+
Requires-Dist: py4j==0.10.9.7
|
|
19
|
+
Requires-Dist: python-dateutil<3,>=2.8.0
|
|
20
|
+
Requires-Dist: apache-beam<=2.61.0,>=2.54.0
|
|
21
|
+
Requires-Dist: cloudpickle>=2.2.0
|
|
22
|
+
Requires-Dist: avro>=1.12.0
|
|
23
|
+
Requires-Dist: pytz>=2018.3
|
|
24
|
+
Requires-Dist: fastavro!=1.8.0,>=1.1.0
|
|
25
|
+
Requires-Dist: requests>=2.26.0
|
|
26
|
+
Requires-Dist: protobuf>=3.19.0
|
|
27
|
+
Requires-Dist: numpy>=1.22.4
|
|
28
|
+
Requires-Dist: pandas<2.3,>=1.3.0
|
|
29
|
+
Requires-Dist: pyarrow<21.0.0,>=5.0.0
|
|
30
|
+
Requires-Dist: pemja<0.5.8,>=0.5.7; platform_system != "Windows"
|
|
31
|
+
Requires-Dist: httplib2>=0.19.0
|
|
32
|
+
Requires-Dist: ruamel.yaml>=0.18.4
|
|
33
|
+
Requires-Dist: setuptools<82.0.0,>=75.3
|
|
34
|
+
Requires-Dist: apache-flink-libraries<2.0.3,>=2.0.2
|
|
35
|
+
Dynamic: author
|
|
36
|
+
Dynamic: author-email
|
|
37
|
+
Dynamic: classifier
|
|
38
|
+
Dynamic: description
|
|
39
|
+
Dynamic: description-content-type
|
|
40
|
+
Dynamic: home-page
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
18
46
|
|
|
19
47
|
# Apache Flink
|
|
20
48
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-flink
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Apache Flink Python API
|
|
5
5
|
Home-page: https://flink.apache.org
|
|
6
6
|
Author: Apache Software Foundation
|
|
@@ -15,6 +15,34 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Requires-Python: >=3.8
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
+
Requires-Dist: py4j==0.10.9.7
|
|
19
|
+
Requires-Dist: python-dateutil<3,>=2.8.0
|
|
20
|
+
Requires-Dist: apache-beam<=2.61.0,>=2.54.0
|
|
21
|
+
Requires-Dist: cloudpickle>=2.2.0
|
|
22
|
+
Requires-Dist: avro>=1.12.0
|
|
23
|
+
Requires-Dist: pytz>=2018.3
|
|
24
|
+
Requires-Dist: fastavro!=1.8.0,>=1.1.0
|
|
25
|
+
Requires-Dist: requests>=2.26.0
|
|
26
|
+
Requires-Dist: protobuf>=3.19.0
|
|
27
|
+
Requires-Dist: numpy>=1.22.4
|
|
28
|
+
Requires-Dist: pandas<2.3,>=1.3.0
|
|
29
|
+
Requires-Dist: pyarrow<21.0.0,>=5.0.0
|
|
30
|
+
Requires-Dist: pemja<0.5.8,>=0.5.7; platform_system != "Windows"
|
|
31
|
+
Requires-Dist: httplib2>=0.19.0
|
|
32
|
+
Requires-Dist: ruamel.yaml>=0.18.4
|
|
33
|
+
Requires-Dist: setuptools<82.0.0,>=75.3
|
|
34
|
+
Requires-Dist: apache-flink-libraries<2.0.3,>=2.0.2
|
|
35
|
+
Dynamic: author
|
|
36
|
+
Dynamic: author-email
|
|
37
|
+
Dynamic: classifier
|
|
38
|
+
Dynamic: description
|
|
39
|
+
Dynamic: description-content-type
|
|
40
|
+
Dynamic: home-page
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
18
46
|
|
|
19
47
|
# Apache Flink
|
|
20
48
|
|
|
@@ -150,6 +150,7 @@ pyflink/fn_execution/coder_impl_fast.pyx
|
|
|
150
150
|
pyflink/fn_execution/coder_impl_slow.py
|
|
151
151
|
pyflink/fn_execution/coders.py
|
|
152
152
|
pyflink/fn_execution/flink_fn_execution_pb2.py
|
|
153
|
+
pyflink/fn_execution/flink_fn_execution_pb2.pyi
|
|
153
154
|
pyflink/fn_execution/internal_state.py
|
|
154
155
|
pyflink/fn_execution/pickle.py
|
|
155
156
|
pyflink/fn_execution/profiler.py
|
|
@@ -12,7 +12,8 @@ pandas<2.3,>=1.3.0
|
|
|
12
12
|
pyarrow<21.0.0,>=5.0.0
|
|
13
13
|
httplib2>=0.19.0
|
|
14
14
|
ruamel.yaml>=0.18.4
|
|
15
|
-
|
|
15
|
+
setuptools<82.0.0,>=75.3
|
|
16
|
+
apache-flink-libraries<2.0.3,>=2.0.2
|
|
16
17
|
|
|
17
18
|
[:platform_system != "Windows"]
|
|
18
|
-
pemja<0.5.
|
|
19
|
+
pemja<0.5.8,>=0.5.7
|