Skip to content

Commit dd6a267

Browse files
committed
docs: Remove TODOs
1 parent cf21b1b commit dd6a267

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pages/data-migration/parquet.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ The syntax of the `LOAD PARQUET` clause is:
2828
LOAD PARQUET FROM <parquet-location> ( WITH CONFIG configs=configMap ) ? AS <variable-name>
2929
```
3030

31-
- TODO: (andi) config_map = {'aws_region': 'region', 'aws_access_key': 'acc_key', 'aws_secret_key': 'secret_key', 'aws_endpoint_url': 'endpoint_url'}
32-
- TODO: (andi) Disk?
33-
- TODO: (andi) Measure the effect of IN_MEMORY_ANALYTICAL
34-
- TODO: (andi) Measure and/or describe USING PERIODIC COMMIT IMPROVEMENTS
35-
- TODO: (andi) Describe how are null values handled
3631
- `<parquet-location>` is a string of the location of the Parquet file.<br/> Without a
3732
s3:// prefix, it refers to a path on the local and with s3:// prefix, it pulls the file with specified URI from the S3-compatible storage.
3833
There are no restrictions on where in

0 commit comments

Comments
 (0)