Skip to content

Commit d6931f7

Browse files
committed
fix
1 parent 83becc0 commit d6931f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/pipe/source/IoTDBConfigRegionSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ protected Optional<PipeWritePlanEvent> trimRealtimeEventByPrivilege(
255255
}
256256
if (!Boolean.FALSE.equals(isTableDatabasePlan)) {
257257
final Optional<ConfigPhysicalPlan> result =
258-
TABLE_PRIVILEGE_PARSE_VISITOR.process(plan, userName);
258+
TABLE_PRIVILEGE_PARSE_VISITOR.process(plan, userEntity);
259259
if (result.isPresent()) {
260260
return Optional.of(
261261
new PipeConfigRegionWritePlanEvent(result.get(), event.isGeneratedByPipe()));

0 commit comments

Comments
 (0)