We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53a41d commit 986ecffCopy full SHA for 986ecff
ydb/core/kqp/provider/yql_kikimr_exec.cpp
@@ -1519,7 +1519,7 @@ class TKiSinkCallableExecutionTransformer : public TAsyncCallbackTransformer<TKi
1519
for (const auto& indexSetting : listNode) {
1520
auto name = indexSetting.Name().Value();
1521
if (name == "indexName") {
1522
- alterIndex->set_name(indexSetting.Value().Cast<TCoAtom>().Value());
+ alterIndex->set_name(indexSetting.Value().Cast<TCoAtom>().StringValue());
1523
} else if (name == "tableSettings") {
1524
auto tableSettings = indexSetting.Value().Cast<TCoNameValueTupleList>();
1525
for (const auto& tableSetting : tableSettings) {
0 commit comments