aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/if
diff options
context:
space:
mode:
authorlfzCarlosC <lfz.carlos@gmail.com>2016-05-25 10:53:53 -0700
committerAndrew Or <andrew@databricks.com>2016-05-25 10:53:57 -0700
commit02c8072eea72425e89256347e1f373a3e76e6eba (patch)
tree1e30843ada001df76e3fc472bf7011165ac1e7ae /sql/hive-thriftserver/if
parentd6d3e50719b01005aa0e77349fc9a6ff88fecce3 (diff)
downloadspark-02c8072eea72425e89256347e1f373a3e76e6eba.tar.gz
spark-02c8072eea72425e89256347e1f373a3e76e6eba.tar.bz2
spark-02c8072eea72425e89256347e1f373a3e76e6eba.zip
[MINOR][MLLIB][STREAMING][SQL] Fix typos
fixed typos for source code for components [mllib] [streaming] and [SQL] None and obvious. Author: lfzCarlosC <lfz.carlos@gmail.com> Closes #13298 from lfzCarlosC/master.
Diffstat (limited to 'sql/hive-thriftserver/if')
-rw-r--r--sql/hive-thriftserver/if/TCLIService.thrift4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/hive-thriftserver/if/TCLIService.thrift b/sql/hive-thriftserver/if/TCLIService.thrift
index baf583fb3e..7cd6fa37ce 100644
--- a/sql/hive-thriftserver/if/TCLIService.thrift
+++ b/sql/hive-thriftserver/if/TCLIService.thrift
@@ -661,7 +661,7 @@ union TGetInfoValue {
// The function returns general information about the data source
// using the same keys as ODBC.
struct TGetInfoReq {
- // The sesssion to run this request against
+ // The session to run this request against
1: required TSessionHandle sessionHandle
2: required TGetInfoType infoType
@@ -1032,7 +1032,7 @@ enum TFetchOrientation {
FETCH_PRIOR,
// Return the rowset at the given fetch offset relative
- // to the curren rowset.
+ // to the current rowset.
// NOT SUPPORTED
FETCH_RELATIVE,