Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions samples/features/sql2019notebooks/OneTrillionRowsCold.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"\r\n",
"Read Throughput for physical disk I/O: <font color =\"red\">**~24Gb/sec**</font>\r\n",
"\r\n",
"Rows processed per second: <font color=\"red\">**448,717,9024 rows/sec** (*Over a 400 million rows per second*)</font>\r\n",
"Rows processed per second: <font color=\"red\">**448,717,9024 rows/sec** (*Over 400 million rows per second*)</font>\r\n",
Copy link

Copilot AI Nov 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The number format '448,717,9024' appears to have an incorrect comma placement. It should likely be '448,717,902' (approximately 448 million) or '4,487,179,024' (approximately 4.4 billion) to align with the description 'Over 400 million rows per second'.

Suggested change
"Rows processed per second: <font color=\"red\">**448,717,9024 rows/sec** (*Over 400 million rows per second*)</font>\r\n",
"Rows processed per second: <font color=\"red\">**448,717,902 rows/sec** (*Over 400 million rows per second*)</font>\r\n",

Copilot uses AI. Check for mistakes.
"\r\n",
""
],
Expand Down Expand Up @@ -381,4 +381,5 @@
"execution_count": 1
}
]
}

}
Loading