This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch
backport/7378-update-dependency-nx-to-v23-0-2-v1.2
in repository https://gitbox.apache.org/repos/asf/texera.git
from 275c3ef1ac fix(deps, frontend, v1.2): resolve backport conflicts for
nx 23.0.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 4e22ea0947 Merge branch 'release/v1.2' into
backport/7378-update-dependency-nx-to-v23-0-2-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