stoty commented on code in PR #80:
URL: https://github.com/apache/phoenix-connectors/pull/80#discussion_r873581804
##########
phoenix-spark-base/src/main/java/org/apache/phoenix/spark/datasource/v2/reader/PhoenixDataSourceReader.java:
##########
@@ -181,10 +184,12 @@ public List<InputPartition<InternalRow>>
planInputPartitions() {
// Get the region size
long regionSize = CompatUtil.getSize(regionLocator,
connection.getAdmin(), location);
-
+ byte[] tableBytes =
PTableImpl.toProto(queryPlan.getTableRef().getTable()).
Review Comment:
Can we have a bit more descripte name ?
Like pTableCacheBytes ?
--
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]