Skip to content

Commit

Permalink
fix: string and binary type
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jan 16, 2024
1 parent 4d12fed commit 5a43bf9
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 74 deletions.
14 changes: 14 additions & 0 deletions python/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
databend-udf = {file = "."}

[dev-packages]
flake8 = "*"
black = "*"

[requires]
python_version = "3.12"
212 changes: 212 additions & 0 deletions python/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a43bf9

Please sign in to comment.