Skip to content

NXCALS-794 Bug-fix of the extracted interval from HDFS

The main change is in the HdfsDataAccessServiceImpl class where we should use between with inclusive interval in both ends instead of the previous approach of open interval at the end.

Merge request reports