Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Apr 27, 2024
1 parent 37c6315 commit a0015a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/kqp/provider/yql_kikimr_datasink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ class TKikimrDataSink : public TDataProviderBase

auto valueType = settings.ValueType.IsValid()
? settings.ValueType.Cast()
: Build<TCoAtom>(ctx, node->Pos()).Value("bigint").Done();
: Build<TCoAtom>(ctx, node->Pos()).Value("int8").Done();

auto temporary = settings.Temporary.IsValid()
? settings.Temporary.Cast()
Expand Down

0 comments on commit a0015a2

Please sign in to comment.