Description
When use tdatasetinput to fetch data set from data-catalog, it will fetch all data, and the component rest server get a null "limit" value from data-catalog(s3, hdfs)/dataprep(s3), then set Integer.MAX_VALUE to the data set runtime interface:
@Override public void getSample(int limit, Consumer<IndexedRecord> consumer) {}
Then the exception appear.