Lee, DaeIn

Results 7 issues of Lee, DaeIn

IMHO, [some part must not be taken as case-sensitve](https://stackoverflow.com/a/42401652/4294737). I just noticed this while playing around with #33. I have reconfigured my [blog](https://lazyren.github.io/) setting to use lowercase for the hostname....

Hello, according to the [protocol documentation: primitive types](https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md#primitive-types), Delta Sharing supports 12 types of primitive type. short | 2-byte signed integer numbers. Range: -32768 to 32767 byte | 1-byte signed...

Hello, I am working on a standalone Delta Sharing server with S3 storage ATM. Below is the PySpark Script I've used to create & update table. ```python from pyspark.sql import...

## Enhancements - [x] #35 - [Post](https://lazyren.github.io/devlog/decorate-codeblock-scrollbar.html) - [x] #37 - [Post](https://lazyren.github.io/devlog/add-applause-button-for-jekyll-post.html) - [x] #38 - [Post](https://lazyren.github.io/devlog/adding-foldable-submenu-to-the-sidebar.html) - [x] #46 - [Post](https://lazyren.github.io/devlog/append-clap-count-to-the-post-list.html) - [x] #39 - [Post](https://lazyren.github.io/devlog/creating-tag-list-page.html) - [x] #40...

Enhancement

Unlike [Read Data From a Table](https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md#read-data-from-a-table), which can have body with version information, [Query Table Metadata](https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md#query-table-metadata) lacks ability to do so. Hence it will always return metadata of the latest...

When I set my config as below for the encryption and run the save command, ``` resurrect.state_manager.set_encryption({ enable = true, method = "age", private_key = wezterm.home_dir .. "/.config/age/wezterm-resurrect.txt", public_key =...

### What Operating System(s) are you seeing this problem on? macOS ### Which Wayland compositor or X11 Window manager(s) are you using? _No response_ ### WezTerm version 20251201-075747-d3b0fdad ### Did...

bug
needs:triage