druid/integration-tests-ex/cases
Tejaswini Bandlamudi 7103cb4b9d
Removes FiniteFirehoseFactory and its implementations (#12852)
The FiniteFirehoseFactory and InputRowParser classes were deprecated in 0.17.0 (#8823) in favor of InputSource & InputFormat. This PR removes the FiniteFirehoseFactory and all its implementations along with classes solely used by them like Fetcher (Used by PrefetchableTextFilesFirehoseFactory). Refactors classes including tests using FiniteFirehoseFactory to use InputSource instead.
Removing InputRowParser may not be as trivial as many classes that aren't deprecated depends on it (with no alternatives), like EventReceiverFirehoseFactory. Hence FirehoseFactory, EventReceiverFirehoseFactory, and Firehose are marked deprecated.
2023-03-02 18:07:17 +05:30
..
assets Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
cluster Generate the IT docker-compose.yaml files (#13669) 2023-02-21 15:03:02 -08:00
resources Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
src/test Removes FiniteFirehoseFactory and its implementations (#12852) 2023-03-02 18:07:17 +05:30
templates Generate the IT docker-compose.yaml files (#13669) 2023-02-21 15:03:02 -08:00
.gitignore Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
cluster.sh Generate the IT docker-compose.yaml files (#13669) 2023-02-21 15:03:02 -08:00
pom.xml merge druid-core, extendedset, and druid-hll into druid-processing to simplify everything (#13698) 2023-02-17 14:27:41 -08:00