Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
drill
Public
Notifications
You must be signed in to change notification settings
Fork
989
Star
2k
Code
Issues
72
Pull requests
55
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
DRILL-7978: Fixed Width Format Plugin
- #2282
#2282
Draft
MFoss19
wants to merge 46 commits into
apache:master
apache/drill:master
from
MFoss19:format-fixedwidth
MFoss19/drill:format-fixedwidth
Copy head branch name to clipboard
Conversation
Commits
46
(46)
Checks
Files changed
Draft
DRILL-7978: Fixed Width Format Plugin
#2282
MFoss19
wants to merge 46 commits into
apache:master
apache/drill:master
from
MFoss19:format-fixedwidth
MFoss19/drill:format-fixedwidth
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2022
Start of fixed width format plugin
Megan Foss
committed
8fd4018
View commit details
Copy full SHA for 8fd4018
Browse repository at this point
Work in Progress. Producing Rows. Currently complains about buffer not being de-allocated.
Megan Foss
committed
5d1ea8b
View commit details
Copy full SHA for 5d1ea8b
Browse repository at this point
First working version
Megan Foss
committed
7ef5cd3
View commit details
Copy full SHA for 7ef5cd3
Browse repository at this point
Added more data types, refactored code
Megan Foss
committed
6f4a2e7
View commit details
Copy full SHA for 6f4a2e7
Browse repository at this point
Checkstyle fixes
Megan Foss
committed
f59d4e4
View commit details
Copy full SHA for f59d4e4
Browse repository at this point
Removed println statement from Batch Reader, Simplified logic
Megan Foss
committed
9f2648c
View commit details
Copy full SHA for 9f2648c
Browse repository at this point
Modified format, fixed maxRecords in next(), modified Exception handling in Batch Reader
Megan Foss
committed
8c3f6eb
View commit details
Copy full SHA for 8c3f6eb
Browse repository at this point
Addressing Review Comments.
Show description for 7c3b5a2
Megan Foss
committed
7c3b5a2
View commit details
Copy full SHA for 7c3b5a2
Browse repository at this point
Added Serialization/Deserialization test, added blank row test file, cleaned up compressed file test
Megan Foss
committed
57d49db
View commit details
Copy full SHA for 57d49db
Browse repository at this point
Fixed Serialization/Deserialization test
Megan Foss
committed
1a4818e
View commit details
Copy full SHA for 1a4818e
Browse repository at this point
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
1f1051e
View commit details
Copy full SHA for 1f1051e
Browse repository at this point
Added method to validate field name input and verify there are no duplicates. Modified tests to enable testing of new constructor.
Megan Foss
committed
cb1b932
View commit details
Copy full SHA for cb1b932
Browse repository at this point
Added two getters to FixedwidthFormatConfig to prep for offset verification
Megan Foss
committed
8419862
View commit details
Copy full SHA for 8419862
Browse repository at this point
Added a check for overlapping fields
estherbuchwalter
authored and
Megan Foss
committed
31e1549
View commit details
Copy full SHA for 31e1549
Browse repository at this point
Updated check for overlapping fields
estherbuchwalter
authored and
Megan Foss
committed
07edbde
View commit details
Copy full SHA for 07edbde
Browse repository at this point
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
fa47a14
View commit details
Copy full SHA for fa47a14
Browse repository at this point
Modified validation for field width and field index. Added comments to code.
Megan Foss
committed
523366a
View commit details
Copy full SHA for 523366a
Browse repository at this point
Added to field validation for field names. Checks for valid length and valid SQL syntax.
estherbuchwalter
authored and
Megan Foss
committed
1a91592
View commit details
Copy full SHA for 1a91592
Browse repository at this point
WIP converting to EVF v2. Pushing to repo for troubleshooting purposes.
Megan Foss
committed
4b221b5
View commit details
Copy full SHA for 4b221b5
Browse repository at this point
Commits on Mar 22, 2022
Start of fixed width format plugin
Megan Foss
committed
4875367
View commit details
Copy full SHA for 4875367
Browse repository at this point
Work in Progress. Producing Rows. Currently complains about buffer not being de-allocated.
Megan Foss
committed
ef0bc82
View commit details
Copy full SHA for ef0bc82
Browse repository at this point
First working version
Megan Foss
committed
be14e25
View commit details
Copy full SHA for be14e25
Browse repository at this point
Added more data types, refactored code
Megan Foss
committed
c9014d2
View commit details
Copy full SHA for c9014d2
Browse repository at this point
Checkstyle fixes
Megan Foss
committed
6d7a2a5
View commit details
Copy full SHA for 6d7a2a5
Browse repository at this point
Removed println statement from Batch Reader, Simplified logic
Megan Foss
committed
056df13
View commit details
Copy full SHA for 056df13
Browse repository at this point
Modified format, fixed maxRecords in next(), modified Exception handling in Batch Reader
Megan Foss
committed
d2097b3
View commit details
Copy full SHA for d2097b3
Browse repository at this point
Addressing Review Comments.
Show description for f2920a0
Megan Foss
committed
f2920a0
View commit details
Copy full SHA for f2920a0
Browse repository at this point
Added Serialization/Deserialization test, added blank row test file, cleaned up compressed file test
Megan Foss
committed
7a68da5
View commit details
Copy full SHA for 7a68da5
Browse repository at this point
Fixed Serialization/Deserialization test
Megan Foss
committed
e0110da
View commit details
Copy full SHA for e0110da
Browse repository at this point
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
f01f1aa
View commit details
Copy full SHA for f01f1aa
Browse repository at this point
Added method to validate field name input and verify there are no duplicates. Modified tests to enable testing of new constructor.
Megan Foss
committed
5da7a77
View commit details
Copy full SHA for 5da7a77
Browse repository at this point
Added two getters to FixedwidthFormatConfig to prep for offset verification
Megan Foss
committed
22ccbcb
View commit details
Copy full SHA for 22ccbcb
Browse repository at this point
Added a check for overlapping fields
estherbuchwalter
authored and
Megan Foss
committed
ecf6fb8
View commit details
Copy full SHA for ecf6fb8
Browse repository at this point
Updated check for overlapping fields
estherbuchwalter
authored and
Megan Foss
committed
1978e14
View commit details
Copy full SHA for 1978e14
Browse repository at this point
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
a79f8a5
View commit details
Copy full SHA for a79f8a5
Browse repository at this point
Modified validation for field width and field index. Added comments to code.
Megan Foss
committed
32e5312
View commit details
Copy full SHA for 32e5312
Browse repository at this point
Added to field validation for field names. Checks for valid length and valid SQL syntax.
estherbuchwalter
authored and
Megan Foss
committed
4d534df
View commit details
Copy full SHA for 4d534df
Browse repository at this point
WIP converting to EVF v2. Pushing to repo for troubleshooting purposes.
Megan Foss
committed
aa74ec5
View commit details
Copy full SHA for aa74ec5
Browse repository at this point
Updating pom.xml with new drill snapshot version
Megan Foss
committed
1972fb9
View commit details
Copy full SHA for 1972fb9
Browse repository at this point
Merge branch 'apache:master' into format-fixedwidth
MFoss19
authored
f498123
View commit details
Copy full SHA for f498123
Browse repository at this point
Renamed classes
tswagger
committed
1e75757
View commit details
Copy full SHA for 1e75757
Browse repository at this point
Merge branch 'master' into format-fixedwidth
tswagger
committed
a134619
View commit details
Copy full SHA for a134619
Browse repository at this point
Merge remote-tracking branch 'megan/format-fixedwidth' into format-fixedwidth
tswagger
committed
dfe894e
View commit details
Copy full SHA for dfe894e
Browse repository at this point
Merge branch 'format-fixedwidth' of github.com:MFoss19/drill into format-fixedwidth
Megan Foss
committed
28df7b2
View commit details
Copy full SHA for 28df7b2
Browse repository at this point
Merge branch 'format-fixedwidth' of github.com:MFoss19/drill into format-fixedwidth
Megan Foss
committed
b68c54d
View commit details
Copy full SHA for b68c54d
Browse repository at this point
Updated pom.xml
Show description for bf6a16c
tswagger
committed
bf6a16c
View commit details
Copy full SHA for bf6a16c
Browse repository at this point
You can’t perform that action at this time.