Skip to content

Commit

Permalink
Allow extended attributes for the Changefeed consumers
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Zulin committed Jan 21, 2025
1 parent 171d793 commit 228e098
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
import java.util.stream.Stream;

import static com.google.common.base.Strings.isNullOrEmpty;
import static java.util.stream.Collectors.*;
import static java.util.stream.Collectors.toList;
import static java.util.stream.Collectors.toMap;
import static java.util.stream.Collectors.toSet;
import static lombok.AccessLevel.PRIVATE;
import static tech.ydb.core.StatusCode.SCHEME_ERROR;

Expand Down

0 comments on commit 228e098

Please sign in to comment.