Skip to content

Commit 6173e78

Browse files
committed
m
1 parent 19c0040 commit 6173e78

File tree

1 file changed

+3
-3
lines changed
  • firestore-bigquery-export/firestore-bigquery-change-tracker/src/bigquery

1 file changed

+3
-3
lines changed

firestore-bigquery-export/firestore-bigquery-change-tracker/src/bigquery/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class FirestoreBigQueryEventHistoryTracker implements FirestoreEventHisto
110110
}
111111

112112
/**
113-
* Creates the raw change log table if it it doesn't exist already.
113+
* Creates the raw change log table if it doesn't already exist.
114114
* TODO: Validate that the BigQuery schema is correct if the table does exist,
115115
*/
116116
async initializeRawChangeLogTable() {
@@ -135,8 +135,8 @@ export class FirestoreBigQueryEventHistoryTracker implements FirestoreEventHisto
135135
};
136136

137137
/**
138-
* Creates a view over the raw change log table that returns only latest operation of
139-
* all existing documents in the exported collection.
138+
* Creates the latest snapshot view, which returns only latest operations
139+
* of all existing documents over the raw change log table.
140140
*/
141141
async initializeLatestView() {
142142
const dataset = this.bq.dataset(this.config.datasetId);

0 commit comments

Comments
 (0)