TypeError no implicit conversion from nil to integer
[]=(/usr/local/bundle/gems/rb_snowflake_client-1.1.3/lib/ruby_snowflake/result.rb:19)
...
/usr/local/bundle/gems/rb_snowflake_client-1.1.3/lib/ruby_snowflake/client/threaded_in_memory_strategy.rb:35
...
I can't really see how we'd ever have a nil index. But maybe having the index not rely on the result of the future execution would be safer.
We're seeing this occasionally
I can't really see how we'd ever have a nil index. But maybe having the index not rely on the result of the future execution would be safer.