Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2899#discussion_r241328653
--- Diff:
store/sdk/src/test/java/org/apache/carbondata/sdk/file/CSVCarbonWriterTest.java
---
@@ -543,4 +543,42 @@ public void testWritingAndReadingArrayOfFloatAndByte()
throws IOException {
}
}
+ @Test
+ public void testWithTableProperties() throws IOException {
--- End diff --
what's the use of this test case ? how would you validate table property is
working or not ?
---