chl-wxp commented on code in PR #10657:
URL: https://github.com/apache/seatunnel/pull/10657#discussion_r3031185141
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/metadata/exception/MetaDataProviderException.java:
##########
@@ -15,29 +15,29 @@
* limitations under the License.
*/
-package org.apache.seatunnel.api.datasource.exception;
+package org.apache.seatunnel.api.metadata.exception;
import org.apache.seatunnel.api.common.SeaTunnelAPIErrorCode;
import org.apache.seatunnel.common.exception.SeaTunnelRuntimeException;
-/** A DataSourceProvider-related, runtime exception. */
-public class DataSourceProviderException extends SeaTunnelRuntimeException {
+/** A MetaDataProvider-related, runtime exception. */
+public class MetaDataProviderException extends SeaTunnelRuntimeException {
Review Comment:
> MetaData -> Metadata
renamed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]