Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jun 29, 2024
1 parent 98caec8 commit 1e9b391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When you have a query pattern across multiple numeric or short text columns or f

Often when I'm producing data that will be stored in Parquet I'd store the data using this ordering:

```
```sql
COPY (
select * from 'source.csv'
order by
Expand Down

0 comments on commit 1e9b391

Please sign in to comment.