tools/query_verification/src/main/java/com/google/bigquery/TeradataManager.java (3 lines): - line 154: // TODO Account for edge case where semicolon could be inside statement - line 248: // TODO Account for edge case where semicolon could be inside statement - line 299: // TODO Add support for Types.STRUCT tools/query_verification/src/main/java/com/google/bigquery/BigQueryManager.java (2 lines): - line 154: // TODO Account for edge case where semicolon could be inside statement - line 253: // TODO Account for edge case where semicolon could be inside statement tools/automatic_query_fixer/src/main/java/com/google/cloud/bigquery/utils/queryfixer/fixer/TableNotFoundFixer.java (2 lines): - line 60: // TODO: this could be user configurable in future. - line 118: // TODO: default dataset may be supported if we allow users to specify it in the query fixer's tools/automatic_query_fixer/src/main/java/com/google/cloud/bigquery/utils/queryfixer/fixer/FunctionNotFoundFixer.java (1 line): - line 37: // TODO: If the unrecognized function looks like a UDF (i.e. proj.dataset.function), then tools/automatic_query_fixer/src/main/java/com/google/cloud/bigquery/utils/queryfixer/fixer/ExpectKeywordButGotOthersFixer.java (1 line): - line 38: // TODO: it could be configured by users in future. tools/automatic_query_fixer/src/main/java/com/google/cloud/bigquery/utils/queryfixer/fixer/NearbyTokenFixer.java (1 line): - line 50: // TODO: it could be configured by users in future. tools/template_based_query_generation/src/main/java/parser/Utils.java (1 line): - line 461: * // TODO: factor out constants into config, do date generation, time, and timestamp generation tools/automatic_query_fixer/src/main/java/com/google/cloud/bigquery/utils/queryfixer/service/BigQueryService.java (1 line): - line 100: //TODO: Add a validate function to check if the BigQueryOption is valid.