Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/sql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e3bd2f555a75309e36516749d0f521fe05bd95f2
Choose a base ref
..
head repository: opensearch-project/sql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4bf8e64abc987553b5e1f9cf7d1aff8624f82419
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 plugin/src/main/java/org/opensearch/sql/plugin/model/CreateDataSourceActionResponse.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package org.opensearch.sql.plugin.model;/*
/*
*
* * Copyright OpenSearch Contributors
* * SPDX-License-Identifier: Apache-2.0
*
*/

package org.opensearch.sql.plugin.model;

import java.io.IOException;
import lombok.Getter;