This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-loop-feb
in repository https://gitbox.apache.org/repos/asf/texera.git
from f09c9e368d update
add 98cf478c0a feat(ci): set TEXERA_SERVICE_LOG_LEVEL to ERROR for docker
compose tarball in release candidate CI (#4256)
add c1bb23094a feat: add a new radar chart operator (#4248)
add 206f3f3dcf fix(docker-compose): improve the startup banner (#4260)
add ac909a07dc fix(operator): correct regex escaping in WordCloud operator
(#4261)
add 34af5f7d22 fix(helm): align the header name specified in the envoy
gateway with the header definition in AccessControService (#4254)
add 4504e281c2 Merge branch 'main' into xiaozhen-sync-region-kill
add 64e2ddad58 Merge branch 'xiaozhen-sync-region-kill' into
xinyuan-loop-feb
No new revisions were added by this update.
Summary of changes:
.github/workflows/create-release-candidate.yml | 5 +
bin/k8s/templates/gateway-security-policy.yaml | 2 +-
bin/single-node/docker-compose.yml | 2 +-
.../apache/texera/amber/operator/LogicalOp.scala | 2 +
.../RadarChartOpDesc.scala} | 126 ++++++++++++---------
.../visualization/wordCloud/WordCloudOpDesc.scala | 3 +-
.../wordCloud/WordCloudOpDescSpec.scala | 57 ++++++++++
frontend/src/assets/operator_images/RadarChart.png | Bin 0 -> 171348 bytes
8 files changed, 139 insertions(+), 58 deletions(-)
copy
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/{rangeSlider/RangeSliderOpDesc.scala
=> radarChart/RadarChartOpDesc.scala} (54%)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/wordCloud/WordCloudOpDescSpec.scala
create mode 100644 frontend/src/assets/operator_images/RadarChart.png