This is an automated email from the ASF dual-hosted git repository.

aglinxinyuan pushed a change to branch 
dependabot/npm_and_yarn/pyright-language-service/types/node-26.1.0
in repository https://gitbox.apache.org/repos/asf/texera.git


    from b69d620b39 chore(deps, pyright-language-service): bump @types/node
     add 7c135ee095 feat(workflow-operator): support COUNT(*) in the Aggregate 
operator (#5896)
     add e9b208ada3 feat(frontend): add task-aware field visibility and preview 
to HuggingFace property editor (#5568)
     new 1b04d8e4c8 Merge branch 'main' into 
dependabot/npm_and_yarn/pyright-language-service/types/node-26.1.0

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:
 .../amber/operator/aggregate/AggregateOpDesc.scala |   15 +-
 .../amber/operator/aggregate/AggregateOpExec.scala |   15 +-
 .../operator/aggregate/AggregationOperation.scala  |   35 +-
 .../huggingFace/codegen/ImageTaskCodegen.scala     |   24 +-
 .../operator/aggregate/AggregateOpDescSpec.scala   |   46 +-
 .../amber/operator/aggregate/AggregateOpSpec.scala |   59 +-
 .../operators/data-cleaning/aggregate/aggregate.md |    6 +-
 .../hugging-face-audio-upload.component.spec.ts    |   93 ++
 .../hugging-face-image-upload.component.spec.ts    |  460 ++++++++
 .../hugging-face/hugging-face.component.spec.ts    |  218 ++++
 .../operator-property-edit-frame.component.html    |   82 ++
 .../operator-property-edit-frame.component.scss    |  127 +++
 .../operator-property-edit-frame.component.spec.ts | 1206 +++++++++++++++++++-
 .../operator-property-edit-frame.component.ts      |  494 +++++++-
 .../mock-operator-metadata.data.ts                 |   31 +
 .../workflow-graph/model/mock-workflow-data.ts     |   11 +
 frontend/src/assets/sample-audio.wav               |  Bin 0 -> 170444 bytes
 frontend/src/assets/sample-video.mp4               |  Bin 0 -> 117816 bytes
 18 files changed, 2882 insertions(+), 40 deletions(-)
 create mode 100644 frontend/src/assets/sample-audio.wav
 create mode 100644 frontend/src/assets/sample-video.mp4

Reply via email to