apache-flink 2.2.0__tar.gz → 2.2.1__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.2.0/apache_flink.egg-info → apache_flink-2.2.1}/PKG-INFO +3 -3
- {apache_flink-2.2.0 → apache_flink-2.2.1/apache_flink.egg-info}/PKG-INFO +3 -3
- {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/requires.txt +2 -2
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/csv.py +1 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coder_impl_fast.c +510 -480
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations_fast.c +1651 -1173
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_stream_fast.c +438 -439
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coder_impl_fast.c +1295 -1202
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/stream_fast.c +153 -161
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/aggregate_fast.c +706 -622
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_aggregate_fast.c +822 -697
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/gen_protos.py +10 -9
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/catalog.py +3 -3
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/expression.py +3 -3
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/version.py +1 -1
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyproject.toml +3 -3
- {apache_flink-2.2.0 → apache_flink-2.2.1}/setup.py +1 -1
- {apache_flink-2.2.0 → apache_flink-2.2.1}/LICENSE +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/MANIFEST.in +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/README.md +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/SOURCES.txt +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/dependency_links.txt +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/not-zip-safe +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/top_level.txt +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/bash-java-utils.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/config-parser-utils.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/config.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/find-flink-home.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/flink +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/flink-console.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/flink-daemon.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/historyserver.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/jobmanager.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/kubernetes-jobmanager.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/kubernetes-session.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/kubernetes-taskmanager.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/migrate-config-file.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/pyflink-shell.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/pyflink-udf-runner.bat +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/pyflink-udf-runner.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/sql-client.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/sql-gateway.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/standalone-job.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/start-cluster.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/start-zookeeper-quorum.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/stop-cluster.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/stop-zookeeper-quorum.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/taskmanager.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/yarn-session.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/zookeeper.sh +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/config.yaml +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/log4j-cli.properties +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/log4j-console.properties +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/log4j-session.properties +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/log4j.properties +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/logback-console.xml +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/logback-session.xml +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/logback.xml +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/masters +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/workers +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/zoo.cfg +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/asyncio/remote_model_inference.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/basic_operations.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/elasticsearch.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/kafka_avro_format.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/kafka_bytearray_format.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/kafka_csv_format.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/kafka_json_format.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/pulsar.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/event_time_timer.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/process_json_data.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/state_access.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/streaming_word_count.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/session_with_dynamic_gap_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/session_with_gap_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/sliding_time_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/tumbling_count_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/tumbling_time_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/word_count.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/basic_operations.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/mixing_use_of_datastream_and_table.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/multi_sink.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/pandas/conversion_from_dataframe.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/pandas/pandas_udaf.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/process_json_data.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/process_json_data_with_udf.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/streaming_word_count.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/windowing/over_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/windowing/session_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/windowing/sliding_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/windowing/tumble_window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/word_count.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/log/empty.txt +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/README.txt +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/completable_future.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/config_options.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/configuration.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/constants.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/execution_config.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/input_dependency_constraint.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/io.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/job_client.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/job_execution_result.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/job_id.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/job_status.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/restart_strategy.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/serialization.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/serializer.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/time.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/typeinfo.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/types.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/watermark_strategy.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/async_data_stream.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/async_retry_predicates.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/async_retry_strategies.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/checkpoint_config.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/checkpoint_storage.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/checkpointing_mode.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/base.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/cassandra.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/elasticsearch.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/file_system.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/hybrid_source.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/jdbc.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/kafka.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/kinesis.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/number_seq.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/pulsar.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/rabbitmq.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/data_stream.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/execution_mode.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/externalized_checkpoint_retention.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/avro.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/json.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/orc.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/parquet.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/functions.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/output_tag.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/slot_sharing_group.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/state.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/state_backend.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/stream_execution_environment.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/time_domain.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/timerservice.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/find_flink_home.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/ResettableIO.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_boot.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coder_impl_fast.pxd +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coder_impl_fast.pyx +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coder_impl_slow.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coders.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations_fast.pxd +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations_fast.pyx +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations_slow.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_sdk_worker_main.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_stream_fast.pxd +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_stream_fast.pyx +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_stream_slow.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_worker_pool_service.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coder_impl_fast.pxd +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coder_impl_fast.pyx +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coder_impl_slow.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coders.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/operations.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/process_function.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/runtime_context.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/side_output_context.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/state_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/timerservice_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/operations.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/async_function/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/async_function/operation.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/async_function/queue.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/input_handler.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/operations.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/process_function.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/runtime_context.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/timerservice_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/timerservice.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/window/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/window/merging_window_set.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/window/window_operator.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/converters.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/java_utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/operation_utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/operations.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/state_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/flink_fn_execution_pb2.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/flink_fn_execution_pb2.pyi +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/formats/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/formats/avro.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/internal_state.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/counter_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/distribution_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/meter_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/metric_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/counter_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/distribution_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/meter_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/metric_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/pickle.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/profiler.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/state_impl.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/stream_fast.pxd +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/stream_fast.pyx +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/stream_slow.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/aggregate_fast.pxd +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/aggregate_fast.pyx +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/aggregate_slow.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/operations.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/state_data_view.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_aggregate_fast.pxd +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_aggregate_fast.pyx +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_aggregate_slow.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_assigner.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_context.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_process_function.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_trigger.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/utils/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/utils/operation_utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/java_gateway.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/metrics/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/metrics/metricbase.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/pyflink_callback_server.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/pyflink_gateway_server.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/serializers.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/shell.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/changelog_mode.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/compiled_plan.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/data_view.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/descriptors.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/environment_settings.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/explain_detail.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/expressions.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/functions.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/model_descriptor.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/module.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/plan_reference.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/resolved_expression.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/result_kind.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/schema.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/serializers.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/sql_dialect.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/statement_set.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_config.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_descriptor.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_environment.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_pipeline.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_result.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_schema.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/types.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/udf.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/window.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/testing/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/testing/source_sink_utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/testing/test_case_utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/util/__init__.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/util/api_stability_decorators.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/util/exceptions.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/util/java_utils.py +0 -0
- {apache_flink-2.2.0 → apache_flink-2.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-flink
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Apache Flink Python API
|
|
5
5
|
Home-page: https://flink.apache.org
|
|
6
6
|
Author: Apache Software Foundation
|
|
@@ -27,10 +27,10 @@ Requires-Dist: protobuf>=3.19.0
|
|
|
27
27
|
Requires-Dist: numpy>=1.22.4
|
|
28
28
|
Requires-Dist: pandas<2.3,>=1.3.0
|
|
29
29
|
Requires-Dist: pyarrow<21.0.0,>=5.0.0
|
|
30
|
-
Requires-Dist: pemja<0.5.
|
|
30
|
+
Requires-Dist: pemja<0.5.8,>=0.5.7; platform_system != "Windows"
|
|
31
31
|
Requires-Dist: httplib2>=0.19.0
|
|
32
32
|
Requires-Dist: ruamel.yaml>=0.18.4
|
|
33
|
-
Requires-Dist: apache-flink-libraries<2.2.
|
|
33
|
+
Requires-Dist: apache-flink-libraries<2.2.2,>=2.2.1
|
|
34
34
|
Dynamic: author
|
|
35
35
|
Dynamic: author-email
|
|
36
36
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-flink
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Apache Flink Python API
|
|
5
5
|
Home-page: https://flink.apache.org
|
|
6
6
|
Author: Apache Software Foundation
|
|
@@ -27,10 +27,10 @@ Requires-Dist: protobuf>=3.19.0
|
|
|
27
27
|
Requires-Dist: numpy>=1.22.4
|
|
28
28
|
Requires-Dist: pandas<2.3,>=1.3.0
|
|
29
29
|
Requires-Dist: pyarrow<21.0.0,>=5.0.0
|
|
30
|
-
Requires-Dist: pemja<0.5.
|
|
30
|
+
Requires-Dist: pemja<0.5.8,>=0.5.7; platform_system != "Windows"
|
|
31
31
|
Requires-Dist: httplib2>=0.19.0
|
|
32
32
|
Requires-Dist: ruamel.yaml>=0.18.4
|
|
33
|
-
Requires-Dist: apache-flink-libraries<2.2.
|
|
33
|
+
Requires-Dist: apache-flink-libraries<2.2.2,>=2.2.1
|
|
34
34
|
Dynamic: author
|
|
35
35
|
Dynamic: author-email
|
|
36
36
|
Dynamic: classifier
|