When using a texture array with BASIS compressed textures, the filtering always looks like it uses the point filtering instead of the linear filtering.
Both walls have filtering set to linear. The wall on the left has BASIS compressed textures while the wall on the right does not.
I am currently using the texture filtering as the texture array filtering. When I explicitly set the texture array filtering to linear, the issue is still there.