Skip to content

Commit eebf4cd

Browse files
committed
chore: set protocol url docs
Signed-off-by: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com>
1 parent 774ffb9 commit eebf4cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/core/src/kernel/scalars.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ use percent_encoding_rfc3986::{utf8_percent_encode, AsciiSet, CONTROLS};
1313
#[cfg(any(test, feature = "integration_test"))]
1414
use serde_json::Value;
1515

16-
// ASCII set that needs to be encoded
16+
// ASCII set that needs to be encoded, derived from
17+
// PROTOCOL DOCS: https://github.com/delta-io/delta/blob/master/PROTOCOL.md#how-to-url-encode-keys-and-string-values
1718
const RFC3986_PART: &AsciiSet = &CONTROLS
1819
.add(b' ') // space
1920
.add(b'!')

0 commit comments

Comments
 (0)