Don Mitchell

Results 4 issues of Don Mitchell

Sometimes FB is responding with fewer than the submitted batch. I have been logging it for a while, and it seems to be a simple truncation. I've asked FB for...

``` ruby NoMethodError: undefined method `each' for nil:NilClass /usr/local/bundle/gems/redis-4.1.3/lib/redis.rb:2668:in `block in scan_each' /usr/local/bundle/gems/redis-4.1.3/lib/redis.rb:2666:in `loop' /usr/local/bundle/gems/redis-4.1.3/lib/redis.rb:2666:in `scan_each' test/common_test_methods.rb:539:in `block in purge_tasks' lib/v2/updates/redis_updates_processor.rb:15:in `block in with_redis' /usr/local/bundle/gems/redis-4.1.3/lib/redis.rb:2415:in `block in pipelined' /usr/local/bundle/gems/redis-4.1.3/lib/redis.rb:52:in `block...

to fix > 19:21:29,784 WARN Test worker Exposed:invoke:183 - Transaction attempt #0 failed: Data type not supported for binding: Object type: class java.lang.Byte.. Statement(s): null > net.snowflake.client.jdbc.SnowflakeSQLException: Data type not...

afaict, to use `exists` as a query (not a subquery), you need to not only wrap the query with `exists` but also call `.exists` on it to force the execution....