特急ひだに東海道本線側の岐阜駅を追加 - #1618
Closed
TinyKitten wants to merge 1 commit into
Closed
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
🚉 停車駅の変更1 件の新しい停車パターン
🆕 ひだ(名古屋発着) (Hida(Nagoya to Toyama)) - 高山本線 / 東海道本線type_cd=225, line_group_cd=348 変更内容: 1 駅追加 全駅リスト (52駅)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
特急ひだ(名古屋発着)の停車パターンに、東海道本線側の岐阜駅を追加します。
原因
岐阜駅は高山本線側と東海道本線側で別の
station_cdを持ちますが、高山本線側(1141601)だけが登録され、東海道本線側(1150239)が欠けていました。変更内容
type_cd=225,line_group_cd=348に東海道本線側の岐阜駅(1150239)を停車駅として追加影響
アプリで東海道本線側の岐阜駅を選択した場合にも、特急ひだを選択できるようになります。
確認
cargo run -p data_validator— 成功git diff --check— 成功