Andrii Roiko
Andrii Roiko
Topological Data Analysis (http://brown.edu/Research/kalisnik/mapperPBG.pdf)
Привіт @hedrok, Знайшов трошки невеличких помилок. Вдячний за поради в https://github.com/progit/progit2-uk/pull/198. Хотів запитати, яким чином відбувається застосування змін? [На сайті](https://git-scm.com/book/uk/v2/Git-%D0%B7%D1%81%D0%B5%D1%80%D0%B5%D0%B4%D0%B8%D0%BD%D0%B8-%D0%9E%D0%B1%E2%80%99%D1%94%D0%BA%D1%82%D0%B8-Git) змін не видно. Дякую!
### Describe the bug I was using `wr.s3.download` on 2GiB memory VM and noticed that when I download a 1006 MiB GZIP file from S3 it allocates ~2295 MiB in...
It's not an issue of this project but of the underlying dependency - `simple_ddl_parser` (https://github.com/xnuinside/simple-ddl-parser) It does not have support of DDLs generated by AWS Athena ([SHOW CREATE TABLE](https://docs.aws.amazon.com/athena/latest/ug/show-create-table.html)). Using...
Would you mind if I add AWS Athena as a separate possible Import format? I want to have something in a pocket, so when Bitol RFC-0007 will be confirmed I...
Is there any type hinting style in `datacontract-cli`? What do you think about usage of type hinting libraries/checkers in the CI of this repo? `mypy`? Data contract specification module is...
I don't have an access to any BigQuery table in my pocket but I am almost sure `bigquery` table filtering does not work because of this line: https://github.com/datacontract/datacontract-cli/blob/ee32b102eea279d1da420eb377dd0c99fb8a24fb/datacontract/imports/bigquery_importer.py#L19 It should...