Mandukhai Alimaa

Results 8 issues of Mandukhai Alimaa

I've successfully created comprehensive unit tests for the sandbox API with 3 test files containing 1,294 lines of test code covering: Test Coverage Created: api_test.go (459 lines) - SandboxMeta string...

I want to add unit test for a sandbox API. The directory to be examined is /src/worker/sandbox and put the test within the package.

In scripts/boss_test.py, add a function test_cron_trigger that tests the cron trigger by: Creating a lambda function f.py that appends the string "cron invoked" to /tmp/cron_test_output.txt and ol.yaml that has a...

When passing float64 values as query parameters, they are incorrectly mapped to SqlFloat instead of SqlDouble, causing precision loss and overflow/underflow issues. https://github.com/databricks/databricks-sql-go/blob/main/parameters.go#L151

ColumnType.Nullable() not supported, so users cannot rely on the standard Go database/sql API to determine column nullability.

Currently, the Go Trino client Config struct supports various authentication methods, including access tokens and Kerberos, but does not provide fields for username and password.

Currently, when passing arguments to queries using the Go Trino client, it is not possible to pass float32, float64, and byte. Currently, this limitation requires workarounds like converting floats to...