Vince Gonzalez

Results 7 issues of Vince Gonzalez

Rather than take a formatted date and convert it back to millis or seconds since epoch, it is handy sometimes to just generate the millis since epoch timestamp.

Top 10 most expensive queries by estimated on-demand cost. Also updated README.

Unsure if I'm doing something wrong here. I want to deserialize Avro to a Json string. I've boiled my issue down to the following: ``` public static void main(String[] args)...

avro

Fix #242 Change URL for repo.maven.apache.org to https, add annotationProcessor to BigQueryWorkloadTester/build.gradle

Fixes #244 Read all lines in the query file, and join them to create a single query or script.

WorkloadSettings.readQueries assumes one line per query in queryFiles, but this breaks when there's a multi-line query in a query file. An example query that causes the workload tester to fail,...

After a `git clone` build with gradle 5.6.3 fails: ``` $ gradle clean :BigQueryWorkloadTester:build > Task :BigQueryWorkloadTester:compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed...