File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ydb/public/lib/ydb_cli/commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ int TCommandDescribe::DescribeView(const TDriver& driver) {
620
620
}
621
621
622
622
int TCommandDescribe::PrintExternalDataSourceResponsePretty (const NYdb::NTable::TExternalDataSourceDescription& description) const {
623
- Cout << " \n Properties: \n " << " to be done... " << Endl;
623
+ // to do
624
624
return EXIT_SUCCESS;
625
625
}
626
626
@@ -635,7 +635,7 @@ int TCommandDescribe::DescribeExternalDataSource(const TDriver& driver) {
635
635
}
636
636
637
637
int TCommandDescribe::PrintExternalTableResponsePretty (const NYdb::NTable::TExternalTableDescription& description) const {
638
- Cout << " \n Properties: \n " << " to be done... " << Endl;
638
+ // to do
639
639
return EXIT_SUCCESS;
640
640
}
641
641
You can’t perform that action at this time.
0 commit comments