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
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
I'm using FLEX to create a simple demo of differentially private queries with a real hive database running the rewritten queries. The problem I'm having is that the rewritten sample and aggregate queries do not execute on my hive database. Hive does not like the underscores in front of variables and the use of UNION in the rewritten query while parsing. Are there any databases that are confirmed to work with all rewritten queries? Perhaps I'm using a newer version of hive that's incompatible with this build of FLEX? Any help or pointers would be nice.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using FLEX to create a simple demo of differentially private queries with a real hive database running the rewritten queries. The problem I'm having is that the rewritten sample and aggregate queries do not execute on my hive database. Hive does not like the underscores in front of variables and the use of UNION in the rewritten query while parsing. Are there any databases that are confirmed to work with all rewritten queries? Perhaps I'm using a newer version of hive that's incompatible with this build of FLEX? Any help or pointers would be nice.
The text was updated successfully, but these errors were encountered: