Skip to content
Snippets Groups Projects

Master

Merged vas0259 requested to merge master into main
Viewing commit dc76d55e
Show latest version
2 files
+ 0
16
Preferences
Compare changes
Files
2
@@ -36,8 +36,6 @@ public class GithubFinder {
"and (sample_contents.content like '%select%from%' or sample_contents.content like '%create table%') order by repo_name limit " + batchSize + " offset " + (offset + (step * originalBatchSize)) +";";
}
System.out.println("BigQuery: " + phpFilesQuery);
QueryJobConfiguration queryConfig =
QueryJobConfiguration.newBuilder(phpFilesQuery).build();