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

[add] add paimonwriter.json to docs #1194

Merged
merged 10 commits into from
Jan 24, 2025

Conversation

awol2005ex
Copy link
Contributor

[add] add paimonwriter.json to docs

@wgzhao
Copy link
Owner

wgzhao commented Jan 23, 2025

Use the json file to test ,it reports the following error:

Caused by: java.lang.RuntimeException: org.apache.paimon.catalog.Catalog$TableNotExistException: Table test.test does not exist.
	at com.wgzhao.addax.plugin.writer.paimonwriter.PaimonWriter$Job.init(PaimonWriter.java:79)
	at com.wgzhao.addax.core.job.JobContainer.initJobWriter(JobContainer.java:641)
	at com.wgzhao.addax.core.job.JobContainer.init(JobContainer.java:280)
	at com.wgzhao.addax.core.job.JobContainer.start(JobContainer.java:126)
	... 3 more
Caused by: org.apache.paimon.catalog.Catalog$TableNotExistException: Table test.test does not exist.
	at org.apache.paimon.catalog.FileSystemCatalog.lambda$getDataTableSchema$5(FileSystemCatalog.java:109)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at org.apache.paimon.catalog.FileSystemCatalog.getDataTableSchema(FileSystemCatalog.java:109)
	at org.apache.paimon.catalog.AbstractCatalog.getDataTableMeta(AbstractCatalog.java:495)
	at org.apache.paimon.catalog.AbstractCatalog.getDataOrFormatTable(AbstractCatalog.java:421)
	at org.apache.paimon.catalog.AbstractCatalog.getTable(AbstractCatalog.java:415)
	at org.apache.paimon.catalog.CachingCatalog.getTable(CachingCatalog.java:253)
	at com.wgzhao.addax.plugin.writer.paimonwriter.PaimonWriter$Job.init(PaimonWriter.java:72)

Maybe you should give the complete test instructions

@awol2005ex
Copy link
Contributor Author

Use the json file to test ,it reports the following error:

Caused by: java.lang.RuntimeException: org.apache.paimon.catalog.Catalog$TableNotExistException: Table test.test does not exist.
	at com.wgzhao.addax.plugin.writer.paimonwriter.PaimonWriter$Job.init(PaimonWriter.java:79)
	at com.wgzhao.addax.core.job.JobContainer.initJobWriter(JobContainer.java:641)
	at com.wgzhao.addax.core.job.JobContainer.init(JobContainer.java:280)
	at com.wgzhao.addax.core.job.JobContainer.start(JobContainer.java:126)
	... 3 more
Caused by: org.apache.paimon.catalog.Catalog$TableNotExistException: Table test.test does not exist.
	at org.apache.paimon.catalog.FileSystemCatalog.lambda$getDataTableSchema$5(FileSystemCatalog.java:109)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at org.apache.paimon.catalog.FileSystemCatalog.getDataTableSchema(FileSystemCatalog.java:109)
	at org.apache.paimon.catalog.AbstractCatalog.getDataTableMeta(AbstractCatalog.java:495)
	at org.apache.paimon.catalog.AbstractCatalog.getDataOrFormatTable(AbstractCatalog.java:421)
	at org.apache.paimon.catalog.AbstractCatalog.getTable(AbstractCatalog.java:415)
	at org.apache.paimon.catalog.CachingCatalog.getTable(CachingCatalog.java:253)
	at com.wgzhao.addax.plugin.writer.paimonwriter.PaimonWriter$Job.init(PaimonWriter.java:72)

Maybe you should give the complete test instructions

I've just add the note to paimonwriter.md

docs/writer/paimonwriter.md Show resolved Hide resolved
docs/writer/paimonwriter.md Show resolved Hide resolved
@wgzhao wgzhao merged commit 4fdc864 into wgzhao:master Jan 24, 2025
1 of 2 checks passed
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 this pull request may close these issues.

2 participants