Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
garenshi committed Jul 19, 2024
1 parent cf74b31 commit e8b10ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fe_plugins/auditloader/src/main/assembly/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ type=AUDIT
description=load audit log to olap load, and user can view the statistic of queries
version=1.0.0
java.version=1.8.0
classname=org.apache.doris.plugin.audit.AuditLoaderPlugin
classname=org.apache.doris.plugin.audit.custom.AuditLoaderPlugin
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

package org.apache.doris.plugin.audit;
package org.apache.doris.plugin.audit.custom;

import org.apache.doris.common.Config;
import org.apache.doris.catalog.Env;
Expand All @@ -26,6 +26,7 @@
import org.apache.doris.plugin.PluginInfo;

import com.google.common.collect.Queues;
import org.apache.doris.plugin.audit.AuditEvent;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

package org.apache.doris.plugin.audit;
package org.apache.doris.plugin.audit.custom;

import org.apache.doris.catalog.InternalSchema;

Expand Down

0 comments on commit e8b10ee

Please sign in to comment.