add dataname

This commit is contained in:
2026-02-10 16:14:27 +07:00
parent 5aab1d0c52
commit ebe049624a
2 changed files with 4 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ function smartsend(
type = type,
transport = "direct",
payload = payload_b64,
metadata = Dict("content_length" => payload_size, "format" => "arrow_ipc_stream")
metadata = Dict("dataname" => dataname, "content_length" => payload_size, "format" => "arrow_ipc_stream")
)
msg_json = envelope_to_json(env) # Convert envelope to JSON