Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor bug in file concatenation in case of no selected field #468

Open
marcboulle opened this issue Nov 21, 2024 · 0 comments
Open

Fix minor bug in file concatenation in case of no selected field #468

marcboulle opened this issue Nov 21, 2024 · 0 comments
Labels
good for start This is a good issue for beginners Priority/1 To do after P0 Size/Hours very short Type/Bug Something isn't working v11 Issue for Khiops 11

Comments

@marcboulle
Copy link
Collaborator

Description

Bug mineur dans PLFileConcatenater:

  • cas d'une base avec ligne d’entête, mais avec aucun champs sélectionné
    • on ne crée pas de ligne d'entete (vide) dans ce cas
  • tests dans LearningTest\TestKhiops\NewV10\DetectFileFormatSideEffects
    • ajouter des méthodes Set/GetHeaderLineUsed
    • écrire la ligne d’entête (meme vide) selon ce boolean, et non selon le nombre de champs du vecteur GetHeaderLine()

Context

  • Khiops version: V10, V11
  • Correction in V11, no need to backport correction to V10
@marcboulle marcboulle added Type/Bug Something isn't working v11 Issue for Khiops 11 Priority/1 To do after P0 Size/Hours very short good for start This is a good issue for beginners labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good for start This is a good issue for beginners Priority/1 To do after P0 Size/Hours very short Type/Bug Something isn't working v11 Issue for Khiops 11
Projects
None yet
Development

No branches or pull requests

1 participant