[
https://issues.apache.org/jira/browse/FLINK-17968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Metzger updated FLINK-17968:
-----------------------------------
Description:
This pull request mentions an issue with the serialization of the
{{Configuration}} field in {{HBaseRowInputFormat}}:
https://github.com/apache/flink/pull/12146.
After reviewing the code, it seems that this field is {{transient}}, thus it is
always {{null}} at runtime.
Note {{HBaseRowDataInputFormat}} is likely suffering from the same issue
(because the code has been copied)
was:
This pull request mentions an issue with the serialization of the
{{Configuration}} field in {{HBaseRowInputFormat}}:
https://github.com/apache/flink/pull/12146.
After reviewing the code, it seems that this field is {transient}, thus it is
always {{null}} at runtime.
Note {{HBaseRowDataInputFormat}} is likely suffering from the same issue
(because the code has been copied)
> Hadoop Configuration is not properly serialized in HBaseRowInputFormat
> ----------------------------------------------------------------------
>
> Key: FLINK-17968
> URL: https://issues.apache.org/jira/browse/FLINK-17968
> Project: Flink
> Issue Type: Bug
> Components: Connectors / HBase, Table SQL / Ecosystem
> Affects Versions: 1.12.0
> Reporter: Robert Metzger
> Priority: Major
>
> This pull request mentions an issue with the serialization of the
> {{Configuration}} field in {{HBaseRowInputFormat}}:
> https://github.com/apache/flink/pull/12146.
> After reviewing the code, it seems that this field is {{transient}}, thus it
> is always {{null}} at runtime.
> Note {{HBaseRowDataInputFormat}} is likely suffering from the same issue
> (because the code has been copied)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)