Skip to content

Commit

Permalink
Merge pull request #53 from carlopi/yyjson_upstream
Browse files Browse the repository at this point in the history
Remove yyjson library, now supported upstream, and bump to main
  • Loading branch information
samansmink committed May 17, 2024
2 parents 02171d5 + 092665c commit fe04716
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 17,402 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@v0.10.1
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@main
with:
extension_name: iceberg
duckdb_version: main
Expand All @@ -23,7 +23,7 @@ jobs:
duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/duckdb/.github/workflows/_extension_deploy.yml@v0.10.1
uses: duckdb/duckdb/.github/workflows/_extension_deploy.yml@main
secrets: inherit
with:
extension_name: iceberg
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ set(EXTENSION_SOURCES
src/common/iceberg.cpp
src/iceberg_functions/iceberg_snapshots.cpp
src/iceberg_functions/iceberg_scan.cpp
src/iceberg_functions/iceberg_metadata.cpp
src/yyjson/yyjson.cpp)
src/iceberg_functions/iceberg_metadata.cpp)

add_library(${EXTENSION_NAME} STATIC ${EXTENSION_SOURCES})

Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 1328 files
2 changes: 2 additions & 0 deletions src/include/iceberg_metadata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "yyjson.hpp"
#include "iceberg_types.hpp"

using namespace duckdb_yyjson;

namespace duckdb {

struct IcebergColumnDefinition {
Expand Down
2 changes: 2 additions & 0 deletions src/include/iceberg_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "iceberg_types.hpp"
#include "yyjson.hpp"

using namespace duckdb_yyjson;

namespace duckdb {

class IcebergUtils {
Expand Down
Loading

0 comments on commit fe04716

Please sign in to comment.