Skip to content

Commit d3f9b81

Browse files
committed
feat: Implement JSON serialization for REST Catalog API types
1 parent 2728fc7 commit d3f9b81

File tree

5 files changed

+1269
-2
lines changed

5 files changed

+1269
-2
lines changed

src/iceberg/catalog/rest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
set(ICEBERG_REST_SOURCES rest_catalog.cc)
18+
set(ICEBERG_REST_SOURCES rest_catalog.cc json_internal.cc)
1919

2020
set(ICEBERG_REST_STATIC_BUILD_INTERFACE_LIBS)
2121
set(ICEBERG_REST_SHARED_BUILD_INTERFACE_LIBS)

0 commit comments

Comments
 (0)