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'
102102FORMAT Arrow
103103```
104104
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.
106106
107107### Arrow data streaming {#arrow-data-streaming}
108108
Original file line number Diff line number Diff line change 1010if [[ " $OSTYPE " == " darwin" * ]]; then
1111 # macOS
1212 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
1414else
1515 # Linux
1616 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