We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9861073 commit d7a5ac1Copy full SHA for d7a5ac1
velox/type/tests/DecimalTest.cpp
@@ -484,5 +484,6 @@ TEST(DecimalTest, rescaleReal) {
484
assertRescaleFloatingPointFail<float, int64_t>(
485
99999.99, DECIMAL(6, 4), "Result cannot fit in the given precision 6.");
486
}
487
+
488
} // namespace
489
} // namespace facebook::velox
0 commit comments