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 ff1c3a6 commit 6f409b8Copy full SHA for 6f409b8
ydb/core/kqp/ut/opt/kqp_not_null_ut.cpp
@@ -1653,6 +1653,8 @@ Y_UNIT_TEST_SUITE(KqpNotNullColumns) {
1653
}
1654
1655
1656
+#if 0
1657
+ // TODO: fix TxPlanSerializer with PG keys
1658
Y_UNIT_TEST(SecondaryIndexWithNotNullDataColumnPg) {
1659
auto settings = TKikimrSettings()
1660
.SetWithSampleTables(false)
@@ -1757,6 +1759,7 @@ Y_UNIT_TEST_SUITE(KqpNotNullColumns) {
1757
1759
result.GetIssues().ToString());
1758
1760
1761
1762
+#endif
1763
1764
Y_UNIT_TEST_TWIN(JoinBothTablesWithNotNullPk, StreamLookup) {
1765
NKikimrConfig::TAppConfig appConfig;
0 commit comments