Skip to content

Commit 00fbb6e

Browse files
RiteshKarki27stv0g
andcommitted
Update docs/node/nodes/delta_sharing.md
Co-authored-by: Steffen Vogel <[email protected]> Signed-off-by: RiteshKarki27 <[email protected]>
1 parent e3478c2 commit 00fbb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/node/nodes/delta_sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Supported Keys:
2323
## Behaviour
2424

2525
- On start, the node initializes a Delta Sharing Client from `profile_path` and lists available shares, schemas and tables.
26-
- For `op=read`, the node parses `table_path` populates cache from each file, loads the first file as an Arrow table. It then maps Arrow types to VILLASnode supported datatypes.
26+
- For `op = read`, the node parses `table_path` populates cache from each file, loads the first file as an Arrow table. It then maps Arrow types to VILLASnode supported datatypes.
2727
- For `op = write` the node constructs and in-memory Arrow `Table` from outgoing VILLASnode samples based on the supported signal types. Current implementation does not upload to a Delta Sharing server yet.
2828
- Supported datatypes for reading are DOUBLE, FLOAT, INT64, INT32. Others are classified as unsupported and filled with defaults.
2929

0 commit comments

Comments
 (0)