cancel
Showing results for 
Search instead for 
Did you mean: 
meret
New Contributor II
since ‎06-17-2024
‎05-05-2025

User Stats

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi  Today I found I somewhat strange behavior when it comes to default values in columns. Apparently, column defaults are propagated to a new table, when you select the column without any operation on it. This is a bit unexpected for me. Here a shor...
HiI am trying to read data from an Oracle DB using the Oracle JDBC Driver:df = (spark.read.format("jdbc").option("url", "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(PORT=xxx)(HOST=xxx))(CONNECT_DATA=(SID=xxx)))").option("dbTable", "schema...