This is an automated email from the ASF dual-hosted git repository.
Xiao-zhen-Liu pushed a change to branch xinyuan-state-materialization
in repository https://gitbox.apache.org/repos/asf/texera.git
from d3bb7662f4 Merge branch 'main' into xinyuan-state-materialization
add 16d3c6a169 fix(lineChart): prevent NullPointerException when lines is
not configured (#4919)
add b9bbf0db79 fix: admin-adjustable max columns with a clear overflow
message (#4669)
new 3f586de0f1 Merge branch 'main' into xinyuan-state-materialization
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:
.../scala/org/apache/texera/dao/SiteSettings.scala | 57 +++++++++++
.../org/apache/texera/dao/SiteSettingsSpec.scala | 45 +++++++++
.../source/scan/csv/CSVScanSourceOpDesc.scala | 7 +-
.../source/scan/csv/CSVScanSourceOpExec.scala | 46 ++++++++-
.../visualization/lineChart/LineChartOpDesc.scala | 3 +-
.../source/scan/csv/CSVScanSourceOpExecSpec.scala | 110 +++++++++++++++++++++
.../lineChart/LineChartOpDescSpec.scala | 36 ++++---
.../texera/service/resource/DatasetResource.scala | 16 +--
.../admin/settings/admin-settings.component.html | 33 +++++++
.../admin/settings/admin-settings.component.ts | 37 ++++++-
.../result-table-frame.component.spec.ts | 19 ++--
11 files changed, 372 insertions(+), 37 deletions(-)
create mode 100644
common/dao/src/main/scala/org/apache/texera/dao/SiteSettings.scala
create mode 100644
common/dao/src/test/scala/org/apache/texera/dao/SiteSettingsSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/scan/csv/CSVScanSourceOpExecSpec.scala