anmolnar commented on PR #1442:
URL: https://github.com/apache/phoenix/pull/1442#issuecomment-1127819791
@stoty I'm not sure what do you mean by "in QueryServices". That's an
interface which doesn't have logic.
In most places I see something like the following:
```
connection
.getQueryServices()
.getProps()
.getLong(QueryServices.SEQUENCE_CACHE_SIZE_ATTRIB,
QueryServicesOptions.DEFAULT_SEQUENCE_CACHE_SIZE);
```
getProps() gives you `ReadOnlyProps` which doesn't have getLongBytes
alternative.
--
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]