Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Feb 27, 2024
1 parent 7cb424d commit 8e436b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/functions/lib/window/tests/WindowTestBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class WindowTestBase : public exec::test::OperatorTestBase {
void testKRangeFrames(const std::string& function);

/// ParseOptions for the DuckDB Parser. nth_value in Spark expects to parse
/// integer as bigint vs bigint in Presto. The default is to parse integer
/// integer as int vs bigint in Presto. The default is to parse integer
/// as bigint (Presto behavior).
parse::ParseOptions options_;

Expand Down

0 comments on commit 8e436b6

Please sign in to comment.