Adam Seering

Results 27 comments of Adam Seering

It sounds like this is (or should be) currently blocked on https://github.com/iodide-project/pyodide/pull/594 ? (Seems reasonable to me, just making sure it's clear to us and to anyone else who comes...

Yeah, it's broken again. Actually, the command in question is something like `$(CXX) -o src/main.bc (...)`. So I think `CXX` is resolving to nothing, so make sees a command starting...

I'm seeing high CPU utilization as well: ![image1](https://user-images.githubusercontent.com/363982/200050998-37f7ac5c-6335-474e-9ea3-6c527cc0611a.png) I'm dedupe'ing a 7200rpm SATA hard drive (not an SSD). I/O throughput varies a bunch but is on the order of 100kb/sec....

I'm excited about this Py3 support, thanks for putting it together! Is there anything that I or others could do to contribute / help it along? There's an ask for...

This bug also recently popped up on the user forums: https://community.vertica.com/vertica/topics/error_3399_failure_in_udx_rpc_call_invokesetupudl_timed_out_in_receiving_a_udx_message?utm_content=reply_link&utm_medium=email&utm_source=reply_notification

The underlying issue here is that UDx calls can't block indefinitely. Most likely SQLExecDirect() is taking a very long time to return, and the function call is timing out. Unfortunately,...

Incidentally, in the absence of a general fix, workarounds are discussed at the above forum post.

Thanks for your contribution! This looks like a really useful addition. Have you sent in an appropriate CLA? (We require a contributor's license agreement for new code; our lawyers insist;...

Hm... Whoops. That's definitely a bug in the code. Try setting "output_rows=true" as a PARAMETERS argument to the heat_map_image() function. Alternatively, the latest commit to this repository should fix this....

If you look in the "examples/" directory of the project, you'll see a .sql file that includes example queries for each of these functions. You can follow those examples in...