File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/integrations/data-ingestion/data-formats Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ INTO OUTFILE 'export.arrow'
102
102
FORMAT Arrow
103
103
```
104
104
105
- Also, check [ data types matching] ( /interfaces/formats/Arrow#data-type-mapping ) to know if any should be converted manually.
105
+ Also, check [ data types matching] ( /interfaces/formats/Arrow#data-types-matching ) to know if any should be converted manually.
106
106
107
107
### Arrow data streaming {#arrow-data-streaming}
108
108
Original file line number Diff line number Diff line change 10
10
if [[ " $OSTYPE " == " darwin" * ]]; then
11
11
# macOS
12
12
sed -i ' ' ' s|(../../quick-start\.mdx)|(/get-started/quick-start)|g' docs/operations/utilities/clickhouse-local.md
13
- sed -i ' s/{#data-types-matching}/{#data-type-mapping}/g' docs/interfaces/formats/Avro/Avro.md
13
+ sed -i ' ' ' s/{#data-types-matching}/{#data-type-mapping}/g' docs/interfaces/formats/Avro/Avro.md
14
14
else
15
15
# Linux
16
16
sed -i ' s|(../../quick-start\.mdx)|(/get-started/quick-start)|g' docs/operations/utilities/clickhouse-local.md
You can’t perform that action at this time.
0 commit comments