Skip to content

Commit bf00c98

Browse files
Copilotybtsdst
andcommitted
revert: restore original logger in CloudSchemaChangeJobV2 (keep Javadoc only)
Co-authored-by: ybtsdst <3139535+ybtsdst@users.noreply.github.com>
1 parent 659eb4d commit bf00c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/fe-core/src/main/java/org/apache/doris/alter/CloudSchemaChangeJobV2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
* and clean up any partially created SchemaChangeJob records.
7979
*/
8080
public class CloudSchemaChangeJobV2 extends SchemaChangeJobV2 {
81-
private static final Logger LOG = LogManager.getLogger(CloudSchemaChangeJobV2.class);
81+
private static final Logger LOG = LogManager.getLogger(SchemaChangeJobV2.class);
8282

8383
/**
8484
* Creates a new CloudSchemaChangeJobV2 and binds it to the current compute group (cloud cluster).

0 commit comments

Comments
 (0)