apache-flink 2.0.0__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.
Files changed (269) hide show
  1. {apache-flink-2.0.0/apache_flink.egg-info → apache_flink-2.0.2}/PKG-INFO +30 -2
  2. {apache-flink-2.0.0 → apache_flink-2.0.2/apache_flink.egg-info}/PKG-INFO +30 -2
  3. {apache-flink-2.0.0 → apache_flink-2.0.2}/apache_flink.egg-info/SOURCES.txt +1 -0
  4. {apache-flink-2.0.0 → apache_flink-2.0.2}/apache_flink.egg-info/requires.txt +5 -4
  5. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/configuration.py +7 -5
  6. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/data_stream.py +1 -1
  7. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/stream_execution_environment.py +7 -9
  8. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coder_impl_fast.c +7666 -5755
  9. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations_fast.c +14509 -14631
  10. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_stream_fast.c +7224 -5722
  11. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/coder_impl_fast.c +31942 -37624
  12. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/converters.py +1 -1
  13. apache_flink-2.0.2/pyflink/fn_execution/flink_fn_execution_pb2.pyi +566 -0
  14. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/stream_fast.c +5767 -5526
  15. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/aggregate_fast.c +11743 -11685
  16. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_aggregate_fast.c +11463 -11897
  17. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/gen_protos.py +10 -9
  18. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/expression.py +3 -3
  19. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/expressions.py +3 -3
  20. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/table_config.py +1 -1
  21. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/table_environment.py +3 -4
  22. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/version.py +1 -1
  23. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyproject.toml +4 -3
  24. {apache-flink-2.0.0 → apache_flink-2.0.2}/setup.py +4 -3
  25. {apache-flink-2.0.0 → apache_flink-2.0.2}/LICENSE +0 -0
  26. {apache-flink-2.0.0 → apache_flink-2.0.2}/MANIFEST.in +0 -0
  27. {apache-flink-2.0.0 → apache_flink-2.0.2}/README.md +0 -0
  28. {apache-flink-2.0.0 → apache_flink-2.0.2}/apache_flink.egg-info/dependency_links.txt +0 -0
  29. {apache-flink-2.0.0 → apache_flink-2.0.2}/apache_flink.egg-info/not-zip-safe +0 -0
  30. {apache-flink-2.0.0 → apache_flink-2.0.2}/apache_flink.egg-info/top_level.txt +0 -0
  31. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/bash-java-utils.sh +0 -0
  32. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/config-parser-utils.sh +0 -0
  33. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/config.sh +0 -0
  34. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/find-flink-home.sh +0 -0
  35. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/flink +0 -0
  36. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/flink-console.sh +0 -0
  37. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/flink-daemon.sh +0 -0
  38. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/historyserver.sh +0 -0
  39. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/jobmanager.sh +0 -0
  40. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/kubernetes-jobmanager.sh +0 -0
  41. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/kubernetes-session.sh +0 -0
  42. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/kubernetes-taskmanager.sh +0 -0
  43. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/migrate-config-file.sh +0 -0
  44. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/pyflink-shell.sh +0 -0
  45. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/pyflink-udf-runner.bat +0 -0
  46. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/pyflink-udf-runner.sh +0 -0
  47. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/sql-client.sh +0 -0
  48. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/sql-gateway.sh +0 -0
  49. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/standalone-job.sh +0 -0
  50. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/start-cluster.sh +0 -0
  51. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/start-zookeeper-quorum.sh +0 -0
  52. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/stop-cluster.sh +0 -0
  53. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/stop-zookeeper-quorum.sh +0 -0
  54. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/taskmanager.sh +0 -0
  55. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/yarn-session.sh +0 -0
  56. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/bin/zookeeper.sh +0 -0
  57. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/config.yaml +0 -0
  58. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/log4j-cli.properties +0 -0
  59. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/log4j-console.properties +0 -0
  60. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/log4j-session.properties +0 -0
  61. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/log4j.properties +0 -0
  62. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/logback-console.xml +0 -0
  63. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/logback-session.xml +0 -0
  64. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/logback.xml +0 -0
  65. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/masters +0 -0
  66. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/workers +0 -0
  67. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/conf/zoo.cfg +0 -0
  68. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/basic_operations.py +0 -0
  69. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/connectors/elasticsearch.py +0 -0
  70. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/connectors/kafka_avro_format.py +0 -0
  71. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/connectors/kafka_csv_format.py +0 -0
  72. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/connectors/kafka_json_format.py +0 -0
  73. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/connectors/pulsar.py +0 -0
  74. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/event_time_timer.py +0 -0
  75. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/process_json_data.py +0 -0
  76. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/state_access.py +0 -0
  77. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/streaming_word_count.py +0 -0
  78. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/windowing/session_with_dynamic_gap_window.py +0 -0
  79. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/windowing/session_with_gap_window.py +0 -0
  80. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/windowing/sliding_time_window.py +0 -0
  81. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/windowing/tumbling_count_window.py +0 -0
  82. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/windowing/tumbling_time_window.py +0 -0
  83. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/datastream/word_count.py +0 -0
  84. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/basic_operations.py +0 -0
  85. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/mixing_use_of_datastream_and_table.py +0 -0
  86. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/multi_sink.py +0 -0
  87. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/pandas/conversion_from_dataframe.py +0 -0
  88. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/pandas/pandas_udaf.py +0 -0
  89. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/process_json_data.py +0 -0
  90. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/process_json_data_with_udf.py +0 -0
  91. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/streaming_word_count.py +0 -0
  92. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/windowing/over_window.py +0 -0
  93. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/windowing/session_window.py +0 -0
  94. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/windowing/sliding_window.py +0 -0
  95. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/windowing/tumble_window.py +0 -0
  96. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/examples/table/word_count.py +0 -0
  97. {apache-flink-2.0.0 → apache_flink-2.0.2}/deps/log/empty.txt +0 -0
  98. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/README.txt +0 -0
  99. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/__init__.py +0 -0
  100. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/__init__.py +0 -0
  101. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/completable_future.py +0 -0
  102. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/config_options.py +0 -0
  103. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/constants.py +0 -0
  104. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/execution_config.py +0 -0
  105. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/input_dependency_constraint.py +0 -0
  106. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/io.py +0 -0
  107. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/job_client.py +0 -0
  108. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/job_execution_result.py +0 -0
  109. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/job_id.py +0 -0
  110. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/job_status.py +0 -0
  111. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/restart_strategy.py +0 -0
  112. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/serialization.py +0 -0
  113. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/serializer.py +0 -0
  114. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/time.py +0 -0
  115. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/typeinfo.py +0 -0
  116. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/types.py +0 -0
  117. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/utils.py +0 -0
  118. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/common/watermark_strategy.py +0 -0
  119. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/__init__.py +0 -0
  120. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/checkpoint_config.py +0 -0
  121. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/checkpoint_storage.py +0 -0
  122. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/checkpointing_mode.py +0 -0
  123. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/__init__.py +0 -0
  124. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/base.py +0 -0
  125. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/cassandra.py +0 -0
  126. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/elasticsearch.py +0 -0
  127. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/file_system.py +0 -0
  128. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/hybrid_source.py +0 -0
  129. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/jdbc.py +0 -0
  130. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/kafka.py +0 -0
  131. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/kinesis.py +0 -0
  132. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/number_seq.py +0 -0
  133. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/pulsar.py +0 -0
  134. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/connectors/rabbitmq.py +0 -0
  135. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/execution_mode.py +0 -0
  136. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/externalized_checkpoint_retention.py +0 -0
  137. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/formats/__init__.py +0 -0
  138. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/formats/avro.py +0 -0
  139. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/formats/csv.py +0 -0
  140. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/formats/json.py +0 -0
  141. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/formats/orc.py +0 -0
  142. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/formats/parquet.py +0 -0
  143. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/functions.py +0 -0
  144. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/output_tag.py +0 -0
  145. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/slot_sharing_group.py +0 -0
  146. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/state.py +0 -0
  147. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/state_backend.py +0 -0
  148. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/time_domain.py +0 -0
  149. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/timerservice.py +0 -0
  150. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/utils.py +0 -0
  151. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/datastream/window.py +0 -0
  152. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/find_flink_home.py +0 -0
  153. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/ResettableIO.py +0 -0
  154. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/__init__.py +0 -0
  155. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/__init__.py +0 -0
  156. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_boot.py +0 -0
  157. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coder_impl_fast.pxd +0 -0
  158. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coder_impl_fast.pyx +0 -0
  159. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coder_impl_slow.py +0 -0
  160. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_coders.py +0 -0
  161. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations.py +0 -0
  162. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations_fast.pxd +0 -0
  163. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations_fast.pyx +0 -0
  164. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_operations_slow.py +0 -0
  165. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_sdk_worker_main.py +0 -0
  166. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_stream_fast.pxd +0 -0
  167. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_stream_fast.pyx +0 -0
  168. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_stream_slow.py +0 -0
  169. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/beam/beam_worker_pool_service.py +0 -0
  170. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/coder_impl_fast.pxd +0 -0
  171. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/coder_impl_fast.pyx +0 -0
  172. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/coder_impl_slow.py +0 -0
  173. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/coders.py +0 -0
  174. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/__init__.py +0 -0
  175. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/__init__.py +0 -0
  176. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/operations.py +0 -0
  177. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/process_function.py +0 -0
  178. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/runtime_context.py +0 -0
  179. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/side_output_context.py +0 -0
  180. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/state_impl.py +0 -0
  181. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/embedded/timerservice_impl.py +0 -0
  182. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/operations.py +0 -0
  183. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/__init__.py +0 -0
  184. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/input_handler.py +0 -0
  185. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/operations.py +0 -0
  186. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/process_function.py +0 -0
  187. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/runtime_context.py +0 -0
  188. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/process/timerservice_impl.py +0 -0
  189. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/timerservice.py +0 -0
  190. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/window/__init__.py +0 -0
  191. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/window/merging_window_set.py +0 -0
  192. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/datastream/window/window_operator.py +0 -0
  193. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/__init__.py +0 -0
  194. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/java_utils.py +0 -0
  195. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/operation_utils.py +0 -0
  196. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/operations.py +0 -0
  197. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/embedded/state_impl.py +0 -0
  198. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/flink_fn_execution_pb2.py +0 -0
  199. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/formats/__init__.py +0 -0
  200. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/formats/avro.py +0 -0
  201. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/internal_state.py +0 -0
  202. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/__init__.py +0 -0
  203. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/__init__.py +0 -0
  204. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/counter_impl.py +0 -0
  205. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/distribution_impl.py +0 -0
  206. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/meter_impl.py +0 -0
  207. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/embedded/metric_impl.py +0 -0
  208. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/__init__.py +0 -0
  209. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/counter_impl.py +0 -0
  210. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/distribution_impl.py +0 -0
  211. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/meter_impl.py +0 -0
  212. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/metrics/process/metric_impl.py +0 -0
  213. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/pickle.py +0 -0
  214. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/profiler.py +0 -0
  215. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/state_impl.py +0 -0
  216. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/stream_fast.pxd +0 -0
  217. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/stream_fast.pyx +0 -0
  218. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/stream_slow.py +0 -0
  219. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/__init__.py +0 -0
  220. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/aggregate_fast.pxd +0 -0
  221. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/aggregate_fast.pyx +0 -0
  222. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/aggregate_slow.py +0 -0
  223. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/operations.py +0 -0
  224. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/state_data_view.py +0 -0
  225. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_aggregate_fast.pxd +0 -0
  226. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_aggregate_fast.pyx +0 -0
  227. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_aggregate_slow.py +0 -0
  228. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_assigner.py +0 -0
  229. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_context.py +0 -0
  230. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_process_function.py +0 -0
  231. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/table/window_trigger.py +0 -0
  232. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/utils/__init__.py +0 -0
  233. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/fn_execution/utils/operation_utils.py +0 -0
  234. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/java_gateway.py +0 -0
  235. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/metrics/__init__.py +0 -0
  236. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/metrics/metricbase.py +0 -0
  237. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/pyflink_callback_server.py +0 -0
  238. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/pyflink_gateway_server.py +0 -0
  239. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/serializers.py +0 -0
  240. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/shell.py +0 -0
  241. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/__init__.py +0 -0
  242. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/catalog.py +0 -0
  243. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/changelog_mode.py +0 -0
  244. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/data_view.py +0 -0
  245. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/descriptors.py +0 -0
  246. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/environment_settings.py +0 -0
  247. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/explain_detail.py +0 -0
  248. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/functions.py +0 -0
  249. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/module.py +0 -0
  250. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/result_kind.py +0 -0
  251. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/schema.py +0 -0
  252. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/serializers.py +0 -0
  253. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/sql_dialect.py +0 -0
  254. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/statement_set.py +0 -0
  255. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/table.py +0 -0
  256. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/table_descriptor.py +0 -0
  257. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/table_result.py +0 -0
  258. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/table_schema.py +0 -0
  259. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/types.py +0 -0
  260. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/udf.py +0 -0
  261. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/utils.py +0 -0
  262. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/table/window.py +0 -0
  263. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/testing/__init__.py +0 -0
  264. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/testing/source_sink_utils.py +0 -0
  265. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/testing/test_case_utils.py +0 -0
  266. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/util/__init__.py +0 -0
  267. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/util/exceptions.py +0 -0
  268. {apache-flink-2.0.0 → apache_flink-2.0.2}/pyflink/util/java_utils.py +0 -0
  269. {apache-flink-2.0.0 → apache_flink-2.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: apache-flink
3
- Version: 2.0.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
1
+ Metadata-Version: 2.4
2
2
  Name: apache-flink
3
- Version: 2.0.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
@@ -8,11 +8,12 @@ fastavro!=1.8.0,>=1.1.0
8
8
  requests>=2.26.0
9
9
  protobuf>=3.19.0
10
10
  numpy>=1.22.4
11
- pandas>=1.3.0
12
- pyarrow>=5.0.0
11
+ pandas<2.3,>=1.3.0
12
+ pyarrow<21.0.0,>=5.0.0
13
13
  httplib2>=0.19.0
14
14
  ruamel.yaml>=0.18.4
15
- apache-flink-libraries<2.0.1,>=2.0.0
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.4.1
19
+ pemja<0.5.8,>=0.5.7
@@ -69,18 +69,20 @@ class Configuration:
69
69
  jars_key = jvm.org.apache.flink.configuration.PipelineOptions.JARS.key()
70
70
  classpaths_key = jvm.org.apache.flink.configuration.PipelineOptions.CLASSPATHS.key()
71
71
  if key in [jars_key, classpaths_key]:
72
- jar_urls = Configuration.parse_jars_value(value, jvm)
72
+ jar_urls = Configuration.parse_list_value(value)
73
73
  add_jars_to_context_class_loader(jar_urls)
74
74
  self._j_configuration.setString(key, value)
75
75
  return self
76
76
 
77
77
  @staticmethod
78
- def parse_jars_value(value: str, jvm):
78
+ def parse_list_value(value: str):
79
+ if not value:
80
+ return []
79
81
  from ruamel.yaml import YAML
80
82
  yaml = YAML(typ='safe')
81
- jar_urls_list = yaml.load(value)
82
- if isinstance(jar_urls_list, list):
83
- return jar_urls_list
83
+ value_list = yaml.load(value)
84
+ if isinstance(value_list, list):
85
+ return value_list
84
86
  return value.split(";")
85
87
 
86
88
  def get_integer(self, key: str, default_value: int) -> int:
@@ -2806,7 +2806,7 @@ def _get_one_input_stream_operator(data_stream: DataStream,
2806
2806
  gateway.jvm.org.apache.flink.table.runtime.operators.window.CountWindow.Serializer()
2807
2807
  elif isinstance(window_serializer, GlobalWindowSerializer):
2808
2808
  j_namespace_serializer = \
2809
- gateway.jvm.org.apache.flink.streaming.api.windowing.windows.GlobalWindow \
2809
+ gateway.jvm.org.apache.flink.table.runtime.operators.window.GlobalWindow \
2810
2810
  .Serializer()
2811
2811
  else:
2812
2812
  j_namespace_serializer = \
@@ -566,11 +566,10 @@ class StreamExecutionEnvironment(object):
566
566
  jars_key = jvm.org.apache.flink.configuration.PipelineOptions.JARS.key()
567
567
  env_config = jvm.org.apache.flink.python.util.PythonConfigUtil \
568
568
  .getEnvironmentConfig(self._j_stream_execution_environment)
569
- old_jar_paths = env_config.getString(jars_key, None)
570
- joined_jars_path = ';'.join(jars_path)
571
- if old_jar_paths and old_jar_paths.strip():
572
- joined_jars_path = ';'.join([old_jar_paths, joined_jars_path])
573
- env_config.setString(jars_key, joined_jars_path)
569
+ old_jars_path = env_config.getString(jars_key, None)
570
+ old_jars_list = Configuration.parse_list_value(old_jars_path)
571
+ joined_jars_list = [*old_jars_list, *jars_path]
572
+ env_config.setString(jars_key, str(joined_jars_list))
574
573
 
575
574
  def add_classpaths(self, *classpaths: str):
576
575
  """
@@ -585,10 +584,9 @@ class StreamExecutionEnvironment(object):
585
584
  env_config = jvm.org.apache.flink.python.util.PythonConfigUtil \
586
585
  .getEnvironmentConfig(self._j_stream_execution_environment)
587
586
  old_classpaths = env_config.getString(classpaths_key, None)
588
- joined_classpaths = ';'.join(list(classpaths))
589
- if old_classpaths and old_classpaths.strip():
590
- joined_classpaths = ';'.join([old_classpaths, joined_classpaths])
591
- env_config.setString(classpaths_key, joined_classpaths)
587
+ old_classpaths_list = Configuration.parse_list_value(old_classpaths)
588
+ joined_classpaths_list = [*old_classpaths_list, *classpaths]
589
+ env_config.setString(classpaths_key, str(joined_classpaths_list))
592
590
 
593
591
  def get_default_local_parallelism(self) -> int:
594
592
  """