Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: parsing zero value timestamp #1355

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
fix: lint issue
  • Loading branch information
alvarowolfx committed Apr 8, 2024
commit 3407efca7c03dafccf8eb0a3392e765247403e10
2 changes: 1 addition & 1 deletion test/bigquery.ts
Expand Up @@ -661,7 +661,7 @@ describe('BigQuery', () => {
],
};

let mergedRows = BigQuery.mergeSchemaWithRows_(
const mergedRows = BigQuery.mergeSchemaWithRows_(
SCHEMA_OBJECT,
rows.raw,
{}
Expand Down