-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: v1.5.1
-
Fix Version/s: v1.5.2
-
Component/s: NRT Streaming, Web
-
Labels:None
Define a streaming table, in the "Table name", if enter a name without db schema, like "STREAMING_TBL", the save can get success; but when trigger the streaming cube build, an exception "Table DEFAULT.STREAMING_TBL is not a streaming table." will be thrown. In the metastore, I see the streaming conf and kafka conf are named with the origin table name ( "STREAMING_TBL" in this case), while the table desc, its name is " "DEFAULT.STREAMING_TBL"
Expected behavior: automatically append db schema for the table before saving the stream config.
- relates to
-
KYLIN-1667 Streaming table name should allow enter "DB.TABLE" format
-
- Closed
-