[
https://issues.apache.org/jira/browse/PHOENIX-7634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani updated PHOENIX-7634:
----------------------------------
Description:
As of today, we support CDC stream name format with hyphen i.e. - as separator
to separate cdc name prefix, table name, cdc object name, cdc index timestamp.
However - is valid character used while creating HBase tables. We should use
separator that is not allowed in table names e.g. '#', '$', '/, or '!' etc.
We can use "/" as separator.
was:
As of today, we support CDC stream name format with hyphen i.e. - as separator
to separate cdc name prefix, table name, cdc object name, cdc index timestamp.
However - is valid character used while creating HBase tables. We should use
separator that is not allowed in table names e.g. '#', '$' or '!' etc.
We can use "#" as separator.
> CDC Stream name format should allow separator that is not allowed in table
> name
> -------------------------------------------------------------------------------
>
> Key: PHOENIX-7634
> URL: https://issues.apache.org/jira/browse/PHOENIX-7634
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Viraj Jasani
> Assignee: Palash Chauhan
> Priority: Major
>
> As of today, we support CDC stream name format with hyphen i.e. - as
> separator to separate cdc name prefix, table name, cdc object name, cdc index
> timestamp. However - is valid character used while creating HBase tables. We
> should use separator that is not allowed in table names e.g. '#', '$', '/, or
> '!' etc.
> We can use "/" as separator.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)