Paul Lam
Paul Lam
Sounds good to me. Will start looking into it
does the same query work if the source tap is textline? Let's figure out if it's the hbase tap or the query causing the problem.
travis has 30 min limit for test run, it's not finishing under default already...
@awni this would save a few months of our development time at least. Thanks for your team's work! Our use case is a social welfare co-pilot app for frontline social...
The issue seem to be that the URL is parsed, then rebuilt, and on rebuild step, goog.Uri can't encode the path (there's only decode option). Any particular reason why the...
I released a separate library to do this. https://github.com/Motiva-AI/pipeline-transit/blob/master/src/pipeline_transit/core.clj I'm not sure if this feature should go into this library though. Not everyone needs to use transit with time-literals and...
We've been using the classic token as that's what's been working. Until when it's not. Thinking newer = better, I gave the newer, fine-grained token another shot. Unfortunately, it falls...
This looks like the code in question, https://github.com/awslabs/amazon-sqs-java-extended-client-lib/blob/2568cec815a842593a6cb3d837a24f957c4437ff/src/main/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClient.java#L552 what if we try to delete the message first before deleting the s3 payload? @adam-aws
@kevincolyar I'm thinking that the two builds are compiling to the same output file. Can you please try naming the different builds to output to different js files and update...
@kyle-pena-nlp there are ser/de libraries for structured data like Protocol Buffer, Thrift, Avro to preserve types across systems. You can achieve this by implementing a Julia library for one of...