This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 3087334efe test(frontend): add unit tests for storage util (#6620)
add 6ca04dd87e test(frontend): add unit tests for url util (#6626)
add ea3bae8691 test(frontend): add unit tests for isDefined predicate
(#6628)
add 85e091a1d1 test(pyamber): add unit tests for arrow_schema_utils (#6639)
No new revisions were added by this update.
Summary of changes:
.../core/models/schema/test_arrow_schema_utils.py | 156 +++++++++++++++++++++
frontend/src/app/common/util/predicate.spec.ts | 59 ++++++++
frontend/src/app/common/util/url.spec.ts | 79 +++++++++++
3 files changed, 294 insertions(+)
create mode 100644
amber/src/test/python/core/models/schema/test_arrow_schema_utils.py
create mode 100644 frontend/src/app/common/util/predicate.spec.ts
create mode 100644 frontend/src/app/common/util/url.spec.ts