Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 5b84251

Browse files
Updating the README.md file with the new return types for extract_table_from_file_name and extract_schema_from_file_name
1 parent 46085e3 commit 5b84251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ Currently relies on the fact that a table data file will be within a specified d
12061206
12071207
##### Returns
12081208
1209-
VARCHAR(512)
1209+
VARCHAR(64)
12101210
12111211
##### Example
12121212
```SQL
@@ -1233,7 +1233,7 @@ Useful for when interacting with Performance Schema data concerning IO statistic
12331233
12341234
##### Returns
12351235
1236-
VARCHAR(512)
1236+
VARCHAR(64)
12371237
12381238
##### Example
12391239
```SQL

0 commit comments

Comments
 (0)