You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (GetSettingValue("allow_experimental_geo_types") != "1") {
1071
-
GTEST_SKIP() << "Test is skipped because experimental geo types are not allowed. Set setting allow_experimental_geo_types = 1 in order to allow it." << std::endl;
1072
-
}
1073
-
1074
-
auto col = std::make_shared<ColumnPoint>();
1075
-
col->Append({1.0, 2.0});
1076
-
col->Append({0.1, 0.2});
1077
-
1078
-
auto result_typed = RoundtripColumnValues(*client_, col)->AsStrict<ColumnPoint>();
if (GetSettingValue("allow_experimental_geo_types") != "1") {
1084
-
GTEST_SKIP() << "Test is skipped because experimental geo types are not allowed. Set setting allow_experimental_geo_types = 1 in order to allow it." << std::endl;
if (GetSettingValue("allow_experimental_geo_types") != "1") {
1102
-
GTEST_SKIP() << "Test is skipped because experimental geo types are not allowed. Set setting allow_experimental_geo_types = 1 in order to allow it." << std::endl;
if (GetSettingValue("allow_experimental_geo_types") != "1") {
1122
-
GTEST_SKIP() << "Test is skipped because experimental geo types are not allowed. Set setting allow_experimental_geo_types = 1 in order to allow it." << std::endl;
1123
-
}
1124
-
1125
-
auto col = std::make_shared<ColumnMultiPolygon>();
0 commit comments