Nathan Stephens
Nathan Stephens
I want to download a specific directory from my datastore into my target_path. When I set the `datastore`, `target_path` and `prefix` arguments in `download_from_datastore`, I expect the contents of that...
The RStudio Pro Driver for Redshift supports spectrum tables; however, the view icon does not show up in the IDE. I would expect to see the view icon next to...
We’re having a hard time reading the catalog for our Hive instance. It’s possible that the Hive metadata are messed up, but the fact I can query data would suggest...
I am having problems with parameterized queries and temp tables on SQL Server. I am using the RStudio Professional Driver for SQL Server. When I use unquoted inputs (e.g. 2...
When I create a temporary table on Hive, the table name is called `values__tmp__table__1`. I would expect the table to be called `mtcars`. ```dbWriteTable(con, "mtcars", mtcars, temporary = TRUE)``` 
### Issue Description and Expected Result Teradata says: The data types in the in connection pane need to be improved. Varchar should be Varchar(6). Timestamp should be Timestamp TZ. ###...
For temporary tables in Teradata, the odbc::odbcListColumns() and DBI::dbListFields functions don't return any records. However, the tables exist and return data for dbReadTable(), dbGetQuery(), and dbListTables(). ``` > dbWriteTable(odbcCon, "testr_tempmtcars",...
This thread tracks issues related to the RAFT ANN Benchmarks. For example, error checking and reporting could be improved. When resources free up we can tackle all of these at...
I took a stab at converting the `cuVS ANN Memory Footprint and Peak Usage` doc to markdown. This document is not complete -- there are still formulas that need to...
I would expect the cuda toolkit version in the conda step to match the cuda toolkit version in the install step -- lines 316 and 288 should match.