Nathan Stephens

Results 15 issues of 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...

redshift

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...

bug
hive

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...

mssql
magnitude

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)``` ![image](https://user-images.githubusercontent.com/7519295/49345165-00bc7480-f64f-11e8-8073-cc5681f04c5d.png)

bug
hive

### 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. ###...

feature
teradata

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",...

bug
teradata

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...

feature request

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...

doc
non-breaking

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.