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

mengw15 pushed a change to branch meng-fix-single-node-sql-path
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 932b72f5d9 Merge branch 'main' into meng-fix-single-node-sql-path
     add ea1e9d1237 fix(helm): Add `AUTH_JWT_SECRET` to `values.yaml` (#4388)
     add d547c76e07 feat: add File Scan From Input operator (#4369)
     add 231bdb2a24 Merge branch 'main' into meng-fix-single-node-sql-path

No new revisions were added by this update.

Summary of changes:
 .../access-control-service-deployment.yaml         |   4 +
 bin/k8s/values.yaml                                |   3 +
 .../apache/texera/amber/operator/LogicalOp.scala   |   3 +-
 .../FileScanOpDesc.scala}                          |  48 ++++-----
 .../scan/file/FileScanOpExec.scala}                |  44 ++++----
 .../scan/{ => file}/FileScanSourceOpDesc.scala     |   5 +-
 .../file/FileScanSourceOpExec.scala}               |  36 +++----
 .../FileScanUtils.scala}                           | 120 +++++++++++++--------
 .../source/scan/file/FileScanOpDescSpec.scala      |  99 +++++++++++++++++
 .../{text => file}/FileScanSourceOpDescSpec.scala  |   9 +-
 .../scan/{ => file}/FileScanSourceOpExecSpec.scala |   3 +-
 .../operator-property-edit-frame.component.ts      |  16 +++
 .../{CSVFileScan.png => FileScanOp.png}            | Bin
 13 files changed, 265 insertions(+), 125 deletions(-)
 copy 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/scan/{FileScanSourceOpDesc.scala
 => file/FileScanOpDesc.scala} (66%)
 copy 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/{split/SplitOpExec.scala
 => source/scan/file/FileScanOpExec.scala} (58%)
 rename 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/scan/{
 => file}/FileScanSourceOpDesc.scala (93%)
 copy 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/{fetcher/URLFetcherOpExec.scala
 => scan/file/FileScanSourceOpExec.scala} (55%)
 rename 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/scan/{FileScanSourceOpExec.scala
 => file/FileScanUtils.scala} (54%)
 create mode 100644 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/scan/file/FileScanOpDescSpec.scala
 rename 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/scan/{text
 => file}/FileScanSourceOpDescSpec.scala (97%)
 rename 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/scan/{
 => file}/FileScanSourceOpExecSpec.scala (97%)
 copy frontend/src/assets/operator_images/{CSVFileScan.png => FileScanOp.png} 
(100%)
 mode change 100755 => 100644

Reply via email to