Skip to content

Commit

Permalink
Update stored plan serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Feb 28, 2024
1 parent 603b3b6 commit 0f66ff8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/include/duckdb/storage/serialization/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@
},
{
"class": "BoundLimitNode",
"includes": [
"duckdb/planner/bound_result_modifier.hpp"
],
"members": [
{
"id": 100,
Expand Down
1 change: 0 additions & 1 deletion src/storage/serialization/serialize_nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "duckdb/parser/query_node.hpp"
#include "duckdb/parser/result_modifier.hpp"
#include "duckdb/planner/bound_result_modifier.hpp"
#include "duckdb/planner/bound_result_modifier.hpp"
#include "duckdb/parser/expression/case_expression.hpp"
#include "duckdb/planner/expression/bound_case_expression.hpp"
#include "duckdb/parser/parsed_data/sample_options.hpp"
Expand Down
Binary file modified test/api/serialized_plans/serialized_plans.binary
Binary file not shown.

0 comments on commit 0f66ff8

Please sign in to comment.