Qiwei Shen
Qiwei Shen
Fixes #275 This is similar to a dbplyr fixed issue https://github.com/tidyverse/dbplyr/issues/938. In addition, for dbplyr versions 2.5 and above, use dbplyr::as_table_path for compatibility.
## Issue summary When using pivot_wider() on a remote table (tbl_lazy) that contains negative values, setting `values_fill = 0 ` unexpectedly replaces all negative values with 0, instead of preserving...
## Issue I'm running copy_to with odbc connecting to an Oracle database. The command: ``` copy_to(conn,mtcars, indexes = list('mpg')) ``` I ran into an error: ``` Caused by error in...
Fixes #297
## Package Version: ``` RPresto: 1.4.7 DBI: 1.2.3 dbplyr: 2.5.0 ``` ## Issue 1 This is a similar issue to #275 When I ran ``` dplyr::copy_to( conn, some_remote_table, name =...
I encounter error `SQL Error [65536]: Query failed (#20251023_182500_00393_2r7yn): nodes is empty` when inserting values into a table with hashed partition (bucket) in iceberg catalog. The query I ran is:...
Currently, users can add a new column with a NOT NULL constraint, and they can drop an existing NOT NULL constraint using `ALTER TABLE ... ALTER COLUMN ...` However, there’s...
I am writing a table to Athena ``` rslt
I'm new to RAthena, but there seems no support to specify default catalog in dbConnect. Is it possible to support default catalog in dbConnect in addition to schema?
The credentials from STS assume role has a duration. Moreover, if using role chaining (using one role to assume a different role), AWS cap the duration at 1 hr. [link](https://repost.aws/knowledge-center/iam-role-chaining-limit)....