This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-state-materialization
in repository https://gitbox.apache.org/repos/asf/texera.git
from 9053541124 test(pyamber): guard StorageConfig init in
state-materialization e2e
add c58941e1cc fix: close tmp fs and evict udf modules on
ExecutorManager.close() (#5046)
add 30b666eacd fix: assert equal-length worker lists in OneToOne
ChannelConfig (#5031)
add 87eb240ad1 fix: reject non-standard Int bit-widths in ArrowUtils
(#5030)
add bb6b52ba74 fix: reset iteration cursor in OneOnEach.initialize (#5028)
add ac55403592 fix: require non-null decodingMethod in
URLFetcherOpDesc.sourceSchema (#5048)
new af57f2fd83 Merge branch 'main' into xinyuan-state-materialization
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/architecture/managers/executor_manager.py | 16 ++++++++-
.../deploysemantics/deploystrategy/OneOnEach.scala | 1 +
.../scheduling/config/ChannelConfig.scala | 5 +++
.../architecture/managers/test_executor_manager.py | 40 +++++++++++++--------
.../deploystrategy/DeployStrategiesSpec.scala | 10 ++----
.../scheduling/config/ChannelConfigSpec.scala | 41 +++++++++++-----------
.../org/apache/texera/amber/util/ArrowUtils.scala | 14 ++++++--
.../apache/texera/amber/util/ArrowUtilsSpec.scala | 18 +++++-----
.../operator/source/fetcher/URLFetcherOpDesc.scala | 4 +++
.../source/fetcher/URLFetcherOpDescSpec.scala | 17 +++++----
.../source/fetcher/URLFetcherOpExecSpec.scala | 3 --
11 files changed, 104 insertions(+), 65 deletions(-)