[ https://issues.apache.org/jira/browse/PIG-5377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769653#comment-16769653 ]
Rohini Palaniswamy edited comment on PIG-5377 at 2/15/19 7:48 PM: ------------------------------------------------------------------ 4) Can you also return false from org.apache.pig.piggybank.storage.DBStorage and org.apache.pig.piggybank.storage.MultiStorage. They are currently mentioned in pig-default.properties. Would not suggest removing it from config file still as these classes are from piggybank and some might use an older piggybank jar. was (Author: rohini): 4) Can you also return false from org.apache.pig.piggybank.storage.DBStorage and org.apache.pig.piggybank.storage.MultiStorage > Move supportsParallelWriteToStoreLocation from StoreFunc to StoreFuncInterfce > ----------------------------------------------------------------------------- > > Key: PIG-5377 > URL: https://issues.apache.org/jira/browse/PIG-5377 > Project: Pig > Issue Type: Improvement > Components: internal-udfs, piggybank > Reporter: Kevin J. Price > Assignee: Kevin J. Price > Priority: Minor > Attachments: PIG-5377.patch > > > Now that we're running on JDK8 and can have default implementations in > interfaces, we can move supportsParallelWriteToStoreLocation() to the > StoreFuncInterface class and properly set it on the supported built-in > functions rather than having a static list. -- This message was sent by Atlassian JIRA (v7.6.3#76005)