Ashhar Hasan

Results 22 issues of Ashhar Hasan

With a connect schema like `SchemaBuilder.array(OPTIONAL_STRING_SCHEMA)`, the Parquet writer fails with the following stack trace. ``` [2020-06-25 01:05:36,483][ERROR][task-thread-prod-integration-s3-pq-ums-user-sink-7][runtime.WorkerSinkTask]-WorkerSinkTask{id=prod-integration-s3-pq-ums-user-sink-7} Task threw an uncaught and unrecoverable exception. Task is being killed and...

If the action is configured to install buildx by default using the input then docker buildx sets up docker build as an alias for buildx making all docker build calls...

### Behaviour #### Steps to reproduce this issue 1. Add a step to workflow which uses this action and run it on a self-hosted runner. 2. Once workflow finishes login...

The default editor for a given file extension is stored in a registry key: HKEY_CLASSES_ROOT/.txt/ShellNew/ItemName It was set to this on my system as a string value @%SystemRoot%\system32\notepad.exe,-470 See [this](http://stackoverflow.com/questions/18425465/enumerating-registry-values-in-go-golang)

enhancement

The client is based on Python DB-API so the usage is `cursor.execute(sql, params)`. We use `?` for params. So an example would look like: ```python cursor.execute("SELECT * FROM tbl WHERE...

documentation
good first issue

Amundsen's APIs (specifically metadataservice) might be a good idea to integrate as a backend since it abstracts the Atlas/Neo4J/other backends and will not depend on the schema of the backend...

enhancement

I'm working on adding support for more collection types to enable implementing https://github.com/beetbox/beets/issues/3549. I had a few questions around how should I do this? I see clear opportunity to DRY...

Fixes #258 Signed-off-by: Ashhar Hasan

## Release notes (x) This is not user-visible or docs only and no release notes are required.

cla-signed
no-release-notes

The test `BaseConnectorTest.testReadMetadataWithRelationsConcurrentModifications` fails flakily on BigQuery with occasional timeouts. We should identify what can be done to make the test more resilient. Current hypothesis is that due to lack...