You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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