Closed RanAbram closed 3 years ago
Hi @jeffmaki @sheldonabrown , How are you doing?
I could see that lately you merged couple of new PRs into master. For that reason, I was wondering if there's any chance that you could please review my PR as well?
Thanks!
Summary:
The
agency_email
attribute already introduced for the agency entity in the past, but it seems that this field not being parsed as part of the hibernate import. The field is part of the GTFS spec and can be found here. This PR should fix that.Expected behavior:
When using the hibernate
GtfsDatabaseLoaderMain
we are expecting to get theagency_email
field to thegtfs_agencies
table.Please make sure these boxes are checked before submitting your pull request - thanks!
mvn test
to make sure you didn't break anything