jackylk commented on a change in pull request #3731:
URL: https://github.com/apache/carbondata/pull/3731#discussion_r418481410
##########
File path:
integration/presto/src/main/prestosql/org/apache/carbondata/presto/CarbondataSplitManager.java
##########
@@ -118,8 +118,14 @@ public ConnectorSplitSource
getSplits(ConnectorTransactionHandle transactionHand
if
(!table.getStorage().getStorageFormat().getInputFormat().contains("carbon")) {
return super.getSplits(transactionHandle, session, tableHandle,
splitSchedulingStrategy);
}
- String location = table.getStorage().getLocation();
-
+ String location;
Review comment:
assign with table.getStorage().getSerdeParameters().get("tablePath")
first and then update it if null
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]