If I include a semicolon at the end of the SQL statement in a basic SELECT example, the driver server throws this error:
Error in adbc_statement_execute_query(stmt, stream, stream_join_parent = TRUE) :
IO: [trino] failed to create record reader: failed to execute query: trino: query failed (200 OK): "USER_ERROR: line 4:12: mismatched input ';'. Expecting: <EOF>"
If I include a semicolon at the end of the SQL statement in a basic SELECT example, the
driverserver throws this error: