Skip to content

Commit

Permalink
YT-22307: Drop include dependency client -on-> ytlib
Browse files Browse the repository at this point in the history
commit_hash:ccc25ebeed4973b3f8f133835e308fad69589169
  • Loading branch information
E1pp committed Oct 15, 2024
1 parent 29643c7 commit a9f26da
Show file tree
Hide file tree
Showing 10 changed files with 398 additions and 657 deletions.
2 changes: 1 addition & 1 deletion yt/yt/client/api/distributed_table_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "public.h"

#include <yt/yt/ytlib/table_client/table_upload_options.h>
#include <yt/yt/client/table_client/table_upload_options.h>

#include <yt/yt/client/chunk_client/public.h>

Expand Down
6 changes: 6 additions & 0 deletions yt/yt/client/chunk_client/public.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ YT_DEFINE_ERROR_ENUM(
((ForbiddenErasureCodec) (762))
);

DEFINE_ENUM(EUpdateMode,
((None) (0))
((Append) (1))
((Overwrite) (2))
);

using TChunkId = NObjectClient::TObjectId;
extern const TChunkId NullChunkId;

Expand Down
Loading

0 comments on commit a9f26da

Please sign in to comment.