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
Error in new_result(connection@ptr, statement) : nanodbc/nanodbc.cpp:1344: HY000: [Simba][Hardy] (80) Syntax or semantic analysis error thrown in server while executing query. Error message from server:
Error while compiling statement:
FAILED: NoMatchingMethodException
No matching method for class org.apache.hadoop.hive.ql.udf.UDAFPercentile with (double, double). Possible choices: _FUNC_(bigint, array<double>) _FUNC_(bigint, double)
The text was updated successfully, but these errors were encountered:
skamanrev
changed the title
db_compute_boxplot using percentile rather than percentile approx
db_compute_compute in Hive is using percentile instead of percentile approx
Feb 20, 2020
skamanrev
changed the title
db_compute_compute in Hive is using percentile instead of percentile approx
db_compute_boxplot in Hive is using percentile instead of percentile approx
Feb 20, 2020
I'm using dbplot v0.3.3 with hive (version Hive 1.2.1000.2.6.5.0-292).
db_compute_boxplot is using percentile rather than percentile_approx, this limits the function to integers only.
Here is some sample code
Write Iris to Hive table removing '.' from col names
Run db_compute_boxplot - throws data type error for UDAF Percentile
Run again casting Sepal_Length to Integer
The text was updated successfully, but these errors were encountered: