Skip to content

Commit 7f2f4fb

Browse files
Update UDF supported version to 0.2
1 parent ab4dcb7 commit 7f2f4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jogasaki/executor/function/udf_functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ using jogasaki::executor::expr::error_kind;
107107
namespace {
108108

109109
constexpr std::size_t SUPPORTED_MAJOR = 0;
110-
constexpr std::size_t SUPPORTED_MINOR = 1;
110+
constexpr std::size_t SUPPORTED_MINOR = 2;
111111

112112
std::unordered_map<std::string_view, std::size_t> const& nested_type_map() {
113113
static const std::unordered_map<std::string_view, std::size_t> map{

0 commit comments

Comments
 (0)