From bcfbd795a44ea3591a4d6ed1301e96f2401760bd Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 12 Apr 2023 21:31:55 -0700 Subject: [PATCH 1/2] fix web-console tests for release --- .../druid/segment/transform/ExpressionTransform.java | 2 +- .../header-bar/__snapshots__/header-bar.spec.tsx.snap | 2 +- .../__snapshots__/retention-dialog.spec.tsx.snap | 4 ++-- .../__snapshots__/execution-error-pane.spec.tsx.snap | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/processing/src/main/java/org/apache/druid/segment/transform/ExpressionTransform.java b/processing/src/main/java/org/apache/druid/segment/transform/ExpressionTransform.java index 98d2e54cb8c2..6ad37fec0500 100644 --- a/processing/src/main/java/org/apache/druid/segment/transform/ExpressionTransform.java +++ b/processing/src/main/java/org/apache/druid/segment/transform/ExpressionTransform.java @@ -10,7 +10,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an + * software distributedg under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations diff --git a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap index 8dd4084291bd..3e1dd2473ab0 100644 --- a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap +++ b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap @@ -329,7 +329,7 @@ exports[`HeaderBar matches snapshot 1`] = `

Druid uses rules to determine what data should be retained in the cluster. The rules are evaluated in order from top to bottom. For more information please refer to the - + diff --git a/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap b/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap index 04303c4a7684..f23e8b40fa29 100644 --- a/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap +++ b/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap @@ -10,21 +10,21 @@ exports[`ExecutionErrorPane matches snapshot 1`] = ` > TooManyWarnings - : + : Too many warnings of type CannotParseExternalData generated (max = 2)

- Failed task ID: + Failed task ID: - (on host: + (on host: @@ -32,7 +32,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = `
- Debug: + Debug: From bcbf8ac8a618348d6d6420a2a8decb3fe71210e1 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 12 Apr 2023 21:55:26 -0700 Subject: [PATCH 2/2] generate it --- .../druid/segment/transform/ExpressionTransform.java | 2 +- .../__snapshots__/retention-dialog.spec.tsx.snap | 2 +- .../__snapshots__/execution-error-pane.spec.tsx.snap | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/processing/src/main/java/org/apache/druid/segment/transform/ExpressionTransform.java b/processing/src/main/java/org/apache/druid/segment/transform/ExpressionTransform.java index 6ad37fec0500..98d2e54cb8c2 100644 --- a/processing/src/main/java/org/apache/druid/segment/transform/ExpressionTransform.java +++ b/processing/src/main/java/org/apache/druid/segment/transform/ExpressionTransform.java @@ -10,7 +10,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, - * software distributedg under the License is distributed on an + * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations diff --git a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap index 4923cd3446e6..9b14c369491d 100644 --- a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap +++ b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap @@ -62,7 +62,7 @@ exports[`RetentionDialog matches snapshot 1`] = ` >

Druid uses rules to determine what data should be retained in the cluster. The rules are evaluated in order from top to bottom. For more information please refer to the - + TooManyWarnings - : + : Too many warnings of type CannotParseExternalData generated (max = 2)

- Failed task ID: + Failed task ID: - (on host: + (on host: @@ -32,7 +32,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = `
- Debug: + Debug: