Replies: 1 comment
-
Perhaps you can union the multiple datasets together? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have a usecase where i have multiple data type like ( parquet, orc, hudi, ...) i a want to read and load and register all I want it as a dataframe for some operation and at the same time I want it to register to use SQL is it possible to do for hudi I'm using the bellow code
for parquet
table = self.ctx.read_parquet(path)
orc:
Beta Was this translation helpful? Give feedback.
All reactions