EnterpriseDB / hdfs_fdw

PostgreSQL foreign data wrapper for HDFS
Other
134 stars 37 forks source link

ANALYZE command fails with Spark server #41

Open gabbasb opened 7 years ago

gabbasb commented 7 years ago

ANALYZE jobhist; ERROR: failed to fetch execute query: This function is supposed to execute queries that do not generate any result set ANALYZE emp(empno); ERROR: failed to fetch execute query: This function is supposed to execute queries that do not generate any result set VACUUM ANALYZE emp;