The following exceptions are reported when converting a table into a datastream in Flink:
abnormal
Arity [6] of result [[Lorg.apache.flink.api.common.typeinfo.TypeInformation;@ 7e345bac] does not match the number[1] of requested type [GenericType].
Solution:
1. Check whether the field name is consistent with the column name in SQL SELECT
2. Check getter and setter
3. Check whether there is a parameter constructor.
Similar Posts:
- [Solved] org.springframework.dao.DataIntegrityViolationException: Error attempting to get column…
- java.sql.SQLException: Error; uncategorized SQLException; SQL state [null]; error code [0];
- How to Solve Mybatis Error: java.lang.UnsupportedOperationException
- Spring CONTROLLER Servlet.service() for servlet jsp threw exception
- Error in importing excel file from SQL Server
- [Solved] Pandas Read CSV Error: TypeError: Empty ‘DataFrame’: no numeric data to plot
- [Solved] Mybatis multi-table query error: Column ‘id’ in field list is ambiguous
- SpringMVC @RequestBody Error:Unrecognized field, not marked as ignorable
- [Solved] Oracle :value too large for column “SCHEMA”.”TABLE”.”COLUMN” (actual: 519, maximum: 500)
- [Solved] Postgre Error: ERROR: UNION types numeric and character varying cannot be matched