Skip to content

Commit 0355923

Browse files
committed
feat: implement a udf to convert json into arrow struct
1 parent 3381859 commit 0355923

File tree

5 files changed

+145
-119
lines changed

5 files changed

+145
-119
lines changed

Cargo.lock

Lines changed: 1 addition & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ git = "https://github.com/GreptimeTeam/greptime-meter.git"
319319
rev = "5618e779cf2bb4755b499c630fba4c35e91898cb"
320320

321321
[patch.crates-io]
322-
<<<<<<< HEAD
323322
datafusion = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "78041eabebf014b8661f50d5ce8b3ae2f70105f7" }
324323
datafusion-common = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "78041eabebf014b8661f50d5ce8b3ae2f70105f7" }
325324
datafusion-expr = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "78041eabebf014b8661f50d5ce8b3ae2f70105f7" }
@@ -333,21 +332,6 @@ datafusion-datasource = { git = "https://github.com/GreptimeTeam/datafusion.git"
333332
datafusion-sql = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "78041eabebf014b8661f50d5ce8b3ae2f70105f7" }
334333
datafusion-substrait = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "78041eabebf014b8661f50d5ce8b3ae2f70105f7" }
335334
sqlparser = { git = "https://github.com/GreptimeTeam/sqlparser-rs.git", rev = "4b519a5caa95472cc3988f5556813a583dd35af1" } # branch = "v0.58.x"
336-
=======
337-
datafusion = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
338-
datafusion-common = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
339-
datafusion-expr = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
340-
datafusion-functions = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
341-
datafusion-functions-aggregate-common = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
342-
datafusion-optimizer = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
343-
datafusion-physical-expr = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
344-
datafusion-physical-expr-common = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
345-
datafusion-physical-plan = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
346-
datafusion-datasource = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
347-
datafusion-sql = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
348-
datafusion-substrait = { git = "https://github.com/GreptimeTeam/datafusion.git", rev = "fd4b2abcf3c3e43e94951bda452c9fd35243aab0" }
349-
sqlparser = { git = "https://github.com/GreptimeTeam/sqlparser-rs.git", rev = "4b519a5caa95472cc3988f5556813a583dd35af1" } # branch = "v0.58.x"
350-
>>>>>>> ecda88a419 (chore: update datafusion to 50)
351335

352336
[profile.release]
353337
debug = 1

0 commit comments

Comments
 (0)