blob: 56c9b62e2f7693bae90a35a65d99b4dd626b693d [file] [log] [blame]
<!DOCTYPE html>
<html lang="en" dir=ZgotmplZ>
<head>
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" type="text/css" href="/font-awesome/css/font-awesome.min.css">
<script src="/js/anchor.min.js"></script>
<script src="/js/flink.js"></script>
<link rel="canonical" href="https://flink.apache.org/2020/05/12/apache-flink-1.10.1-released/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Apache Flink community released the first bugfix version of the Apache Flink 1.10 series.
This release includes 158 fixes and minor improvements for Flink 1.10.0. The list below includes a detailed list of all fixes and improvements.
We highly recommend all users to upgrade to Flink 1.10.1.
Note FLINK-16684 changed the builders of the StreamingFileSink to make them compilable in Scala. This change is source compatible but binary incompatible. If using the StreamingFileSink, please recompile your user code against 1.">
<meta name="theme-color" content="#FFFFFF"><meta property="og:title" content="Apache Flink 1.10.1 Released" />
<meta property="og:description" content="The Apache Flink community released the first bugfix version of the Apache Flink 1.10 series.
This release includes 158 fixes and minor improvements for Flink 1.10.0. The list below includes a detailed list of all fixes and improvements.
We highly recommend all users to upgrade to Flink 1.10.1.
Note FLINK-16684 changed the builders of the StreamingFileSink to make them compilable in Scala. This change is source compatible but binary incompatible. If using the StreamingFileSink, please recompile your user code against 1." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://flink.apache.org/2020/05/12/apache-flink-1.10.1-released/" /><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2020-05-12T12:00:00+00:00" />
<meta property="article:modified_time" content="2020-05-12T12:00:00+00:00" />
<title>Apache Flink 1.10.1 Released | Apache Flink</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.22eceb4d17baa9cdc0f57345edd6f215a40474022dfee39b63befb5fb3c596b5.css" integrity="sha256-IuzrTRe6qc3A9XNF7dbyFaQEdAIt/uObY777X7PFlrU=">
<script defer src="/en.search.min.2698f0d1b683dae4d6cb071668b310a55ebcf1c48d11410a015a51d90105b53e.js" integrity="sha256-Jpjw0baD2uTWywcWaLMQpV688cSNEUEKAVpR2QEFtT4="></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<meta name="generator" content="Hugo 0.124.1">
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['disableCookies']);
_paq.push(["setDomains", ["*.flink.apache.org","*.nightlies.apache.org/flink"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</head>
<body dir=ZgotmplZ>
<header>
<nav class="navbar navbar-expand-xl">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/img/logo/png/100/flink_squirrel_100_color.png" alt="Apache Flink" height="47" width="47" class="d-inline-block align-text-middle">
<span>Apache Flink</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars navbar-toggler-icon"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">About</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="/what-is-flink/flink-architecture/">Architecture</a>
</li>
<li>
<a class="dropdown-item" href="/what-is-flink/flink-applications/">Applications</a>
</li>
<li>
<a class="dropdown-item" href="/what-is-flink/flink-operations/">Operations</a>
</li>
<li>
<a class="dropdown-item" href="/what-is-flink/use-cases/">Use Cases</a>
</li>
<li>
<a class="dropdown-item" href="/what-is-flink/powered-by/">Powered By</a>
</li>
<li>
<a class="dropdown-item" href="/what-is-flink/roadmap/">Roadmap</a>
</li>
<li>
<a class="dropdown-item" href="/what-is-flink/community/">Community & Project Info</a>
</li>
<li>
<a class="dropdown-item" href="/what-is-flink/security/">Security</a>
</li>
<li>
<a class="dropdown-item" href="/what-is-flink/special-thanks/">Special Thanks</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Getting Started</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-docs-stable/docs/try-flink/local_installation/">With Flink<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-stable/docs/try-flink-kubernetes-operator/quick-start/">With Flink Kubernetes Operator<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-cdc-docs-stable/docs/get-started/introduction/">With Flink CDC<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-ml-docs-stable/docs/try-flink-ml/quick-start/">With Flink ML<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-statefun-docs-stable/getting-started/project-setup.html">With Flink Stateful Functions<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-docs-stable/docs/learn-flink/overview/">Training Course<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-docs-stable/">Flink 1.19 (stable)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-docs-master/">Flink Master (snapshot)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-stable/">Kubernetes Operator 1.8 (latest)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main">Kubernetes Operator Main (snapshot)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-cdc-docs-stable">CDC 3.0 (stable)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-cdc-docs-master">CDC Master (snapshot)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-ml-docs-stable/">ML 2.3 (stable)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-ml-docs-master">ML Master (snapshot)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-statefun-docs-stable/">Stateful Functions 3.3 (stable)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-statefun-docs-master">Stateful Functions Master (snapshot)<i class="link fa fa-external-link title" aria-hidden="true"></i>
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">How to Contribute</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="/how-to-contribute/overview/">Overview</a>
</li>
<li>
<a class="dropdown-item" href="/how-to-contribute/contribute-code/">Contribute Code</a>
</li>
<li>
<a class="dropdown-item" href="/how-to-contribute/reviewing-prs/">Review Pull Requests</a>
</li>
<li>
<a class="dropdown-item" href="/how-to-contribute/code-style-and-quality-preamble/">Code Style and Quality Guide</a>
</li>
<li>
<a class="dropdown-item" href="/how-to-contribute/contribute-documentation/">Contribute Documentation</a>
</li>
<li>
<a class="dropdown-item" href="/how-to-contribute/documentation-style-guide/">Documentation Style Guide</a>
</li>
<li>
<a class="dropdown-item" href="/how-to-contribute/improve-website/">Contribute to the Website</a>
</li>
<li>
<a class="dropdown-item" href="/how-to-contribute/getting-help/">Getting Help</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/posts/">Flink Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/downloads/">Downloads</a>
</li>
</ul>
<div class="book-search">
<div class="book-search-spinner hidden">
<i class="fa fa-refresh fa-spin"></i>
</div>
<form class="search-bar d-flex" onsubmit="return false;"su>
<input type="text" id="book-search-input" placeholder="Search" aria-label="Search" maxlength="64" data-hotkeys="s/">
<i class="fa fa-search search"></i>
<i class="fa fa-circle-o-notch fa-spin spinner"></i>
</form>
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
</div>
</div>
</nav>
<div class="navbar-clearfix"></div>
</header>
<main class="flex">
<section class="container book-page">
<article class="markdown">
<h1>
<a href="/2020/05/12/apache-flink-1.10.1-released/">Apache Flink 1.10.1 Released</a>
</h1>
May 12, 2020 -
Yu Li
<a href="https://twitter.com/LiyuApache">(@LiyuApache)</a>
<p><p>The Apache Flink community released the first bugfix version of the Apache Flink 1.10 series.</p>
<p>This release includes 158 fixes and minor improvements for Flink 1.10.0. The list below includes a detailed list of all fixes and improvements.</p>
<p>We highly recommend all users to upgrade to Flink 1.10.1.</p>
<div class="alert alert-info" markdown="1">
<span class="label label-info" style="display: inline-block"><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span> Note</span>
FLINK-16684 changed the builders of the StreamingFileSink to make them compilable in Scala. This change is source compatible but binary incompatible. If using the StreamingFileSink, please recompile your user code against 1.10.1 before upgrading.
</div>
<div class="alert alert-info" markdown="1">
<span class="label label-info" style="display: inline-block"><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span> Note</span>
FLINK-16683 Flink no longer supports starting clusters with .bat scripts. Users should instead use environments like WSL or Cygwin and work with the .sh scripts.
</div>
<p>Updated Maven dependencies:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-xml" data-lang="xml"><span class="line"><span class="cl"><span class="nt">&lt;dependency&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;artifactId&gt;</span>flink-java<span class="nt">&lt;/artifactId&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;version&gt;</span>1.10.1<span class="nt">&lt;/version&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;/dependency&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;dependency&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;artifactId&gt;</span>flink-streaming-java_2.11<span class="nt">&lt;/artifactId&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;version&gt;</span>1.10.1<span class="nt">&lt;/version&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;/dependency&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;dependency&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;artifactId&gt;</span>flink-clients_2.11<span class="nt">&lt;/artifactId&gt;</span>
</span></span><span class="line"><span class="cl"> <span class="nt">&lt;version&gt;</span>1.10.1<span class="nt">&lt;/version&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;/dependency&gt;</span>
</span></span></code></pre></div><p>You can find the binaries on the updated <a href="/downloads.html">Downloads page</a>.</p>
<p>List of resolved issues:</p>
<h2> Sub-task
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-14126'>FLINK-14126</a>] - Elasticsearch Xpack Machine Learning doesn&#39;t support ARM
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15143'>FLINK-15143</a>] - Create document for FLIP-49 TM memory model and configuration guide
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15561'>FLINK-15561</a>] - Unify Kerberos credentials checking
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15790'>FLINK-15790</a>] - Make FlinkKubeClient and its implementations asynchronous
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15817'>FLINK-15817</a>] - Kubernetes Resource leak while deployment exception happens
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16049'>FLINK-16049</a>] - Remove outdated &quot;Best Practices&quot; section from Application Development Section
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16131'>FLINK-16131</a>] - Translate &quot;Amazon S3&quot; page of &quot;File Systems&quot; into Chinese
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16389'>FLINK-16389</a>] - Bump Kafka 0.10 to 0.10.2.2
</li>
</ul>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-2336'>FLINK-2336</a>] - ArrayIndexOufOBoundsException in TypeExtractor when mapping
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-10918'>FLINK-10918</a>] - incremental Keyed state with RocksDB throws cannot create directory error in windows
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-11193'>FLINK-11193</a>] - Rocksdb timer service factory configuration option is not settable per job
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-13483'>FLINK-13483</a>] - PrestoS3FileSystemITCase.testDirectoryListing fails on Travis
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-14038'>FLINK-14038</a>] - ExecutionGraph deploy failed due to akka timeout
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-14311'>FLINK-14311</a>] - Streaming File Sink end-to-end test failed on Travis
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-14316'>FLINK-14316</a>] - Stuck in &quot;Job leader ... lost leadership&quot; error
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15417'>FLINK-15417</a>] - Remove the docker volume or mount when starting Mesos e2e cluster
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15669'>FLINK-15669</a>] - SQL client can&#39;t cancel flink job
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15772'>FLINK-15772</a>] - Shaded Hadoop S3A with credentials provider end-to-end test fails on travis
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15811'>FLINK-15811</a>] - StreamSourceOperatorWatermarksTest.testNoMaxWatermarkOnAsyncCancel fails on Travis
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15812'>FLINK-15812</a>] - HistoryServer archiving is done in Dispatcher main thread
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15838'>FLINK-15838</a>] - Dangling CountDownLatch.await(timeout)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15852'>FLINK-15852</a>] - Job is submitted to the wrong session cluster
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15904'>FLINK-15904</a>] - Make Kafka Consumer work with activated &quot;disableGenericTypes()&quot;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15936'>FLINK-15936</a>] - TaskExecutorTest#testSlotAcceptance deadlocks
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15953'>FLINK-15953</a>] - Job Status is hard to read for some Statuses
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16013'>FLINK-16013</a>] - List and map config options could not be parsed correctly
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16014'>FLINK-16014</a>] - S3 plugin ClassNotFoundException SAXParser
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16025'>FLINK-16025</a>] - Service could expose blob server port mismatched with JM Container
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16026'>FLINK-16026</a>] - Travis failed due to python setup
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16047'>FLINK-16047</a>] - Blink planner produces wrong aggregate results with state clean up
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16067'>FLINK-16067</a>] - Flink&#39;s CalciteParser swallows error position information
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16068'>FLINK-16068</a>] - table with keyword-escaped columns and computed_column_expression columns
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16070'>FLINK-16070</a>] - Blink planner can not extract correct unique key for UpsertStreamTableSink
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16108'>FLINK-16108</a>] - StreamSQLExample is failed if running in blink planner
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16111'>FLINK-16111</a>] - Kubernetes deployment does not respect &quot;taskmanager.cpu.cores&quot;.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16113'>FLINK-16113</a>] - ExpressionReducer shouldn&#39;t escape the reduced string value
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16115'>FLINK-16115</a>] - Aliyun oss filesystem could not work with plugin mechanism
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16139'>FLINK-16139</a>] - Co-location constraints are not reset on task recovery in DefaultScheduler
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16161'>FLINK-16161</a>] - Statistics zero should be unknown in HiveCatalog
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16170'>FLINK-16170</a>] - SearchTemplateRequest ClassNotFoundException when use flink-sql-connector-elasticsearch7
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16220'>FLINK-16220</a>] - JsonRowSerializationSchema throws cast exception : NullNode cannot be cast to ArrayNode
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16231'>FLINK-16231</a>] - Hive connector is missing jdk.tools exclusion against Hive 2.x.x
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16234'>FLINK-16234</a>] - Fix unstable cases in StreamingJobGraphGeneratorTest
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16241'>FLINK-16241</a>] - Remove the license and notice file in flink-ml-lib module on release-1.10 branch
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16242'>FLINK-16242</a>] - BinaryGeneric serialization error cause checkpoint failure
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16262'>FLINK-16262</a>] - Class loader problem with FlinkKafkaProducer.Semantic.EXACTLY_ONCE and usrlib directory
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16269'>FLINK-16269</a>] - Generic type can not be matched when convert table to stream.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16281'>FLINK-16281</a>] - parameter &#39;maxRetryTimes&#39; can not work in JDBCUpsertTableSink
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16301'>FLINK-16301</a>] - Annoying &quot;Cannot find FunctionDefinition&quot; messages with SQL for f_proctime or =
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16308'>FLINK-16308</a>] - SQL connector download links are broken
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16313'>FLINK-16313</a>] - flink-state-processor-api: surefire execution unstable on Azure
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16331'>FLINK-16331</a>] - Remove source licenses for old WebUI
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16345'>FLINK-16345</a>] - Computed column can not refer time attribute column
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16360'>FLINK-16360</a>] - connector on hive 2.0.1 don&#39;t support type conversion from STRING to VARCHAR
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16371'>FLINK-16371</a>] - HadoopCompressionBulkWriter fails with &#39;java.io.NotSerializableException&#39;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16373'>FLINK-16373</a>] - EmbeddedLeaderService: IllegalStateException: The RPC connection is already closed
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16413'>FLINK-16413</a>] - Reduce hive source parallelism when limit push down
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16414'>FLINK-16414</a>] - create udaf/udtf function using sql casuing ValidationException: SQL validation failed. null
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16433'>FLINK-16433</a>] - TableEnvironmentImpl doesn&#39;t clear buffered operations when it fails to translate the operation
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16435'>FLINK-16435</a>] - Replace since decorator with versionadd to mark the version an API was introduced
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16467'>FLINK-16467</a>] - MemorySizeTest#testToHumanReadableString() is not portable
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16526'>FLINK-16526</a>] - Fix exception when computed column expression references a keyword column name
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16541'>FLINK-16541</a>] - Document of table.exec.shuffle-mode is incorrect
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16550'>FLINK-16550</a>] - HadoopS3* tests fail with NullPointerException exceptions
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16560'>FLINK-16560</a>] - Forward Configuration in PackagedProgramUtils#getPipelineFromProgram
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16567'>FLINK-16567</a>] - Get the API error of the StreamQueryConfig on Page &quot;Query Configuration&quot;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16573'>FLINK-16573</a>] - Kinesis consumer does not properly shutdown RecordFetcher threads
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16576'>FLINK-16576</a>] - State inconsistency on restore with memory state backends
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16626'>FLINK-16626</a>] - Prevent REST handler from being closed more than once
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16632'>FLINK-16632</a>] - SqlDateTimeUtils#toSqlTimestamp(String, String) may yield incorrect result
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16635'>FLINK-16635</a>] - Incompatible okio dependency in flink-metrics-influxdb module
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16646'>FLINK-16646</a>] - flink read orc file throw a NullPointerException
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16647'>FLINK-16647</a>] - Miss file extension when inserting to hive table with compression
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16652'>FLINK-16652</a>] - BytesColumnVector should init buffer in Hive 3.x
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16662'>FLINK-16662</a>] - Blink Planner failed to generate JobGraph for POJO DataStream converting to Table (Cannot determine simple type name)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16664'>FLINK-16664</a>] - Unable to set DataStreamSource parallelism to default (-1)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16675'>FLINK-16675</a>] - TableEnvironmentITCase. testClearOperation fails on travis nightly build
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16684'>FLINK-16684</a>] - StreamingFileSink builder does not work with Scala
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16696'>FLINK-16696</a>] - Savepoint trigger documentation is insufficient
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16703'>FLINK-16703</a>] - AkkaRpcActor state machine does not record transition to terminating state.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16705'>FLINK-16705</a>] - LocalExecutor tears down MiniCluster before client can retrieve JobResult
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16718'>FLINK-16718</a>] - KvStateServerHandlerTest leaks Netty ByteBufs
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16727'>FLINK-16727</a>] - Fix cast exception when having time point literal as parameters
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16732'>FLINK-16732</a>] - Failed to call Hive UDF with constant return value
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16740'>FLINK-16740</a>] - OrcSplitReaderUtil::logicalTypeToOrcType fails to create decimal type with precision &lt; 10
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16759'>FLINK-16759</a>] - HiveModuleTest failed to compile on release-1.10
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16767'>FLINK-16767</a>] - Failed to read Hive table with RegexSerDe
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16771'>FLINK-16771</a>] - NPE when filtering by decimal column
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16821'>FLINK-16821</a>] - Run Kubernetes test failed with invalid named &quot;minikube&quot;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16822'>FLINK-16822</a>] - The config set by SET command does not work
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16825'>FLINK-16825</a>] - PrometheusReporterEndToEndITCase should rely on path returned by DownloadCache
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16836'>FLINK-16836</a>] - Losing leadership does not clear rpc connection in JobManagerLeaderListener
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16860'>FLINK-16860</a>] - Failed to push filter into OrcTableSource when upgrading to 1.9.2
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16888'>FLINK-16888</a>] - Re-add jquery license file under &quot;/licenses&quot;
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16901'>FLINK-16901</a>] - Flink Kinesis connector NOTICE should have contents of AWS KPL&#39;s THIRD_PARTY_NOTICES file manually merged in
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16913'>FLINK-16913</a>] - ReadableConfigToConfigurationAdapter#getEnum throws UnsupportedOperationException
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16916'>FLINK-16916</a>] - The logic of NullableSerializer#copy is wrong
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16944'>FLINK-16944</a>] - Compile error in. DumpCompiledPlanTest and PreviewPlanDumpTest
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16980'>FLINK-16980</a>] - Python UDF doesn&#39;t work with protobuf 3.6.1
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16981'>FLINK-16981</a>] - flink-runtime tests are crashing the JVM on Java11 because of PowerMock
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17062'>FLINK-17062</a>] - Fix the conversion from Java row type to Python row type
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17066'>FLINK-17066</a>] - Update pyarrow version bounds less than 0.14.0
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17093'>FLINK-17093</a>] - Python UDF doesn&#39;t work when the input column is from composite field
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17107'>FLINK-17107</a>] - CheckpointCoordinatorConfiguration#isExactlyOnce() is inconsistent with StreamConfig#getCheckpointMode()
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17114'>FLINK-17114</a>] - When the pyflink job runs in local mode and the command &quot;python&quot; points to Python 2.7, the startup of the Python UDF worker will fail.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17124'>FLINK-17124</a>] - The PyFlink Job runs into infinite loop if the Python UDF imports job code
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17152'>FLINK-17152</a>] - FunctionDefinitionUtil generate wrong resultType and acc type of AggregateFunctionDefinition
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17308'>FLINK-17308</a>] - ExecutionGraphCache cachedExecutionGraphs not cleanup cause OOM Bug
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17313'>FLINK-17313</a>] - Validation error when insert decimal/varchar with precision into sink using TypeInformation of row
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17334'>FLINK-17334</a>] - Flink does not support HIVE UDFs with primitive return types
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17338'>FLINK-17338</a>] - LocalExecutorITCase.testBatchQueryCancel test timeout
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17359'>FLINK-17359</a>] - Entropy key is not resolved if flink-s3-fs-hadoop is added as a plugin
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17403'>FLINK-17403</a>] - Fix invalid classpath in BashJavaUtilsITCase
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17471'>FLINK-17471</a>] - Move LICENSE and NOTICE files to root directory of python distribution
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17483'>FLINK-17483</a>] - Update flink-sql-connector-elasticsearch7 NOTICE file to correctly reflect bundled dependencies
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17496'>FLINK-17496</a>] - Performance regression with amazon-kinesis-producer 0.13.1 in Flink 1.10.x
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17499'>FLINK-17499</a>] - LazyTimerService used to register timers via State Processing API incorrectly mixes event time timers with processing time timers
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17514'>FLINK-17514</a>] - TaskCancelerWatchdog does not kill TaskManager
</li>
</ul>
<h2> New Feature
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17275'>FLINK-17275</a>] - Add core training exercises
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9656'>FLINK-9656</a>] - Environment java opts for flink run
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15094'>FLINK-15094</a>] - Warning about using private constructor of java.nio.DirectByteBuffer in Java 11
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15584'>FLINK-15584</a>] - Give nested data type of ROWs in ValidationException
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15616'>FLINK-15616</a>] - Move boot error messages from python-udf-boot.log to taskmanager&#39;s log file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15989'>FLINK-15989</a>] - Rewrap OutOfMemoryError in allocateUnpooledOffHeap with better message
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16018'>FLINK-16018</a>] - Improve error reporting when submitting batch job (instead of AskTimeoutException)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16125'>FLINK-16125</a>] - Make zookeeper.connect optional for Kafka connectors
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16167'>FLINK-16167</a>] - Update documentation about python shell execution
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16191'>FLINK-16191</a>] - Improve error message on Windows when RocksDB Paths are too long
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16280'>FLINK-16280</a>] - Fix sample code errors in the documentation about elasticsearch connector
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16288'>FLINK-16288</a>] - Setting the TTL for discarding task pods on Kubernetes.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16293'>FLINK-16293</a>] - Document using plugins in Kubernetes
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16343'>FLINK-16343</a>] - Improve exception message when reading an unbounded source in batch mode
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16406'>FLINK-16406</a>] - Increase default value for JVM Metaspace to minimise its OutOfMemoryError
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16538'>FLINK-16538</a>] - Restructure Python Table API documentation
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16604'>FLINK-16604</a>] - Column key in JM configuration is too narrow
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16683'>FLINK-16683</a>] - Remove scripts for starting Flink on Windows
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16697'>FLINK-16697</a>] - Disable JMX rebinding
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16763'>FLINK-16763</a>] - Should not use BatchTableEnvironment for Python UDF in the document of flink-1.10
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16772'>FLINK-16772</a>] - Bump derby to 10.12.1.1+ or exclude it
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16790'>FLINK-16790</a>] - enables the interpretation of backslash escapes
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16862'>FLINK-16862</a>] - Remove example url in quickstarts
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16874'>FLINK-16874</a>] - Respect the dynamic options when calculating memory options in taskmanager.sh
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16942'>FLINK-16942</a>] - ES 5 sink should allow users to select netty transport client
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17065'>FLINK-17065</a>] - Add documentation about the Python versions supported for PyFlink
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17125'>FLINK-17125</a>] - Add a Usage Notes Page to Answer Common Questions Encountered by PyFlink Users
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17254'>FLINK-17254</a>] - Improve the PyFlink documentation and examples to use SQL DDL for source/sink definition
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17276'>FLINK-17276</a>] - Add checkstyle to training exercises
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17277'>FLINK-17277</a>] - Apply IntelliJ recommendations to training exercises
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17278'>FLINK-17278</a>] - Add Travis to the training exercises
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17279'>FLINK-17279</a>] - Use gradle build scans for training exercises
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-17316'>FLINK-17316</a>] - Have HourlyTips solutions use TumblingEventTimeWindows.of
</li>
</ul>
<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15741'>FLINK-15741</a>] - Fix TTL docs after enabling RocksDB compaction filter by default (needs Chinese translation)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15933'>FLINK-15933</a>] - update content of how generic table schema is stored in hive via HiveCatalog
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15991'>FLINK-15991</a>] - Create Chinese documentation for FLIP-49 TM memory model
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16004'>FLINK-16004</a>] - Exclude flink-rocksdb-state-memory-control-test jars from the dist
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16454'>FLINK-16454</a>] - Update the copyright year in NOTICE files
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16530'>FLINK-16530</a>] - Add documentation about &quot;GROUPING SETS&quot; and &quot;CUBE&quot; support in streaming mode
</li>
<li>[<a href='https://issues.apache.org/jira/browse/FLINK-16592'>FLINK-16592</a>] - The doc of Streaming File Sink has a mistake of grammar
</li>
</ul>
</p>
</article>
<div class="edit-this-page">
<p>
<a href="https://cwiki.apache.org/confluence/display/FLINK/Flink+Translation+Specifications">Want to contribute translation?</a>
</p>
<p>
<a href="//github.com/apache/flink-web/edit/asf-site/docs/content/posts/2020-05-12-release-1.10.1.md">
Edit This Page<i class="fa fa-edit fa-fw"></i>
</a>
</p>
</div>
</section>
<aside class="book-toc">
<nav id="TableOfContents"><h3>On This Page <a href="javascript:void(0)" class="toc" onclick="collapseToc()"><i class="fa fa-times" aria-hidden="true"></i></a></h3></nav>
</aside>
<aside class="expand-toc hidden">
<a class="toc" onclick="expandToc()" href="javascript:void(0)">
<i class="fa fa-bars" aria-hidden="true"></i>
</a>
</aside>
</main>
<footer>
<div class="separator"></div>
<div class="panels">
<div class="wrapper">
<div class="panel">
<ul>
<li>
<a href="https://flink-packages.org/">flink-packages.org</a>
</li>
<li>
<a href="https://www.apache.org/">Apache Software Foundation</a>
</li>
<li>
<a href="https://www.apache.org/licenses/">License</a>
</li>
<li>
<a href="/zh/">
<i class="fa fa-globe" aria-hidden="true"></i>&nbsp;中文版
</a>
</li>
</ul>
</div>
<div class="panel">
<ul>
<li>
<a href="/what-is-flink/security">Security</a-->
</li>
<li>
<a href="https://www.apache.org/foundation/sponsorship.html">Donate</a>
</li>
<li>
<a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
</li>
</ul>
</div>
<div class="panel icons">
<div>
<a href="/posts">
<div class="icon flink-blog-icon"></div>
<span>Flink blog</span>
</a>
</div>
<div>
<a href="https://github.com/apache/flink">
<div class="icon flink-github-icon"></div>
<span>Github</span>
</a>
</div>
<div>
<a href="https://twitter.com/apacheflink">
<div class="icon flink-twitter-icon"></div>
<span>Twitter</span>
</a>
</div>
</div>
</div>
</div>
<hr/>
<div class="container disclaimer">
<p>The contents of this website are © 2024 Apache Software Foundation under the terms of the Apache License v2. Apache Flink, Flink, and the Flink logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
</div>
</footer>
</body>
</html>