This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch
backport/7247-count-the-worker-slice-from-the-offset-n-v1.2
in repository https://gitbox.apache.org/repos/asf/texera.git
from 03d4cf1190 Merge branch 'release/v1.2' into
backport/7247-count-the-worker-slice-from-the-offset-n-v1.2
add 9ead9e9b45 fix(deps, ci, v1.2): refresh expired and expiring action
pins (#7581)
add 80de40f1b3 fix(workflow-operator, v1.2): File Scan operator using
offset with an empty limit emits no rows (#7530)
add 8d50da768d Merge branch 'release/v1.2' into
backport/7247-count-the-worker-slice-from-the-offset-n-v1.2
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-and-push-images.yml | 28 +--
.github/workflows/build.yml | 6 +-
.../operator/source/scan/file/FileScanUtils.scala | 13 +-
.../source/scan/file/FileScanOpDescSpec.scala | 26 +++
.../scan/file/FileScanSourceOpDescSpec.scala | 21 ++
.../source/scan/file/FileScanUtilsSpec.scala | 243 +++++++++++++++++++++
6 files changed, 313 insertions(+), 24 deletions(-)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/scan/file/FileScanUtilsSpec.scala