How to Register a Dataset
#14318
-
|
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 |
Beta Was this translation helpful? Give feedback.
Answered by
alamb
Mar 8, 2025
Replies: 1 comment
-
|
Perhaps you can union the multiple datasets together? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jefffrey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps you can union the multiple datasets together?