Skip to content

Commit 24551f4

Browse files
Update comment
Signed-off-by: TomSteenbergen <tomsteenbergen1995@gmail.com>
1 parent b0bb799 commit 24551f4

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/infra/online_stores/contrib

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/online_stores/contrib/postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def online_write_batch(
117117
"""
118118
).format(sql.Identifier(_table_id(config.project, table)))
119119

120-
# Push data in batches to online store
120+
# Push data into the online store
121121
with self._get_conn(config) as conn, conn.cursor() as cur:
122122
cur.executemany(sql_query, insert_values)
123123
conn.commit()

0 commit comments

Comments
 (0)