Skip to content

Commit b2919bd

Browse files
committed
Fix comment
1 parent 966c1b4 commit b2919bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/flight/sql/odbc/tests/statement_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ TYPED_TEST(StatementTest, TestSQLFetchScrollRowFetching) {
774774
}
775775

776776
TYPED_TEST(StatementTest, TestSQLFetchScrollUnsupportedOrientation) {
777-
// SQL_FETCH_PRIOR is the only supported fetch orientation.
777+
// SQL_FETCH_NEXT is the only supported fetch orientation.
778778

779779
std::wstring wsql = L"SELECT 1;";
780780
std::vector<SQLWCHAR> sql0(wsql.begin(), wsql.end());

0 commit comments

Comments
 (0)