Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdliu3 committed Jul 25, 2024
1 parent 0875698 commit ec848b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions regression-test/data/arrow_flight_sql_p0/test_select.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
777 4

-- !arrow_flight_sql_datetime --
111 plsql111 2024-07-19 12:00:00.123456 2024-07-19 12:00:00
111 plsql111 2024-07-20 12:00:00.123456 2024-07-20 12:00:00
111 plsql111 2024-07-21 12:00:00.123456 2024-07-21 12:00:00
111 plsql111 2024-07-20 12:00:00.123456 2024-07-20 12:00:00
111 plsql111 2024-07-21 12:00:00.123456 2024-07-21 12:00:00
333 plsql333 2024-07-21 12:00:00.123456 2024-07-21 12:00:00.0
222 plsql222 2024-07-20 12:00:00.123456 2024-07-20 12:00:00.0
111 plsql111 2024-07-19 12:00:00.123456 2024-07-19 12:00:00.0
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ suite("test_select", "arrow_flight_sql") {
sql """INSERT INTO ${tableName} VALUES(111, "plsql111","2024-07-19 12:00:00.123456","2024-07-19 12:00:00")"""
sql """INSERT INTO ${tableName} VALUES(222, "plsql222","2024-07-20 12:00:00.123456","2024-07-20 12:00:00")"""
sql """INSERT INTO ${tableName} VALUES(333, "plsql333","2024-07-21 12:00:00.123456","2024-07-21 12:00:00")"""
sql """INSERT INTO ${tableName} VALUES(111, "plsql333","2024-07-22 12:00:00.123456","2024-07-22 12:00:00")"""

qt_arrow_flight_sql_datetime "select * from ${tableName}"
qt_arrow_flight_sql_datetime "select * from ${tableName} order by id desc"

}

0 comments on commit ec848b5

Please sign in to comment.