dlmarion commented on PR #112: URL: https://github.com/apache/accumulo-access/pull/112#issuecomment-4048249598
I'm not sure that we should merge this, I was just giving a preview at what it would look like given my comment in #111. In fact, it might be better / easier to just remove Serializable from AccessExpression and Authorizations. The AccessExpressionImpl class serializes the ParsedAccessExpressionImpl if it's populated. The user could just serialize the AccessExpression string and recreate it on the other side. Same with the Authorizations Set<String>. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
