Wei-Chiu Chuang created HADOOP-17702:
----------------------------------------
Summary: HADOOP-17065 breaks compatibility between 3.3.0 and 3.3.1
Key: HADOOP-17702
URL: https://issues.apache.org/jira/browse/HADOOP-17702
Project: Hadoop Common
Issue Type: Bug
Components: fs/azure
Affects Versions: 3.3.1
Reporter: Wei-Chiu Chuang
AzureBlobFileSystemStore is a Public, Evolving class, by contract can't break
compatibility between maintenance releases.
HADOOP-17065 changed its constructor signature from
{noformat}
public AzureBlobFileSystemStore(URI uri, boolean isSecureScheme,
Configuration configuration,
AbfsCounters abfsCounters) throws IOException
{
{noformat}
to
{noformat}
public AzureBlobFileSystemStore(URI uri, boolean isSecureScheme,
Configuration configuration,
AbfsCounters abfsCounters) throws IOException
{
{noformat}
between 3.3.0 and 3.3.1.
cc: [~mehakmeetSingh], [~tmarquardt]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]