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
This basically makes generated .java files and thus .class files non-deterministic. This seems to at least make the Apache Hive's grammar file compile in a different way every time.
Best way to handle this is probably to replace HashSet with TreeSet and making the relevant methods return OrderedSet<> instead of Set<>.
The text was updated successfully, but these errors were encountered:
As in title.
This basically makes generated .java files and thus .class files non-deterministic. This seems to at least make the Apache Hive's grammar file compile in a different way every time.
Best way to handle this is probably to replace HashSet with TreeSet and making the relevant methods return OrderedSet<> instead of Set<>.
The text was updated successfully, but these errors were encountered: