Hello,
I am using PA getting data from HANA with Analytic View. I am writing a custom R component. When I run the script, I get the following error. The differing rows are because it's joining two tables together.
An error occurred while executing the query. Error details: SAP DBTech JDBC: [2048]: column store error: search table error: [34082] Execution of R script failed.;Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 25482, 25267
stack trace:
5: stop("arguments imply differing number of rows: ", paste(unique(nrows),
collapse = ", "))
4: data.frame(..., check.names = FALSE)
3: cbind(deparse.level, ...)
2: cbind(mydata, mylm$fit)
1: myderivative(mydata = dataFrame)
How can I fix this error? Thanks!