diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml
index 61089807820..16e925d155b 100644
--- a/.github/workflows/javaTests.yml
+++ b/.github/workflows/javaTests.yml
@@ -60,7 +60,7 @@ jobs:
"org.apache.sysds.test.applications.**",
"**.test.usertest.**",
"**.component.c**.**",
- "**.component.e**.**,**.component.f**.**,**.component.m**.**,**.component.o**.**",
+ "**.component.e**.**,**.component.f**.**,**.component.i**.**,**.component.m**.**,**.component.o**.**",
"**.component.p**.**,**.component.r**.**,**.component.s**.**,**.component.t**.**,**.component.u**.**",
"**.functions.a**.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",
"**.functions.blocks.**,**.functions.data.rand.**,",
diff --git a/pom.xml b/pom.xml
index cfd3d8464fb..068bed2e8ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,8 @@
Only numeric columns (double/float/long/int/short/byte/boolean) are
+ * supported, matching the all-double nature of a SystemDS matrix. Dimensions
+ * do not need to be known up front: the row count is discovered while scanning
+ * and the column count is taken from the table schema.