Dremio Reflection Voting

I’ve noticed that anytime I run a query in the UI, a “vote” GET end point is queried, but it does not exist in the code (returns 404). It looks like maybe this is part of an Enterprise feature maybe that isn’t in CE?

In the js code there is a call in accelerationRequest to ${API_URL_V2}/dataset/${fullPath}/vote. And I see some proto generated classes related to voting, but no implementation logic. Does this code play a role in CE? A future role?

Indeed, the API call should be enterprise only, will open an internal ticket to fix that. Thanks for pointing this out!