Guy Lichtman

Results 5 issues of Guy Lichtman

From looking at the code and if I understand correctly the whois package being used is: https://pypi.org/project/whois . This is an old package and from the tests I did it...

In the documentation (at -dbPath option) it states that the current working directory of dynamo-local is: `/node_modules/serverless-dynamodb-local/dynamodb` In my env I see that the directory is: `/node_modules/dynamodb-localhost/dynamodb/bin` I am not...

By design the default global role is created to maintain backwards compatibility. If all functions in the project use a per-function role and the default role is not being used...

enhancement

When running the following statements: * `false && true.exists_one(i, false)` * `true || true.exists_one(i, false)` I get the following error: `TypeError: 'BoolType' object is not iterable` According to the CELspec:...

### LanceDB version 0.21.1 ### What happened? I am getting the following error: ``` RuntimeError: lance error: LanceError(IO): Arrow error: Invalid argument error: column types must match schema types ```...

bug