Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.1.4
-
None
-
None
-
CentOS 7, PDI 8
-
2018-08, 2018-09, 2018-10, 2018-11, 2018-12
Description
1. Start spoon tool and create a new transformation
2. Create some input
3. Add MariaDB ColumnStore Bulk Loader module and connect it with the input module.
4. Specify the settings and start to map inputs.
5. For table name insert string longer that 64 chars.
6. Click SQL button to generate an SQL for creation of this table.
7. Execute the script.
Results:
Error while executing: CREATE TABLE ...
(conn=73) Incorrect table name 'S1234567890123456789012345678901234567890123456789012345678901234567890'
Additional Notes:
A similar error appears when table column is longer than 64 chars as this is specified in ColumnStore Naming conventions.
Expected:
Do not allow entering of such long strings,
OR
Add message about allowed length of the names in the error message.
Attachments
Issue Links
- is part of
-
MCOL-1262 PDI CS naming conventions support
- Closed