Skip to content

Commit

Permalink
[FLINK-24360] Drop Scala Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
NickBurkard authored Sep 24, 2021
1 parent 7952960 commit ca48138
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 2,974 deletions.
4 changes: 0 additions & 4 deletions docs/content.zh/docs/connectors/table/hive/hive_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,3 @@ Something to note about the type mapping:
* Hive's `TIMESTAMP` always has precision 9 and doesn't support other precisions. Hive UDFs, on the other hand, can process `TIMESTAMP` values with a precision <= 9.
* Hive doesn't support Flink's `TIMESTAMP_WITH_TIME_ZONE`, `TIMESTAMP_WITH_LOCAL_TIME_ZONE`, and `MULTISET`
* Flink's `INTERVAL` type cannot be mapped to Hive `INTERVAL` type yet
## Scala Shell
Note: It's **NOT** recommended to use the Hive connector in the Scala Shell.
1 change: 0 additions & 1 deletion docs/content.zh/docs/deployment/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ When deploying Flink, there are often multiple options available for each buildi
<li><a href="{{< ref "docs/ops/rest_api" >}}">REST Endpoint</a></li>
<li><a href="{{< ref "docs/dev/table/sqlClient" >}}">SQL Client</a></li>
<li><a href="{{< ref "docs/deployment/repls/python_shell" >}}">Python REPL</a></li>
<li><a href="{{< ref "docs/deployment/repls/scala_shell" >}}">Scala REPL</a></li>
</ul>
</td>
</tr>
Expand Down
317 changes: 0 additions & 317 deletions docs/content.zh/docs/deployment/repls/scala_shell.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/content/docs/connectors/table/hive/hive_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,3 @@ Something to note about the type mapping:
* Hive's `TIMESTAMP` always has precision 9 and doesn't support other precisions. Hive UDFs, on the other hand, can process `TIMESTAMP` values with a precision <= 9.
* Hive doesn't support Flink's `TIMESTAMP_WITH_TIME_ZONE`, `TIMESTAMP_WITH_LOCAL_TIME_ZONE`, and `MULTISET`
* Flink's `INTERVAL` type cannot be mapped to Hive `INTERVAL` type yet
## Scala Shell
Note: It's **NOT** recommended to use Hive connector in Scala Shell.
1 change: 0 additions & 1 deletion docs/content/docs/deployment/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ When deploying Flink, there are often multiple options available for each buildi
<li><a href="{{< ref "docs/ops/rest_api" >}}">REST Endpoint</a></li>
<li><a href="{{< ref "docs/dev/table/sqlClient" >}}">SQL Client</a></li>
<li><a href="{{< ref "docs/deployment/repls/python_shell" >}}">Python REPL</a></li>
<li><a href="{{< ref "docs/deployment/repls/scala_shell" >}}">Scala REPL</a></li>
</ul>
</td>
</tr>
Expand Down
Loading

0 comments on commit ca48138

Please sign in to comment.