Skip to content

Commit 05f84c8

Browse files
StefanSteinerStefan Steiner
andauthored
Update samples for the December 2025 Public Hyper API release (#116)
Co-authored-by: Stefan Steiner <ssteiner@salesforce.com>
1 parent 08b8223 commit 05f84c8

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Tableau-Supported/CPP/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# cmake --build .
1919
# ctest
2020

21-
cmake_minimum_required(VERSION 3.1)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
# If CMAKE_PREFIX_PATH is not specified, provide a convenient default, so that the `find_package()` below can find
2424
# the Hyper API. This default assumes this `CMakeLists.txt` to be in its original location under `examples/`.

Tableau-Supported/CPP/insert_data_with_expressions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <hyperapi/hyperapi.hpp>
88
#include <iostream>
99
#include <string>
10-
#include <unordered_set>
1110

1211
// The table is called "Extract" and will be created in the "Extract" schema.
1312
// This has historically been the default table name and schema for extracts created by Tableau.

Tableau-Supported/CPP/insert_geospatial_data_to_a_hyper_file.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <hyperapi/hyperapi.hpp>
88
#include <iostream>
99
#include <string>
10-
#include <unordered_set>
1110

1211
// The table is called "Extract" and will be created in the "Extract" schema.
1312
// This has historically been the default table name and schema for extracts created by Tableau.

0 commit comments

Comments
 (0)