You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first dbWriteTable is fine, but the second throws an error like this:
Error in result_insert_dataframe(rs@ptr, values, batch_rows) :
nanodbc/nanodbc.cpp:1617: HY000: [Cloudera][ImpalaODBC] (110) Error while executing a query in Impala: [HY000] : AnalysisException: Target table 'XXXXXXX.TEST_1025' is incompatible with source expressions.
Expression 'cast('208À€' as string)' (type: STRING) is not compatible with column 'x' (type: INT)
I've replaced the sample with versions that produce double and logical variables with similar results, but sampling from letters did not produce this error.
The text was updated successfully, but these errors were encountered:
I'm finding if a table has more than 1,024 rows that
dbWriteTable
has an issue with some variable types.The first
dbWriteTable
is fine, but the second throws an error like this:I've replaced the
sample
with versions that producedouble
andlogical
variables with similar results, but sampling fromletters
did not produce this error.The text was updated successfully, but these errors were encountered: