Skip to content

Commit

Permalink
Merge pull request #159 from peacewong/master
Browse files Browse the repository at this point in the history
Fix issue:Modify publicservice request URL in ResultSetAction to filesystem
  • Loading branch information
yangzhiyue authored Nov 28, 2019
2 parents b2cb9c0 + 996678f commit 8c418ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import com.webank.wedatasphere.linkis.ujes.client.exception.UJESClientBuilderExc
* created by cooperyang on 2019/5/23.
*/
class ResultSetAction private() extends GetAction with UJESJobAction {
override def suffixURLs: Array[String] = Array("publicservice", "openFile")
override def suffixURLs: Array[String] = Array("filesystem", "openFile")
}
object ResultSetAction {
def builder(): Builder = new Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import com.webank.wedatasphere.linkis.ujes.client.response.JobInfoResult
* created by cooperyang on 2019/5/23.
*/
class ResultSetListAction extends GetAction with UJESJobAction {
override def suffixURLs: Array[String] = Array("publicservice", "getDirFileTrees")
override def suffixURLs: Array[String] = Array("filesystem", "getDirFileTrees")
}
object ResultSetListAction {
def builder(): Builder = new Builder
Expand Down

0 comments on commit 8c418ab

Please sign in to comment.