[ https://issues.apache.org/jira/browse/HIVE-24893?focusedWorklogId=708886&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-708886 ]
ASF GitHub Bot logged work on HIVE-24893: ----------------------------------------- Author: ASF GitHub Bot Created on: 14/Jan/22 06:29 Start Date: 14/Jan/22 06:29 Worklog Time Spent: 10m Work Description: wangyum commented on a change in pull request #2878: URL: https://github.com/apache/hive/pull/2878#discussion_r784540945 ########## File path: service-rpc/if/TCLIService.thrift ########## @@ -751,6 +751,52 @@ struct TGetTypeInfoResp { 2: optional TOperationHandle operationHandle } +// UploadData() +// +// UploadData data to table/path. +struct TUploadDataReq { + // The session to execute the statement against + 1: required TSessionHandle sessionHandle + + // The table to be stored + 2: optional string tableName + + // The path to be stored + 3: optional string path Review comment: The use case is that the data may come from twitter or facebook and needs to be transformed to be written to the table. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 708886) Time Spent: 1h 40m (was: 1.5h) > Download data from Thriftserver through JDBC > -------------------------------------------- > > Key: HIVE-24893 > URL: https://issues.apache.org/jira/browse/HIVE-24893 > Project: Hive > Issue Type: New Feature > Components: HiveServer2, JDBC > Affects Versions: 4.0.0 > Reporter: Yuming Wang > Priority: Major > Labels: pull-request-available > Time Spent: 1h 40m > Remaining Estimate: 0h > > It is very useful to support downloading large amounts of data (such as more > than 50GB) through JDBC. > Snowflake has similar support : > https://docs.snowflake.com/en/user-guide/jdbc-using.html#label-jdbc-download-from-stage-to-stream > https://github.com/snowflakedb/snowflake-jdbc/blob/95a7d8a03316093430dc3960df6635643208b6fd/src/main/java/net/snowflake/client/jdbc/SnowflakeConnectionV1.java#L886 -- This message was sent by Atlassian Jira (v8.20.1#820001)