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

[Feature][Connectors] LocalFile Support reading gz #8019

Open
3 tasks done
zhdech opened this issue Nov 11, 2024 · 0 comments · May be fixed by #8025
Open
3 tasks done

[Feature][Connectors] LocalFile Support reading gz #8019

zhdech opened this issue Nov 11, 2024 · 0 comments · May be fixed by #8025
Assignees

Comments

@zhdech
Copy link

zhdech commented Nov 11, 2024

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

image
In practical applications, some files end in. gz, and currently LocalFile Connectors version 2.3.8 does not support reading gz files
在实际应用中,有些文件是.gz结尾的,目前LocalFile Connectors 2.3.8版本不支持gz文件的读取

Usage Scenario

source {
  LocalFile {
    path = "/aa/bb/cc/2024_001.csv.gz"
    file_format_type = "csv"
	field_delimiter = ","
	result_table_name = "fake"
	archive_compress_codec="GZ"
	schema {
                fields {
			NAME= string
			AGE= string
			CREATETIME= string
			DESC= string
		}
	}
  }
}

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@zhdech zhdech closed this as completed Nov 12, 2024
@zhdech zhdech reopened this Nov 12, 2024
@zhdech zhdech linked a pull request Nov 12, 2024 that will close this issue
4 tasks
@Hisoka-X Hisoka-X linked a pull request Nov 12, 2024 that will close this issue
4 tasks
zhdech added a commit to zhdech/seatunnel that referenced this issue Nov 12, 2024
zhdech added a commit to zhdech/seatunnel that referenced this issue Nov 14, 2024
zhdech added a commit to zhdech/seatunnel that referenced this issue Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant