xjz17 opened a new pull request, #18077: URL: https://github.com/apache/iotdb/pull/18077
This PR syncs the SubColumn implementation used by the paper artifact.\n\nChanges include:\n- wire SUBCOLUMN encoding into IoTDB/TsFile encoder and decoder creation\n- allow CREATE TIMESERIES with INTEGER/FLOAT encoding=SubColumn\n- add FLOAT SubColumn scaling encoder/decoder support\n- add parser, schema, and round-trip tests\n\nValidation run from the artifact workspace:\n- mvn -pl iotdb-core/tsfile -am -Dtest=org.apache.iotdb.tsfile.encoding.SubColumnEncodingTest -Dcheckstyle.skip -Dspotless.check.skip=true -Dsurefire.failIfNoSpecifiedTests=false test\n- mvn -pl iotdb-core/datanode -am -Dtest=org.apache.iotdb.db.queryengine.plan.parser.StatementGeneratorTest#testCreateFloatTimeSeriesWithSubColumnEncodingSql -DskipITs -Dcheckstyle.skip -Dspotless.check.skip=true -Dsurefire.failIfNoSpecifiedTests=false test\n- mvn -pl iotdb-core/datanode -am -Dtest=org.apache.iotdb.db.utils.SchemaUtilsTest#checkSubColumnEncodingForInteger -DskipITs -Dcheckstyle.skip -Dspotless.check.skip=true -Ds urefire.failIfNoSpecifiedTests=false test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
