Skip to content

Commit 1e27d71

Browse files
author
Ikko Eltociear Ashimine
authored
chore: update cast.rs (#17590)
bellow -> below
1 parent 680fbd4 commit 1e27d71

File tree

1 file changed

+1
-1
lines changed
  • src/query/storages/common/stage/src/read

1 file changed

+1
-1
lines changed

src/query/storages/common/stage/src/read/cast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub fn load_can_auto_cast_to(from_type: &DataType, to_type: &DataType) -> bool {
8484
(EmptyArray, Array(_)) => true,
8585
(_, Array(_)) | (Array(_), _) => false,
8686

87-
// ==== handle primary types at last, so the _ bellow only need to consider themselves.
87+
// ==== handle primary types at last, so the _ below only need to consider themselves.
8888
//
8989
// [specificity] binary to string return error if not utf8
9090
(Binary, String) => true,

0 commit comments

Comments
 (0)