drill
DRILL-7978: Fixed Width Format Plugin
#2282
Open

Commits
  • Start of fixed width format plugin
    Megan Foss committed 2 years ago
  • Work in Progress. Producing Rows. Currently complains about buffer not being de-allocated.
    Megan Foss committed 2 years ago
  • First working version
    Megan Foss committed 2 years ago
  • Added more data types, refactored code
    Megan Foss committed 2 years ago
  • Checkstyle fixes
    Megan Foss committed 2 years ago
  • Removed println statement from Batch Reader, Simplified logic
    Megan Foss committed 2 years ago
  • Modified format, fixed maxRecords in next(), modified Exception handling in Batch Reader
    Megan Foss committed 2 years ago
  • Addressing Review Comments.
    Megan Foss committed 2 years ago
  • Added Serialization/Deserialization test, added blank row test file, cleaned up compressed file test
    Megan Foss committed 2 years ago
  • Fixed Serialization/Deserialization test
    Megan Foss committed 2 years ago
  • Added another constructor to enable user to not have to enter dateTimeFormat when not appropriate, started adding methods to perform field name verification (not complete).
    Megan Foss committed 2 years ago
  • Added method to validate field name input and verify there are no duplicates. Modified tests to enable testing of new constructor.
    Megan Foss committed 2 years ago
  • Added two getters to FixedwidthFormatConfig to prep for offset verification
    Megan Foss committed 2 years ago
  • Added a check for overlapping fields
    estherbuchwalter committed 2 years ago
  • Updated check for overlapping fields
    estherbuchwalter committed 2 years ago
  • Added field validation for data types, indices, width. Includes creating two setters in field config to set default value for data types and calculate/set width based on indices.
    Megan Foss committed 2 years ago
  • Modified validation for field width and field index. Added comments to code.
    Megan Foss committed 2 years ago
  • Added to field validation for field names. Checks for valid length and valid SQL syntax.
    estherbuchwalter committed 2 years ago
  • WIP converting to EVF v2. Pushing to repo for troubleshooting purposes.
    Megan Foss committed 2 years ago
  • Start of fixed width format plugin
    Megan Foss committed 2 years ago
  • Work in Progress. Producing Rows. Currently complains about buffer not being de-allocated.
    Megan Foss committed 2 years ago
  • First working version
    Megan Foss committed 2 years ago
  • Added more data types, refactored code
    Megan Foss committed 2 years ago
  • Checkstyle fixes
    Megan Foss committed 2 years ago
  • Removed println statement from Batch Reader, Simplified logic
    Megan Foss committed 2 years ago
  • Modified format, fixed maxRecords in next(), modified Exception handling in Batch Reader
    Megan Foss committed 2 years ago
  • Addressing Review Comments.
    Megan Foss committed 2 years ago
  • Added Serialization/Deserialization test, added blank row test file, cleaned up compressed file test
    Megan Foss committed 2 years ago
  • Fixed Serialization/Deserialization test
    Megan Foss committed 2 years ago
  • Added another constructor to enable user to not have to enter dateTimeFormat when not appropriate, started adding methods to perform field name verification (not complete).
    Megan Foss committed 2 years ago
  • Added method to validate field name input and verify there are no duplicates. Modified tests to enable testing of new constructor.
    Megan Foss committed 2 years ago
  • Added two getters to FixedwidthFormatConfig to prep for offset verification
    Megan Foss committed 2 years ago
  • Added a check for overlapping fields
    estherbuchwalter committed 2 years ago
  • Updated check for overlapping fields
    estherbuchwalter committed 2 years ago
  • Added field validation for data types, indices, width. Includes creating two setters in field config to set default value for data types and calculate/set width based on indices.
    Megan Foss committed 2 years ago
  • Modified validation for field width and field index. Added comments to code.
    Megan Foss committed 2 years ago
  • Added to field validation for field names. Checks for valid length and valid SQL syntax.
    estherbuchwalter committed 2 years ago
  • WIP converting to EVF v2. Pushing to repo for troubleshooting purposes.
    Megan Foss committed 2 years ago
  • Updating pom.xml with new drill snapshot version
    Megan Foss committed 2 years ago
  • Merge branch 'apache:master' into format-fixedwidth
    MFoss19 committed 2 years ago
  • Renamed classes
    tswagger committed 2 years ago
  • Merge branch 'master' into format-fixedwidth
    tswagger committed 2 years ago
  • Merge remote-tracking branch 'megan/format-fixedwidth' into format-fixedwidth
    tswagger committed 2 years ago
  • Merge branch 'format-fixedwidth' of github.com:MFoss19/drill into format-fixedwidth
    Megan Foss committed 2 years ago
  • Merge branch 'format-fixedwidth' of github.com:MFoss19/drill into format-fixedwidth
    Megan Foss committed 2 years ago
  • Updated pom.xml
    tswagger committed 2 years ago
Loading